Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionThis constructor is deprecated since version 1.0.0 M1 and will be removed in a future release.Use
OllamaApi.EmbeddingsRequestinstead.UseOllamaApi.EmbeddingsResponseinstead.UseOllamaApi.embed(EmbeddingsRequest)instead.UseOllamaApi.chat(ChatRequest)instead.UseOllamaApi.streamingChat(ChatRequest)instead.Use the constructor withPostgresMlEmbeddingOptionsinstead.since 1.0.0 in favor ofQdrantVectorStore.since 1.0.0 in favor ofQdrantVectorStore.
-
Deprecated InterfacesInterfaceDescriptionsince 1.0.0 M3 please use
CallAroundAdvisororStreamAroundAdvisorinstead.Use theFormatProviderinstead.Use theStructuredOutputConverterinstead.
-
Deprecated ClassesClassDescriptionsince 1.0.0-M1 in favor of
AbstractToolCallSupportUse theAbstractConversionServiceOutputConverterinstead. AbstractOutputParserimplementation that uses a pre-configuredDefaultConversionServiceto convert the LLM output into the desired type format.Use theAbstractMessageOutputConverterinstead. AbstractOutputParserimplementation that uses a pre-configuredMessageConverterto convert the LLM output into the desired type format.Use theBeanOutputConverterinstead. An implementation ofOutputParserthat transforms the LLM output to a specific object type using JSON schema. This parser works by generating a JSON schema based on a given Java class, which is then used to validate and transform the LLM output into the desired type.Use theListOutputConverterinstead.OutputParserimplementation that uses aDefaultConversionServiceto convert the LLM output into aListinstance.Use theMapOutputConverterinstead.OutputParserimplementation that uses a pre-configuredMappingJackson2MessageConverterto convert the LLM output into a java.util.Map<String, Object> instance.since 1.0.0 in favor ofQdrantVectorStore.
-
Deprecated Record ClassesRecord ClassDescriptionUse
OllamaApi.EmbeddingsRequestinstead.UseOllamaApi.EmbeddingsResponseinstead.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse
Generation(AssitantMessage, ChatGenerationMetadata)constructor instead.Use theConverter.convert(Object)instead.UseOllamaApi.embed(EmbeddingsRequest)instead.UseOllamaApi.chat(ChatRequest)instead.UseOllamaApi.streamingChat(ChatRequest)instead.
-
Deprecated ConstructorsConstructorDescriptionUse
Generation(AssitantMessage)constructor instead.UseGeneration(AssitantMessage)constructor instead.This constructor is deprecated since version 1.0.0 M1 and will be removed in a future release.Use the constructor withPostgresMlEmbeddingOptionsinstead.since 1.0.0 in favor ofQdrantVectorStore.
-
Deprecated Enum ConstantsEnum ConstantDescription
AbstractToolCallSupport