Deprecated API
Contents
-
ElementDescriptionThis constructor is deprecated since version 1.0.0 M1 and will be removed in a future release.Use
OllamaApi.EmbeddingsRequest
instead.UseOllamaApi.EmbeddingsResponse
instead.UseOllamaApi.embed(EmbeddingsRequest)
instead.UseOllamaApi.chat(ChatRequest)
instead.UseOllamaApi.streamingChat(ChatRequest)
instead.Use the constructor withPostgresMlEmbeddingOptions
instead.since 1.0.0 in favor ofQdrantVectorStore
.since 1.0.0 in favor ofQdrantVectorStore
.
-
InterfaceDescriptionsince 1.0.0 M3 please use
CallAroundAdvisor
orStreamAroundAdvisor
instead.Use theFormatProvider
instead.Use theStructuredOutputConverter
instead.
-
ClassDescriptionsince 1.0.0-M1 in favor of
AbstractToolCallSupport
Use theAbstractConversionServiceOutputConverter
instead. AbstractOutputParser
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.Use theAbstractMessageOutputConverter
instead. AbstractOutputParser
implementation that uses a pre-configuredMessageConverter
to convert the LLM output into the desired type format.Use theBeanOutputConverter
instead. An implementation ofOutputParser
that 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 theListOutputConverter
instead.OutputParser
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.Use theMapOutputConverter
instead.OutputParser
implementation that uses a pre-configuredMappingJackson2MessageConverter
to convert the LLM output into a java.util.Map<String, Object> instance.since 1.0.0 in favor ofQdrantVectorStore
.
-
Record ClassDescriptionUse
OllamaApi.EmbeddingsRequest
instead.UseOllamaApi.EmbeddingsResponse
instead.
-
MethodDescriptionUse
Generation(AssitantMessage, ChatGenerationMetadata)
constructor instead.Use theConverter.convert(Object)
instead.UseOllamaApi.embed(EmbeddingsRequest)
instead.UseOllamaApi.chat(ChatRequest)
instead.UseOllamaApi.streamingChat(ChatRequest)
instead.
-
ConstructorDescriptionUse
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 withPostgresMlEmbeddingOptions
instead.since 1.0.0 in favor ofQdrantVectorStore
.
-
Enum ConstantDescription
AbstractToolCallSupport