Index

A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AAC - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
ABAB_5_5_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_5_5_S_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_6_5_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_6_5_G_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_6_5_S_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_6_5_T_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
ABAB_6_Chat - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractBedrockApi<I,O,SO> - Class in org.springframework.ai.bedrock.api
Abstract class for the Bedrock API.
AbstractBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.api.AbstractBedrockApi
Create a new AbstractBedrockApi instance using default credentials provider and object mapper.
AbstractBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.api.AbstractBedrockApi
Create a new AbstractBedrockApi instance using default credentials provider and object mapper.
AbstractBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.api.AbstractBedrockApi
Create a new AbstractBedrockApi instance using the provided credentials provider, region and object mapper.
AbstractBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.api.AbstractBedrockApi
Create a new AbstractBedrockApi instance using the provided credentials provider, region and object mapper.
AbstractBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.api.AbstractBedrockApi
Create a new AbstractBedrockApi instance using the provided credentials provider, region and object mapper.
AbstractBedrockApi.AmazonBedrockInvocationMetrics - Record Class in org.springframework.ai.bedrock.api
Encapsulates the metrics about the model invocation.
AbstractBuilder(T) - Constructor for class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
AbstractChatMemoryAdvisor<T> - Class in org.springframework.ai.chat.client.advisor
Abstract class that serves as a base for chat memory advisors.
AbstractChatMemoryAdvisor(T) - Constructor for class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
AbstractChatMemoryAdvisor(T, String, int, boolean) - Constructor for class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
AbstractChatMemoryAdvisor(T, String, int, boolean, int) - Constructor for class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
AbstractChatMemoryAdvisor.AbstractBuilder<T> - Class in org.springframework.ai.chat.client.advisor
 
AbstractConversionServiceOutputConverter<T> - Class in org.springframework.ai.converter
Abstract StructuredOutputConverter implementation that uses a pre-configured DefaultConversionService to convert the LLM output into the desired type format.
AbstractConversionServiceOutputConverter(DefaultConversionService) - Constructor for class org.springframework.ai.converter.AbstractConversionServiceOutputConverter
 
AbstractConversionServiceOutputParser<T> - Class in org.springframework.ai.parser
Deprecated.
Use the AbstractConversionServiceOutputConverter instead. Abstract OutputParser implementation that uses a pre-configured DefaultConversionService to convert the LLM output into the desired type format.
AbstractConversionServiceOutputParser(DefaultConversionService) - Constructor for class org.springframework.ai.parser.AbstractConversionServiceOutputParser
Deprecated.
 
AbstractEmbeddingModel - Class in org.springframework.ai.embedding
Abstract implementation of the EmbeddingModel interface that provides dimensions calculation caching.
AbstractEmbeddingModel() - Constructor for class org.springframework.ai.embedding.AbstractEmbeddingModel
 
AbstractFilterExpressionConverter - Class in org.springframework.ai.vectorstore.filter.converter
AbstractFilterExpressionConverter is an abstract class that implements the FilterExpressionConverter interface.
AbstractFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
AbstractFunctionCallSupport<Msg,Req,Resp> - Class in org.springframework.ai.model.function
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.0-M1 in favor of AbstractToolCallSupport
AbstractFunctionCallSupport(FunctionCallbackContext) - Constructor for class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
AbstractMessage - Class in org.springframework.ai.chat.messages
The AbstractMessage class is an abstract implementation of the Message interface.
AbstractMessage(MessageType, String, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.AbstractMessage
 
AbstractMessage(MessageType, Resource, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.AbstractMessage
 
AbstractMessageConverterOutputParser<T> - Class in org.springframework.ai.parser
Deprecated.
Use the AbstractMessageOutputConverter instead. Abstract OutputParser implementation that uses a pre-configured MessageConverter to convert the LLM output into the desired type format.
AbstractMessageConverterOutputParser(MessageConverter) - Constructor for class org.springframework.ai.parser.AbstractMessageConverterOutputParser
Deprecated.
 
AbstractMessageOutputConverter<T> - Class in org.springframework.ai.converter
Abstract StructuredOutputConverter implementation that uses a pre-configured MessageConverter to convert the LLM output into the desired type format.
AbstractMessageOutputConverter(MessageConverter) - Constructor for class org.springframework.ai.converter.AbstractMessageOutputConverter
 
AbstractObservationVectorStore - Class in org.springframework.ai.vectorstore.observation
 
AbstractObservationVectorStore(ObservationRegistry, VectorStoreObservationConvention) - Constructor for class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
AbstractResponseMetadata - Class in org.springframework.ai.model
 
AbstractResponseMetadata() - Constructor for class org.springframework.ai.model.AbstractResponseMetadata
 
AbstractToolCallSupport - Class in org.springframework.ai.chat.model
Abstract base class for tool call support.
AbstractToolCallSupport(FunctionCallbackContext) - Constructor for class org.springframework.ai.chat.model.AbstractToolCallSupport
 
AbstractToolCallSupport(FunctionCallbackContext, FunctionCallingOptions, List<FunctionCallback>) - Constructor for class org.springframework.ai.chat.model.AbstractToolCallSupport
 
accept(List<Document>) - Method in interface org.springframework.ai.vectorstore.VectorStore
 
accept(List<Document>) - Method in class org.springframework.ai.writer.FileDocumentWriter
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
accessCode - Enum constant in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
 
accessToken() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the accessToken record component.
AccessTokenResponse - Record Class in org.springframework.ai.qianfan.api.auth
Represents the response received when requesting an access token.
AccessTokenResponse(String, String, Long, String, String, String, String, String) - Constructor for record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Creates an instance of a AccessTokenResponse record class.
add(String, Object) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
add(String, List<Message>) - Method in class org.springframework.ai.chat.memory.CassandraChatMemory
 
add(String, List<Message>) - Method in interface org.springframework.ai.chat.memory.ChatMemory
 
add(String, List<Message>) - Method in class org.springframework.ai.chat.memory.InMemoryChatMemory
 
add(String, Message) - Method in class org.springframework.ai.chat.memory.CassandraChatMemory
 
add(String, Message) - Method in interface org.springframework.ai.chat.memory.ChatMemory
 
add(List<Document>) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
add(List<Document>) - Method in interface org.springframework.ai.vectorstore.VectorStore
Adds list of Documents to the vector store.
add(List<Document>, String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
Adds a list of documents to the vector store based on the namespace.
ADD - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
VectorStore delete operation.
addAdditionalProperty(String, Object) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
addBestOfSequencesItem(BestOfSequence) - Method in class org.springframework.ai.huggingface.model.Details
 
addContactPoint(InetSocketAddress) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
addContactPoint(InetSocketAddress) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
addDefaultHeader(String, String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Add a default header.
AddEmbeddingsRequest(String, float[], Map<String, Object>, String) - Constructor for record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
 
AddEmbeddingsRequest(List<String>, List<float[]>, List<Map<String, Object>>, List<String>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Creates an instance of a AddEmbeddingsRequest record class.
addHeadersToRequest(HttpHeaders, RequestEntity.BodyBuilder) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Add headers to the request that is being built
additionalMetadata - Variable in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
addMetadata(ParagraphManager.Paragraph, ParagraphManager.Paragraph, Document) - Method in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
 
addMetadataColumn(CassandraVectorStoreConfig.SchemaColumn) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
addMetadataColumns(List<CassandraVectorStoreConfig.SchemaColumn>) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
addMetadataColumns(CassandraVectorStoreConfig.SchemaColumn...) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
addPrefillItem(PrefillToken) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
addPrefillItem(PrefillToken) - Method in class org.springframework.ai.huggingface.model.Details
 
addRegion(String, Rectangle2D) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Add a new region to group text by.
addStopItem(String) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
addTokensItem(Token) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
addTokensItem(Token) - Method in class org.springframework.ai.huggingface.model.Details
 
adviseContext() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the adviseContext record component.
adviseContext() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Returns the value of the adviseContext record component.
AdvisedRequest - Record Class in org.springframework.ai.chat.client.advisor.api
The data of the chat client request that can be modified before the execution of the ChatClient's call method
AdvisedRequest(ChatModel, String, String, ChatOptions, List<Media>, List<String>, List<FunctionCallback>, List<Message>, Map<String, Object>, Map<String, Object>, List<Advisor>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Constructor for record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Creates an instance of a AdvisedRequest record class.
AdvisedRequest.Builder - Class in org.springframework.ai.chat.client.advisor.api
 
AdvisedResponse - Record Class in org.springframework.ai.chat.client.advisor.api
 
AdvisedResponse(ChatResponse, Map<String, Object>) - Constructor for record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Creates an instance of a AdvisedResponse record class.
AdvisedResponse.Builder - Class in org.springframework.ai.chat.client.advisor.api
 
adviseRequest(AdvisedRequest, Map<String, Object>) - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
adviseResponse(ChatResponse, Map<String, Object>) - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
adviseResponse(Flux<ChatResponse>, Map<String, Object>) - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
Advisor - Interface in org.springframework.ai.chat.client.advisor.api
Parent advisor interface for all advisors.
ADVISOR - Enum constant in enum class org.springframework.ai.observation.conventions.SpringAiKind
 
ADVISOR_NAME - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.HighCardinalityKeyNames
Advisor name.
ADVISOR_ORDER - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.HighCardinalityKeyNames
Advisor order in the advisor chain.
ADVISOR_TYPE - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.LowCardinalityKeyNames
Advisor type: Before, After or Around.
advisorName(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
AdvisorObservationContext - Class in org.springframework.ai.chat.client.advisor.observation
Context used to store metadata for chat client advisors.
AdvisorObservationContext(String, AdvisorObservationContext.Type, AdvisedRequest, Map<String, Object>, Map<String, Object>, int) - Constructor for class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
AdvisorObservationContext.Builder - Class in org.springframework.ai.chat.client.advisor.observation
 
AdvisorObservationContext.Type - Enum Class in org.springframework.ai.chat.client.advisor.observation
 
AdvisorObservationConvention - Interface in org.springframework.ai.chat.client.advisor.observation
Interface for an ObservationConvention for chat client advisors.
AdvisorObservationDocumentation - Enum Class in org.springframework.ai.chat.client.advisor.observation
 
AdvisorObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.chat.client.advisor.observation
 
AdvisorObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.chat.client.advisor.observation
 
advisorOrder(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
advisorParams() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the advisorParams record component.
advisors() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the advisors record component.
advisors(Consumer<ChatClient.AdvisorSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
advisors(Consumer<ChatClient.AdvisorSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
advisors(List<Advisor>) - Method in interface org.springframework.ai.chat.client.ChatClient.AdvisorSpec
 
advisors(List<Advisor>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
advisors(List<Advisor>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
advisors(List<Advisor>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
advisors(Advisor...) - Method in interface org.springframework.ai.chat.client.ChatClient.AdvisorSpec
 
advisors(Advisor...) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
advisors(Advisor...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
advisors(Advisor...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
advisorType(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
AFTER - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Type
 
afterPropertiesSet() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
 
afterPropertiesSet() - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
Initializes the GemFireVectorStore after properties are set.
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.MilvusVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
aggregate(Flux<ChatResponse>, Consumer<ChatResponse>) - Method in class org.springframework.ai.chat.model.MessageAggregator
 
aggregateAdvisedResponse(Flux<AdvisedResponse>, Consumer<AdvisedResponse>) - Method in class org.springframework.ai.chat.model.MessageAggregator
 
AI_ADVISOR - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation
AI Advisor observations
AI_CHAT_CLIENT - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation
AI Chat Client observations
AI_METADATA_STRING - Static variable in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
AI_METADATA_STRING - Static variable in class org.springframework.ai.model.AbstractResponseMetadata
 
AI_METADATA_STRING - Static variable in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
AI_METADATA_STRING - Static variable in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
AI_OPERATION_TYPE - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
The name of the operation being performed.
AI_OPERATION_TYPE - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
The name of the operation being performed.
AI_OPERATION_TYPE - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.LowCardinalityKeyNames
The name of the operation being performed.
AI_OPERATION_TYPE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The name of the operation being performed.
AI_PROVIDER - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
The model provider as identified by the client instrumentation.
AI_PROVIDER - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
The model provider as identified by the client instrumentation.
AI_PROVIDER - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.LowCardinalityKeyNames
The model provider as identified by the client instrumentation.
AI_PROVIDER - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The model provider as identified by the client instrumentation.
AI_USAGE_STRING - Static variable in class org.springframework.ai.ollama.metadata.OllamaUsage
 
AI_VECTOR_STORE - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation
Vector Store observations for clients.
AI21_J2_MID_V1 - Enum constant in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
ai21.j2-mid-v1
AI21_J2_ULTRA_V1 - Enum constant in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
ai21.j2-ultra-v1
ai21Jurassic2ChatBedrockApi(AwsCredentialsProvider, AwsRegionProvider, BedrockAi21Jurassic2ChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatAutoConfiguration
 
Ai21Jurassic2ChatBedrockApi - Class in org.springframework.ai.bedrock.jurassic2.api
Java client for the Bedrock Jurassic2 chat model.
Ai21Jurassic2ChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
Create a new Ai21Jurassic2ChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
Ai21Jurassic2ChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
Create a new Ai21Jurassic2ChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
Ai21Jurassic2ChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
Create a new Ai21Jurassic2ChatBedrockApi instance.
Ai21Jurassic2ChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
Create a new Ai21Jurassic2ChatBedrockApi instance.
Ai21Jurassic2ChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
Create a new Ai21Jurassic2ChatBedrockApi instance.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel - Enum Class in org.springframework.ai.bedrock.jurassic2.api
Ai21 Jurassic2 models version.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest - Record Class in org.springframework.ai.bedrock.jurassic2.api
AI21 Jurassic2 chat request parameters.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder - Class in org.springframework.ai.bedrock.jurassic2.api
 
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty - Record Class in org.springframework.ai.bedrock.jurassic2.api
Penalty with float scale value.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty - Record Class in org.springframework.ai.bedrock.jurassic2.api
Penalty with integer scale value.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse - Record Class in org.springframework.ai.bedrock.jurassic2.api
Ai21 Jurassic2 chat response.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion - Record Class in org.springframework.ai.bedrock.jurassic2.api
 
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason - Record Class in org.springframework.ai.bedrock.jurassic2.api
Explains why the generation process was halted for a specific completion.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken - Record Class in org.springframework.ai.bedrock.jurassic2.api
The generatedToken fields.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt - Record Class in org.springframework.ai.bedrock.jurassic2.api
The prompt includes the raw text, the tokens with their log probabilities, and the top-K alternative tokens at each position, if requested.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange - Record Class in org.springframework.ai.bedrock.jurassic2.api
The textRange field indicates the start and end offsets of the token in the decoded text string.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token - Record Class in org.springframework.ai.bedrock.jurassic2.api
Provides detailed information about each token in both the prompt and the completions.
Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken - Record Class in org.springframework.ai.bedrock.jurassic2.api
The topTokens field is a list of the top K alternative tokens for this position, sorted by probability, according to the topKReturn request parameter.
Ai21Jurassic2ChatRequest(String, Double, Double, Integer, List<String>, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Creates an instance of a Ai21Jurassic2ChatRequest record class.
Ai21Jurassic2ChatResponse(String, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt, List<Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion>, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Creates an instance of a Ai21Jurassic2ChatResponse record class.
AiObservationAttributes - Enum Class in org.springframework.ai.observation.conventions
Collection of attribute keys used in AI observations (spans, metrics, events).
AiObservationEventNames - Enum Class in org.springframework.ai.observation.conventions
Collection of event names used in AI observations.
AiObservationMetricAttributes - Enum Class in org.springframework.ai.observation.conventions
Collection of metric attributes used in AI observations.
AiObservationMetricNames - Enum Class in org.springframework.ai.observation.conventions
Collection of metric names used in AI observations.
AiOperationMetadata - Record Class in org.springframework.ai.observation
Metadata associated with an AI operation (e.g.
AiOperationMetadata(String, String) - Constructor for record class org.springframework.ai.observation.AiOperationMetadata
Creates an instance of a AiOperationMetadata record class.
AiOperationMetadata.Builder - Class in org.springframework.ai.observation
 
aiOperationType(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
aiOperationType(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
aiOperationType(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
aiOperationType(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
AiOperationType - Enum Class in org.springframework.ai.observation.conventions
Types of operations performed by AI systems.
aiProvider(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
aiProvider(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
aiProvider(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
aiProvider(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
AiProvider - Enum Class in org.springframework.ai.observation.conventions
Collection of systems providing AI functionality.
AiRuntimeHints - Class in org.springframework.ai.aot
Utility methods for creating native runtime hints.
AiRuntimeHints() - Constructor for class org.springframework.ai.aot.AiRuntimeHints
 
AiTokenType - Enum Class in org.springframework.ai.observation.conventions
Types of tokens produced and consumed in an AI operation.
alignToLeft(String) - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
 
all - Static variable in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
 
ALL - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods
Return likelihoods for all tokens.
ALL - Enum constant in enum class org.springframework.ai.document.MetadataMode
 
ALL - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
Write must receive an acknowledgement from all replica nodes.
ALL_PAGES - Static variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
AllOfGenerateResponseDetails - Class in org.springframework.ai.huggingface.model
AllOfGenerateResponseDetails
AllOfGenerateResponseDetails() - Constructor for class org.springframework.ai.huggingface.model.AllOfGenerateResponseDetails
 
AllOfStreamResponseDetails - Class in org.springframework.ai.huggingface.model
AllOfStreamResponseDetails
AllOfStreamResponseDetails() - Constructor for class org.springframework.ai.huggingface.model.AllOfStreamResponseDetails
 
ALLOY - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns the value of the amazonBedrockInvocationMetrics record component.
amazonBedrockInvocationMetrics() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the amazonBedrockInvocationMetrics record component.
AmazonBedrockInvocationMetrics(Long, Long, Long, Long) - Constructor for record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Creates an instance of a AmazonBedrockInvocationMetrics record class.
ANALOG_FILM - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
and(FilterExpressionBuilder.Op, FilterExpressionBuilder.Op) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
AND - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
AND - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
AND - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
AND() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
AndExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
ANIME - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
ANTHROPIC - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
anthropic3Api(AwsCredentialsProvider, AwsRegionProvider, BedrockAnthropic3ChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatAutoConfiguration
 
Anthropic3ChatBedrockApi - Class in org.springframework.ai.bedrock.anthropic3.api
Based on Bedrock's Anthropic Claude Messages API.
Anthropic3ChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the default credentials provider chain, the default object.
Anthropic3ChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the default credentials provider chain, the default object.
Anthropic3ChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
Anthropic3ChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
Anthropic3ChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
Anthropic3ChatBedrockApi.AnthropicChatModel - Enum Class in org.springframework.ai.bedrock.anthropic3.api
Anthropic models version.
Anthropic3ChatBedrockApi.AnthropicChatRequest - Record Class in org.springframework.ai.bedrock.anthropic3.api
AnthropicChatRequest encapsulates the request parameters for the Anthropic messages model.
Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder - Class in org.springframework.ai.bedrock.anthropic3.api
 
Anthropic3ChatBedrockApi.AnthropicChatResponse - Record Class in org.springframework.ai.bedrock.anthropic3.api
AnthropicChatResponse encapsulates the response parameters for the Anthropic messages model.
Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse - Record Class in org.springframework.ai.bedrock.anthropic3.api
AnthropicChatStreamingResponse encapsulates the streaming response parameters for the Anthropic messages model.
Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta - Record Class in org.springframework.ai.bedrock.anthropic3.api
Encapsulates a delta.
Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType - Enum Class in org.springframework.ai.bedrock.anthropic3.api
The streaming type of this message.
Anthropic3ChatBedrockApi.AnthropicUsage - Record Class in org.springframework.ai.bedrock.anthropic3.api
Encapsulates the metrics about the model invocation.
Anthropic3ChatBedrockApi.ChatCompletionMessage - Record Class in org.springframework.ai.bedrock.anthropic3.api
Message comprising the conversation.
Anthropic3ChatBedrockApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.bedrock.anthropic3.api
The role of the author of this message.
Anthropic3ChatBedrockApi.MediaContent - Record Class in org.springframework.ai.bedrock.anthropic3.api
 
Anthropic3ChatBedrockApi.MediaContent.Source - Record Class in org.springframework.ai.bedrock.anthropic3.api
The source of the media content.
Anthropic3ChatBedrockApi.MediaContent.Type - Enum Class in org.springframework.ai.bedrock.anthropic3.api
The type of this message.
anthropic3ChatModel(Anthropic3ChatBedrockApi, BedrockAnthropic3ChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatAutoConfiguration
 
Anthropic3ChatOptions - Class in org.springframework.ai.bedrock.anthropic3
 
Anthropic3ChatOptions() - Constructor for class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
Anthropic3ChatOptions.Builder - Class in org.springframework.ai.bedrock.anthropic3
 
anthropicApi(AnthropicConnectionProperties, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicAutoConfiguration
 
anthropicApi(AwsCredentialsProvider, AwsRegionProvider, BedrockAnthropicChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatAutoConfiguration
 
AnthropicApi - Class in org.springframework.ai.anthropic.api
 
AnthropicApi(String) - Constructor for class org.springframework.ai.anthropic.api.AnthropicApi
Create a new client api with DEFAULT_BASE_URL
AnthropicApi(String, String) - Constructor for class org.springframework.ai.anthropic.api.AnthropicApi
Create a new client api.
AnthropicApi(String, String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.anthropic.api.AnthropicApi
Create a new client api.
AnthropicApi(String, String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler, String) - Constructor for class org.springframework.ai.anthropic.api.AnthropicApi
Create a new client api.
AnthropicApi.AnthropicMessage - Record Class in org.springframework.ai.anthropic.api
Input messages.
AnthropicApi.ChatCompletionRequest - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ChatCompletionRequest.Metadata - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ChatCompletionRequestBuilder - Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ChatCompletionResponse - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ChatModel - Enum Class in org.springframework.ai.anthropic.api
Check the Models overview and model comparison for additional details and options.
AnthropicApi.ContentBlock - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlock.Source - Record Class in org.springframework.ai.anthropic.api
The source of the media content.
AnthropicApi.ContentBlock.Type - Enum Class in org.springframework.ai.anthropic.api
The ContentBlock type.
AnthropicApi.ContentBlockDeltaEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody - Interface in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockStartEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockStartEvent.ContentBlockBody - Interface in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockStartEvent.ContentBlockText - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ContentBlockStopEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ErrorEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ErrorEvent.Error - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.EventType - Enum Class in org.springframework.ai.anthropic.api
The evnt type of the streamed chunk.
AnthropicApi.MessageDeltaEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.MessageDeltaEvent.MessageDelta - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.MessageDeltaEvent.MessageDeltaUsage - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.MessageStartEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.MessageStopEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.PingEvent - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.Role - Enum Class in org.springframework.ai.anthropic.api
The role of the author of this message.
AnthropicApi.StreamEvent - Interface in org.springframework.ai.anthropic.api
 
AnthropicApi.Tool - Record Class in org.springframework.ai.anthropic.api
 
AnthropicApi.ToolUseAggregationEvent - Class in org.springframework.ai.anthropic.api
Special event used to aggregate multiple tool use events into a single event with list of aggregated ContentBlockToolUse.
AnthropicApi.Usage - Record Class in org.springframework.ai.anthropic.api
Usage statistics.
AnthropicAutoConfiguration - Class in org.springframework.ai.autoconfigure.anthropic
 
AnthropicAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.anthropic.AnthropicAutoConfiguration
 
AnthropicChatBedrockApi - Class in org.springframework.ai.bedrock.anthropic.api
 
AnthropicChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the default credentials provider chain, the default object.
AnthropicChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the default credentials provider chain, the default object.
AnthropicChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
AnthropicChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
AnthropicChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Create a new AnthropicChatBedrockApi instance using the provided credentials provider, region and object mapper.
AnthropicChatBedrockApi.AnthropicChatModel - Enum Class in org.springframework.ai.bedrock.anthropic.api
Anthropic models version.
AnthropicChatBedrockApi.AnthropicChatRequest - Record Class in org.springframework.ai.bedrock.anthropic.api
AnthropicChatRequest encapsulates the request parameters for the Anthropic chat model.
AnthropicChatBedrockApi.AnthropicChatRequest.Builder - Class in org.springframework.ai.bedrock.anthropic.api
 
AnthropicChatBedrockApi.AnthropicChatResponse - Record Class in org.springframework.ai.bedrock.anthropic.api
AnthropicChatResponse encapsulates the response parameters for the Anthropic chat model.
anthropicChatModel(AnthropicApi, AnthropicChatProperties, RetryTemplate, FunctionCallbackContext, List<FunctionCallback>, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicAutoConfiguration
 
anthropicChatModel(AnthropicChatBedrockApi, BedrockAnthropicChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatAutoConfiguration
 
AnthropicChatModel - Class in org.springframework.ai.anthropic
The ChatModel implementation for the Anthropic service.
AnthropicChatModel(AnthropicApi) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatModel(AnthropicApi, AnthropicChatOptions) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatModel(AnthropicApi, AnthropicChatOptions, RetryTemplate) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatModel(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackContext) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatModel(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackContext, List<FunctionCallback>) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatModel(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackContext, List<FunctionCallback>, ObservationRegistry) - Constructor for class org.springframework.ai.anthropic.AnthropicChatModel
Construct a new AnthropicChatModel instance.
AnthropicChatOptions - Class in org.springframework.ai.anthropic
The options to be used when sending a chat request to the Anthropic API.
AnthropicChatOptions - Class in org.springframework.ai.bedrock.anthropic
 
AnthropicChatOptions() - Constructor for class org.springframework.ai.anthropic.AnthropicChatOptions
 
AnthropicChatOptions() - Constructor for class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
AnthropicChatOptions.Builder - Class in org.springframework.ai.anthropic
 
AnthropicChatOptions.Builder - Class in org.springframework.ai.bedrock.anthropic
 
AnthropicChatProperties - Class in org.springframework.ai.autoconfigure.anthropic
Anthropic Chat autoconfiguration properties.
AnthropicChatProperties() - Constructor for class org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties
 
AnthropicChatRequest(String, Double, Integer, Integer, Double, List<String>, String) - Constructor for record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Creates an instance of a AnthropicChatRequest record class.
AnthropicChatRequest(List<Anthropic3ChatBedrockApi.ChatCompletionMessage>, String, Double, Integer, Integer, Double, List<String>, String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Creates an instance of a AnthropicChatRequest record class.
AnthropicChatResponse(String, String, String, String, List<Anthropic3ChatBedrockApi.MediaContent>, String, String, Anthropic3ChatBedrockApi.AnthropicUsage, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Creates an instance of a AnthropicChatResponse record class.
AnthropicChatResponse(String, String, String, String, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Creates an instance of a AnthropicChatResponse record class.
AnthropicChatStreamingResponse(Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType, Anthropic3ChatBedrockApi.AnthropicChatResponse, Integer, Anthropic3ChatBedrockApi.MediaContent, Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta, Anthropic3ChatBedrockApi.AnthropicUsage, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Creates an instance of a AnthropicChatStreamingResponse record class.
AnthropicConnectionProperties - Class in org.springframework.ai.autoconfigure.anthropic
Anthropic API connection properties.
AnthropicConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
AnthropicMessage(List<AnthropicApi.ContentBlock>, AnthropicApi.Role) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Creates an instance of a AnthropicMessage record class.
AnthropicRateLimit - Class in org.springframework.ai.anthropic.metadata
RateLimit implementation for OpenAI.
AnthropicRateLimit(Long, Long, Duration, Long, Long, Duration) - Constructor for class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
AnthropicRuntimeHints - Class in org.springframework.ai.anthropic.aot
The AnthropicRuntimeHints class is responsible for registering runtime hints for Anthropic API classes.
AnthropicRuntimeHints() - Constructor for class org.springframework.ai.anthropic.aot.AnthropicRuntimeHints
 
AnthropicUsage - Class in org.springframework.ai.anthropic.metadata
Usage implementation for AnthropicApi.
AnthropicUsage(Integer, Integer) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Creates an instance of a AnthropicUsage record class.
AnthropicUsage(AnthropicApi.Usage) - Constructor for class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
anthropicVersion() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the anthropicVersion record component.
anthropicVersion() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the anthropicVersion record component.
ANY - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ToolChoice
 
ApiClient - Class in org.springframework.ai.huggingface.invoker
 
ApiClient() - Constructor for class org.springframework.ai.huggingface.invoker.ApiClient
 
ApiClient(RestTemplate) - Constructor for class org.springframework.ai.huggingface.invoker.ApiClient
 
ApiClient.CollectionFormat - Enum Class in org.springframework.ai.huggingface.invoker
 
apiKey(String) - Method in class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator.Builder
 
ApiKeyAuth - Class in org.springframework.ai.huggingface.invoker.auth
 
ApiKeyAuth(String, String) - Constructor for class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
ApiUtils - Class in org.springframework.ai.util.api
The ApiUtils class provides utility methods for working with API requests and responses.
ApiUtils() - Constructor for class org.springframework.ai.util.api.ApiUtils
 
application - Enum constant in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
 
apply(I, ToolContext) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
apply(String) - Method in interface org.springframework.ai.document.DocumentRetriever
 
apply(List<Document>) - Method in class org.springframework.ai.transformer.ContentFormatTransformer
Post process documents chunked from loader.
apply(List<Document>) - Method in class org.springframework.ai.transformer.KeywordMetadataEnricher
 
apply(List<Document>) - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
apply(List<Document>) - Method in class org.springframework.ai.transformer.SummaryMetadataEnricher
 
applyToEmojis() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the applyToEmojis record component.
applyToEmojis() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the applyToEmojis record component.
applyToEmojis() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the applyToEmojis record component.
applyToEmojis(Boolean) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
applyToNumbers() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the applyToNumbers record component.
applyToNumbers() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the applyToNumbers record component.
applyToNumbers() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the applyToNumbers record component.
applyToNumbers(Boolean) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in interface org.springframework.ai.huggingface.invoker.auth.Authentication
Apply authentication settings to header and / or query parameters.
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class org.springframework.ai.huggingface.invoker.auth.OAuth
 
applyToPunctuations() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the applyToPunctuations record component.
applyToPunctuations() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the applyToPunctuations record component.
applyToPunctuations() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the applyToPunctuations record component.
applyToPunctuations(Boolean) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
applyToStopwords() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the applyToStopwords record component.
applyToStopwords() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the applyToStopwords record component.
applyToStopwords() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the applyToStopwords record component.
applyToStopwords(Boolean) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
applyToWhitespaces() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the applyToWhitespaces record component.
applyToWhitespaces() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the applyToWhitespaces record component.
applyToWhitespaces() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the applyToWhitespaces record component.
applyToWhitespaces(Boolean) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
arguments() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the arguments record component.
arguments() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the arguments record component.
AROUND - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Type
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in interface org.springframework.ai.chat.client.advisor.api.CallAroundAdvisor
Around advice that wraps the ChatModel#call(Prompt) method.
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
aroundCall(AdvisedRequest, CallAroundAdvisorChain) - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in interface org.springframework.ai.chat.client.advisor.api.StreamAroundAdvisor
Around advice that wraps the invocation of the advised request.
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
aroundStream(AdvisedRequest, StreamAroundAdvisorChain) - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
artifacts() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Returns the value of the artifacts record component.
Artifacts(long, String, String) - Constructor for record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Creates an instance of a Artifacts record class.
ASSISTANT - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.Role
 
ASSISTANT - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage.Role
Assistant message.
ASSISTANT - Enum constant in enum class org.springframework.ai.chat.messages.MessageType
A message of the type 'assistant' passed as input Messages with the message is generated as a response to the user.
ASSISTANT - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
Assistant message.
ASSISTANT - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
 
ASSISTANT - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
Assistant message.
ASSISTANT - Enum constant in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
Assistant message type.
ASSISTANT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
Assistant message.
ASSISTANT - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage.Role
Assistant message.
ASSISTANT - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
Assistant message.
AssistantMessage - Class in org.springframework.ai.chat.messages
Lets the generative know the content was generated as a response to the user.
AssistantMessage(String) - Constructor for class org.springframework.ai.chat.messages.AssistantMessage
 
AssistantMessage(String, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.AssistantMessage
 
AssistantMessage(String, Map<String, Object>, List<AssistantMessage.ToolCall>) - Constructor for class org.springframework.ai.chat.messages.AssistantMessage
 
AssistantMessage.ToolCall - Record Class in org.springframework.ai.chat.messages
 
AssistantPromptTemplate - Class in org.springframework.ai.chat.prompt
 
AssistantPromptTemplate(String) - Constructor for class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
AssistantPromptTemplate(Resource) - Constructor for class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
AUDIO - Enum constant in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
 
AudioTranscription - Class in org.springframework.ai.audio.transcription
Represents a response returned by the AI.
AudioTranscription(String) - Constructor for class org.springframework.ai.audio.transcription.AudioTranscription
 
AudioTranscriptionMetadata - Interface in org.springframework.ai.audio.transcription
 
AudioTranscriptionOptions - Interface in org.springframework.ai.audio.transcription
 
AudioTranscriptionPrompt - Class in org.springframework.ai.audio.transcription
Represents an audio transcription prompt for an AI model.
AudioTranscriptionPrompt(Resource) - Constructor for class org.springframework.ai.audio.transcription.AudioTranscriptionPrompt
Construct a new AudioTranscriptionPrompt given the resource representing the audio file.
AudioTranscriptionPrompt(Resource, AudioTranscriptionOptions) - Constructor for class org.springframework.ai.audio.transcription.AudioTranscriptionPrompt
Construct a new AudioTranscriptionPrompt given the resource representing the audio file.
AudioTranscriptionResponse - Class in org.springframework.ai.audio.transcription
 
AudioTranscriptionResponse(AudioTranscription) - Constructor for class org.springframework.ai.audio.transcription.AudioTranscriptionResponse
 
AudioTranscriptionResponse(AudioTranscription, AudioTranscriptionResponseMetadata) - Constructor for class org.springframework.ai.audio.transcription.AudioTranscriptionResponse
 
AudioTranscriptionResponseMetadata - Class in org.springframework.ai.audio.transcription
 
AudioTranscriptionResponseMetadata() - Constructor for class org.springframework.ai.audio.transcription.AudioTranscriptionResponseMetadata
 
AuthApi - Class in org.springframework.ai.qianfan.api.auth
QianFan abstract authentication API.
AuthApi(String, String) - Constructor for class org.springframework.ai.qianfan.api.auth.AuthApi
Create a new chat completion api with default base URL.
Authentication - Interface in org.springframework.ai.huggingface.invoker.auth
 
author() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Returns the value of the author record component.
AUTO - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ToolChoice
 
AUTO - Static variable in class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ToolChoiceBuilder
Model can pick between generating a message or calling a function.
AUTO - Static variable in class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest.ToolChoiceBuilder
Model can pick between generating a message or calling a function.
AUTO - Static variable in class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ToolChoiceBuilder
Model can pick between generating a message or calling a function.
AUTO - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ToolChoiceBuilder
Model can pick between generating a message or calling a function.
AUTOINDEX - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
autoTruncate - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
avgLogprob() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the avgLogprob record component.
avgLogprob() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the avgLogprob record component.
AZURE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
AZURE_OPENAI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
AzureAiSearchFilterExpressionConverter - Class in org.springframework.ai.vectorstore.azure
Converts Filter.Expression into Azure Search OData filter syntax.
AzureAiSearchFilterExpressionConverter(List<AzureVectorStore.MetadataField>) - Constructor for class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
azureOpenAiAudioTranscriptionModel(OpenAIClientBuilder, AzureOpenAiAudioTranscriptionProperties) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
AzureOpenAiAudioTranscriptionModel - Class in org.springframework.ai.azure.openai
AzureOpenAI audio transcription client implementation for backed by OpenAIClient.
AzureOpenAiAudioTranscriptionModel(OpenAIClient, AzureOpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
AzureOpenAiAudioTranscriptionOptions - Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
AzureOpenAiAudioTranscriptionOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.GranularityType - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.StructuredResponse - Record Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment - Record Class in org.springframework.ai.azure.openai
Segment of the transcribed text and its corresponding details.
AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word - Record Class in org.springframework.ai.azure.openai
Extracted word and it's corresponding timestamps.
AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.WhisperModel - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionProperties - Class in org.springframework.ai.autoconfigure.azure.openai
 
AzureOpenAiAudioTranscriptionProperties() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
AzureOpenAiAudioTranscriptionResponseMetadata - Class in org.springframework.ai.azure.openai.metadata
Audio transcription metadata implementation for AzureOpenAI.
AzureOpenAiAudioTranscriptionResponseMetadata() - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
AzureOpenAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.azure.openai
 
AzureOpenAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
azureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatProperties, List<FunctionCallback>, FunctionCallbackContext, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
AzureOpenAiChatModel - Class in org.springframework.ai.azure.openai
ChatModel implementation for Microsoft Azure AI backed by OpenAIClient.
AzureOpenAiChatModel(OpenAIClientBuilder) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackContext) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackContext, List<FunctionCallback>) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, ObservationRegistry) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatOptions - Class in org.springframework.ai.azure.openai
The configuration information for a chat completions request.
AzureOpenAiChatOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
AzureOpenAiChatOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiChatProperties - Class in org.springframework.ai.autoconfigure.azure.openai
 
AzureOpenAiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
AzureOpenAiConnectionProperties - Class in org.springframework.ai.autoconfigure.azure.openai
 
AzureOpenAiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
azureOpenAiEmbeddingModel(OpenAIClientBuilder, AzureOpenAiEmbeddingProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
AzureOpenAiEmbeddingModel - Class in org.springframework.ai.azure.openai
Azure Open AI Embedding Model implementation.
AzureOpenAiEmbeddingModel(OpenAIClient) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode, AzureOpenAiEmbeddingOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode, AzureOpenAiEmbeddingOptions, ObservationRegistry) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingOptions - Class in org.springframework.ai.azure.openai
The configuration information for the embedding requests.
AzureOpenAiEmbeddingOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
AzureOpenAiEmbeddingOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiEmbeddingProperties - Class in org.springframework.ai.autoconfigure.azure.openai
 
AzureOpenAiEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
AzureOpenAiEmbeddingUsage - Class in org.springframework.ai.azure.openai.metadata
Usage implementation for Microsoft Azure OpenAI Service embedding.
AzureOpenAiEmbeddingUsage(EmbeddingsUsage) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
azureOpenAiImageClient(OpenAIClientBuilder, AzureOpenAiImageOptionsProperties) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
AzureOpenAiImageGenerationMetadata - Class in org.springframework.ai.azure.openai.metadata
Represents the metadata for image generation using Azure OpenAI.
AzureOpenAiImageGenerationMetadata(String) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
AzureOpenAiImageModel - Class in org.springframework.ai.azure.openai
ImageModel implementation for Microsoft Azure AI backed by OpenAIClient.
AzureOpenAiImageModel(OpenAIClient) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
AzureOpenAiImageModel(OpenAIClient, AzureOpenAiImageOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
AzureOpenAiImageOptions - Class in org.springframework.ai.azure.openai
The configuration information for a image generation request.
AzureOpenAiImageOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
AzureOpenAiImageOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiImageOptions.ImageModel - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiImageOptionsProperties - Class in org.springframework.ai.autoconfigure.azure.openai
Configuration properties for Azure OpenAI image generation options.
AzureOpenAiImageOptionsProperties() - Constructor for class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
AzureOpenAiImageResponseMetadata - Class in org.springframework.ai.azure.openai.metadata
Represents metadata associated with an image response from the Azure OpenAI image model.
AzureOpenAiImageResponseMetadata(Long) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
AzureOpenAiResponseFormat - Enum Class in org.springframework.ai.azure.openai
Utility enumeration for representing the response format that may be requested from the Azure OpenAI model.
AzureOpenAiRuntimeHints - Class in org.springframework.ai.azure.openai.aot
 
AzureOpenAiRuntimeHints() - Constructor for class org.springframework.ai.azure.openai.aot.AzureOpenAiRuntimeHints
 
AzureOpenAiUsage - Class in org.springframework.ai.azure.openai.metadata
Usage implementation for Microsoft Azure OpenAI Service chat.
AzureOpenAiUsage(CompletionsUsage) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
AzureVectorStore - Class in org.springframework.ai.vectorstore.azure
Uses Azure Cognitive Search as a backing vector store.
AzureVectorStore(SearchIndexClient, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.azure.AzureVectorStore
Constructs a new AzureCognitiveSearchVectorStore.
AzureVectorStore(SearchIndexClient, EmbeddingModel, boolean, List<AzureVectorStore.MetadataField>) - Constructor for class org.springframework.ai.vectorstore.azure.AzureVectorStore
Constructs a new AzureCognitiveSearchVectorStore.
AzureVectorStore(SearchIndexClient, EmbeddingModel, boolean, List<AzureVectorStore.MetadataField>, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.azure.AzureVectorStore
Constructs a new AzureCognitiveSearchVectorStore.
AzureVectorStore.MetadataField - Record Class in org.springframework.ai.vectorstore.azure
 
AzureVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.azure
 
AzureVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreAutoConfiguration
 
AzureVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.azure
 
AzureVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 

B

b64Image() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Returns the value of the b64Image record component.
b64Json() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Returns the value of the b64Json record component.
b64Json() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Returns the value of the b64Json record component.
Backoff() - Constructor for class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
base64() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Returns the value of the base64 record component.
baseModelId() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the baseModelId record component.
baseResponse() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the baseResponse record component.
BaseResponse(Long, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Creates an instance of a BaseResponse record class.
BasicEvaluationTest - Class in org.springframework.ai.evaluation
 
BasicEvaluationTest() - Constructor for class org.springframework.ai.evaluation.BasicEvaluationTest
 
batch(List<Document>) - Method in interface org.springframework.ai.embedding.BatchingStrategy
EmbeddingModel implementations can call this method to optimize embedding tokens.
batch(List<Document>) - Method in class org.springframework.ai.embedding.TokenCountBatchingStrategy
 
batchEmbedText(List<String>) - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Generates a response from the model given an input.
BatchingStrategy - Interface in org.springframework.ai.embedding
Contract for batching Document objects so that the call to embed them could be optimized.
BeanOutputConverter<T> - Class in org.springframework.ai.converter
An implementation of StructuredOutputConverter that transforms the LLM output to a specific object type using JSON schema.
BeanOutputConverter(Class<T>) - Constructor for class org.springframework.ai.converter.BeanOutputConverter
Constructor to initialize with the target type's class.
BeanOutputConverter(Class<T>, ObjectMapper) - Constructor for class org.springframework.ai.converter.BeanOutputConverter
Constructor to initialize with the target type's class, a custom object mapper, and a line endings normalizer to ensure consistent line endings on any platform.
BeanOutputConverter(ParameterizedTypeReference<T>) - Constructor for class org.springframework.ai.converter.BeanOutputConverter
Constructor to initialize with the target class type reference.
BeanOutputConverter(ParameterizedTypeReference<T>, ObjectMapper) - Constructor for class org.springframework.ai.converter.BeanOutputConverter
Constructor to initialize with the target class type reference, a custom object mapper, and a line endings normalizer to ensure consistent line endings on any platform.
BeanOutputParser<T> - Class in org.springframework.ai.parser
Deprecated.
Use the BeanOutputConverter instead. An implementation of OutputParser 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.
BeanOutputParser(Class<T>) - Constructor for class org.springframework.ai.parser.BeanOutputParser
Deprecated.
Constructor to initialize with the target type's class.
BeanOutputParser(Class<T>, ObjectMapper) - Constructor for class org.springframework.ai.parser.BeanOutputParser
Deprecated.
Constructor to initialize with the target type's class, a custom object mapper, and a line endings normalizer to ensure consistent line endings on any platform.
BedrockAi21Jurassic2ChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.jurrasic2
Auto-configuration for Bedrock Jurassic2 Chat Client.
BedrockAi21Jurassic2ChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatAutoConfiguration
 
BedrockAi21Jurassic2ChatModel - Class in org.springframework.ai.bedrock.jurassic2
Java ChatModel for the Bedrock Jurassic2 chat generative model.
BedrockAi21Jurassic2ChatModel(Ai21Jurassic2ChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel
 
BedrockAi21Jurassic2ChatModel(Ai21Jurassic2ChatBedrockApi, BedrockAi21Jurassic2ChatOptions) - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel
 
BedrockAi21Jurassic2ChatModel.Builder - Class in org.springframework.ai.bedrock.jurassic2
 
BedrockAi21Jurassic2ChatOptions - Class in org.springframework.ai.bedrock.jurassic2
Request body for the /complete endpoint of the Jurassic-2 API.
BedrockAi21Jurassic2ChatOptions() - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
BedrockAi21Jurassic2ChatOptions.Builder - Class in org.springframework.ai.bedrock.jurassic2
 
BedrockAi21Jurassic2ChatOptions.Penalty - Record Class in org.springframework.ai.bedrock.jurassic2
Penalty object for frequency, presence, and count penalties.
BedrockAi21Jurassic2ChatOptions.Penalty.Builder - Class in org.springframework.ai.bedrock.jurassic2
 
BedrockAi21Jurassic2ChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.jurrasic2
Configuration properties for Bedrock Ai21Jurassic2.
BedrockAi21Jurassic2ChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
BedrockAnthropic3ChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.anthropic3
Auto-configuration for Bedrock Anthropic Chat Client.
BedrockAnthropic3ChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatAutoConfiguration
 
BedrockAnthropic3ChatModel - Class in org.springframework.ai.bedrock.anthropic3
Java ChatModel and StreamingChatModel for the Bedrock Anthropic chat generative.
BedrockAnthropic3ChatModel(Anthropic3ChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
 
BedrockAnthropic3ChatModel(Anthropic3ChatBedrockApi, Anthropic3ChatOptions) - Constructor for class org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
 
BedrockAnthropic3ChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.anthropic3
Configuration properties for Bedrock Anthropic Claude 3.
BedrockAnthropic3ChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
BedrockAnthropicChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.anthropic
Auto-configuration for Bedrock Anthropic Chat Client.
BedrockAnthropicChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatAutoConfiguration
 
BedrockAnthropicChatModel - Class in org.springframework.ai.bedrock.anthropic
Java ChatModel and StreamingChatModel for the Bedrock Anthropic chat generative.
BedrockAnthropicChatModel(AnthropicChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
 
BedrockAnthropicChatModel(AnthropicChatBedrockApi, AnthropicChatOptions) - Constructor for class org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
 
BedrockAnthropicChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.anthropic
Configuration properties for Bedrock Anthropic.
BedrockAnthropicChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
BedrockAwsConnectionConfiguration - Class in org.springframework.ai.autoconfigure.bedrock
 
BedrockAwsConnectionConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionConfiguration
 
BedrockAwsConnectionProperties - Class in org.springframework.ai.autoconfigure.bedrock
Configuration properties for Bedrock AWS connection.
BedrockAwsConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
BedrockCohereChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.cohere
Auto-configuration for Bedrock Cohere Chat Client.
BedrockCohereChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatAutoConfiguration
 
BedrockCohereChatModel - Class in org.springframework.ai.bedrock.cohere
 
BedrockCohereChatModel(CohereChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereChatModel
 
BedrockCohereChatModel(CohereChatBedrockApi, BedrockCohereChatOptions) - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereChatModel
 
BedrockCohereChatOptions - Class in org.springframework.ai.bedrock.cohere
 
BedrockCohereChatOptions() - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
BedrockCohereChatOptions.Builder - Class in org.springframework.ai.bedrock.cohere
 
BedrockCohereChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.cohere
Bedrock Cohere Chat autoconfiguration properties.
BedrockCohereChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
BedrockCohereEmbeddingAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.cohere
Auto-configuration for Bedrock Cohere Embedding Model.
BedrockCohereEmbeddingAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingAutoConfiguration
 
BedrockCohereEmbeddingModel - Class in org.springframework.ai.bedrock.cohere
EmbeddingModel implementation that uses the Bedrock Cohere Embedding API.
BedrockCohereEmbeddingModel(CohereEmbeddingBedrockApi) - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingModel
 
BedrockCohereEmbeddingModel(CohereEmbeddingBedrockApi, BedrockCohereEmbeddingOptions) - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingModel
 
BedrockCohereEmbeddingOptions - Class in org.springframework.ai.bedrock.cohere
 
BedrockCohereEmbeddingOptions() - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
BedrockCohereEmbeddingOptions.Builder - Class in org.springframework.ai.bedrock.cohere
 
BedrockCohereEmbeddingProperties - Class in org.springframework.ai.autoconfigure.bedrock.cohere
Bedrock Cohere Embedding autoconfiguration properties.
BedrockCohereEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
BedrockLlamaChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.llama
Auto-configuration for Bedrock Llama Chat Client.
BedrockLlamaChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatAutoConfiguration
 
BedrockLlamaChatModel - Class in org.springframework.ai.bedrock.llama
Java ChatModel and StreamingChatModel for the Bedrock Llama chat generative.
BedrockLlamaChatModel(LlamaChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.llama.BedrockLlamaChatModel
 
BedrockLlamaChatModel(LlamaChatBedrockApi, BedrockLlamaChatOptions) - Constructor for class org.springframework.ai.bedrock.llama.BedrockLlamaChatModel
 
BedrockLlamaChatOptions - Class in org.springframework.ai.bedrock.llama
 
BedrockLlamaChatOptions() - Constructor for class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
BedrockLlamaChatOptions.Builder - Class in org.springframework.ai.bedrock.llama
 
BedrockLlamaChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.llama
Configuration properties for Bedrock Llama.
BedrockLlamaChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
BedrockRuntimeHints - Class in org.springframework.ai.bedrock.aot
The BedrockRuntimeHints class is responsible for registering runtime hints for Bedrock AI API classes.
BedrockRuntimeHints() - Constructor for class org.springframework.ai.bedrock.aot.BedrockRuntimeHints
 
BedrockTitanChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.titan
Auto-configuration for Bedrock Titan Chat Client.
BedrockTitanChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatAutoConfiguration
 
BedrockTitanChatModel - Class in org.springframework.ai.bedrock.titan
 
BedrockTitanChatModel(TitanChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanChatModel
 
BedrockTitanChatModel(TitanChatBedrockApi, BedrockTitanChatOptions) - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanChatModel
 
BedrockTitanChatOptions - Class in org.springframework.ai.bedrock.titan
 
BedrockTitanChatOptions() - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
BedrockTitanChatOptions.Builder - Class in org.springframework.ai.bedrock.titan
 
BedrockTitanChatProperties - Class in org.springframework.ai.autoconfigure.bedrock.titan
Bedrock Titan Chat autoconfiguration properties.
BedrockTitanChatProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
BedrockTitanEmbeddingAutoConfiguration - Class in org.springframework.ai.autoconfigure.bedrock.titan
Auto-configuration for Bedrock Titan Embedding Model.
BedrockTitanEmbeddingAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingAutoConfiguration
 
BedrockTitanEmbeddingModel - Class in org.springframework.ai.bedrock.titan
EmbeddingModel implementation that uses the Bedrock Titan Embedding API.
BedrockTitanEmbeddingModel(TitanEmbeddingBedrockApi) - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel
 
BedrockTitanEmbeddingModel.InputType - Enum Class in org.springframework.ai.bedrock.titan
 
BedrockTitanEmbeddingOptions - Class in org.springframework.ai.bedrock.titan
 
BedrockTitanEmbeddingOptions() - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
BedrockTitanEmbeddingOptions.Builder - Class in org.springframework.ai.bedrock.titan
 
BedrockTitanEmbeddingProperties - Class in org.springframework.ai.autoconfigure.bedrock.titan
Bedrock Titan Embedding autoconfiguration properties.
BedrockTitanEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
BedrockUsage - Class in org.springframework.ai.bedrock
Usage implementation for Bedrock API.
BedrockUsage(AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for class org.springframework.ai.bedrock.BedrockUsage
 
BEFORE - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Type
 
bestOf(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
BestOfSequence - Class in org.springframework.ai.huggingface.model
BestOfSequence
BestOfSequence() - Constructor for class org.springframework.ai.huggingface.model.BestOfSequence
 
bestOfSequences(List<BestOfSequence>) - Method in class org.springframework.ai.huggingface.model.Details
 
BETA_MAX_TOKENS - Static variable in class org.springframework.ai.anthropic.api.AnthropicApi
 
BGE_LARGE_EN - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
DIMENSION: 1024
BGE_LARGE_ZH - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
DIMENSION: 1024
bias() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Returns the value of the bias record component.
BIN_FLAT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
BIN_IVF_FLAT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
BLOCKED_REASON_UNSPECIFIED - Enum constant in enum class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason
A blocked reason was not specified.
bool(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
bool(String) - Static method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
 
BOOLEAN - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
 
BOOLEAN_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
BOOLEAN_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
BOOLEAN_VALUE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
 
BooleanConstantContext(FiltersParser.ConstantContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
booleanExpression() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
booleanExpression(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
booleanExpression(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
BooleanExpressionContext() - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanExpressionContext
 
BooleanExpressionContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanExpressionContext
 
build() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
build() - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
build() - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel.Builder
 
build() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
build() - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest.Builder
 
build() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
build() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
build() - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedResponse.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor.Builder
 
build() - Method in class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor.Builder
 
build() - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
build() - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
build() - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext.Builder
 
build() - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
build() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
build() - Method in class org.springframework.ai.chat.model.ChatResponse.Builder
 
build() - Method in class org.springframework.ai.chat.observation.ChatModelObservationContext.Builder
 
build() - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
build() - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.document.Document.Builder
 
build() - Method in class org.springframework.ai.embedding.EmbeddingOptionsBuilder
 
build() - Method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext.Builder
 
build() - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
build() - Method in class org.springframework.ai.image.observation.ImageModelObservationContext.Builder
 
build() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
build() - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
build() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
build() - Method in class org.springframework.ai.moderation.Categories.Builder
 
build() - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
build() - Method in class org.springframework.ai.moderation.Moderation.Builder
 
build() - Method in class org.springframework.ai.moderation.ModerationOptionsBuilder
 
build() - Method in class org.springframework.ai.moderation.ModerationResult.Builder
 
build() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
build() - Method in class org.springframework.ai.observation.AiOperationMetadata.Builder
 
build() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
build() - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
build() - Method in class org.springframework.ai.ollama.api.OllamaApi.Message.Builder
 
build() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
build() - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
build() - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
build() - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
build() - Method in class org.springframework.ai.openai.OpenAiModerationOptions.Builder
 
build() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator.Builder
 
build() - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
build() - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
build() - Method in class org.springframework.ai.reader.ExtractedTextFormatter.Builder
Constructs and returns an instance of ExtractedTextFormatter using the configurations set on this builder.
build() - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
 
build() - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
build() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
build() - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
build() - Method in record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
 
build() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
build() - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder
 
build() - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
 
build() - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
build() - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
build() - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.QdrantVectorStoreConfig.Builder
Deprecated.
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig.Builder
Build the configuration.
build() - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
Returns the immutable configuration.
build() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
build() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
build() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
build() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
build() - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest.Builder
 
build() - Method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest.Builder
 
build() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions.Builder
 
builder() - Static method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
builder() - Static method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
 
builder() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreAutoConfiguration
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
builder() - Static method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
builder() - Static method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
builder() - Static method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
builder() - Static method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
builder() - Static method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
 
builder() - Static method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
builder() - Static method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
 
builder() - Static method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
builder() - Static method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
builder() - Static method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
 
builder() - Static method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
 
builder() - Static method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
builder() - Static method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
builder() - Static method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
builder() - Static method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
builder() - Static method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
 
builder() - Static method in class org.springframework.ai.chat.model.ChatResponse
 
builder() - Static method in class org.springframework.ai.chat.observation.ChatModelObservationContext
 
builder() - Static method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
builder() - Static method in class org.springframework.ai.document.DefaultContentFormatter
Start building a new configuration.
builder() - Static method in class org.springframework.ai.document.Document
 
builder() - Static method in class org.springframework.ai.embedding.EmbeddingOptionsBuilder
 
builder() - Static method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext
 
builder() - Static method in class org.springframework.ai.image.ImageOptionsBuilder
 
builder() - Static method in class org.springframework.ai.image.observation.ImageModelObservationContext
 
builder() - Static method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
builder() - Static method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
builder() - Static method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
builder() - Static method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
builder() - Static method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
builder() - Static method in class org.springframework.ai.moderation.Categories
 
builder() - Static method in class org.springframework.ai.moderation.CategoryScores
 
builder() - Static method in class org.springframework.ai.moderation.Moderation
 
builder() - Static method in class org.springframework.ai.moderation.ModerationOptionsBuilder
 
builder() - Static method in class org.springframework.ai.moderation.ModerationResult
 
builder() - Static method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
builder() - Static method in record class org.springframework.ai.observation.AiOperationMetadata
 
builder() - Static method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.ollama.api.OllamaOptions
 
builder() - Static method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
 
builder() - Static method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
 
builder() - Static method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
 
builder() - Static method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
builder() - Static method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
builder() - Static method in class org.springframework.ai.openai.OpenAiChatOptions
 
builder() - Static method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.openai.OpenAiImageOptions
 
builder() - Static method in class org.springframework.ai.openai.OpenAiModerationOptions
 
builder() - Static method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator
 
builder() - Static method in class org.springframework.ai.qianfan.QianFanChatOptions
 
builder() - Static method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.qianfan.QianFanImageOptions
 
builder() - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
Provides an instance of the builder for this formatter.
builder() - Static method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
builder() - Static method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
Start building a new configuration.
builder() - Static method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
 
builder() - Static method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
builder() - Static method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
builder() - Static method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig
 
builder() - Static method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig
 
builder() - Static method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.QdrantVectorStoreConfig
Deprecated.
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig
Start building a new configuration.
builder() - Static method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
builder() - Static method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
builder() - Static method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
builder() - Static method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
builder() - Static method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
builder() - Static method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
builder(ObservationRegistry) - Static method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain
 
builder(String) - Static method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
 
builder(String) - Static method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Get CohereChatRequest builder.
builder(String) - Static method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
 
builder(String) - Static method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Create a new LlamaChatRequest builder.
builder(String) - Static method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Create a new TitanChatRequest builder.
builder(String) - Static method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
 
builder(String) - Static method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Create a CompletionRequest builder.
builder(String) - Static method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest
 
builder(String, String) - Static method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
builder(String, VectorStoreObservationContext.Operation) - Static method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
builder(BiFunction<I, ToolContext, O>) - Static method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
builder(Function<I, O>) - Static method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
builder(List<String>) - Static method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest
 
builder(List<Anthropic3ChatBedrockApi.ChatCompletionMessage>) - Static method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
 
builder(Ai21Jurassic2ChatBedrockApi) - Static method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel
 
builder(ChatMemory) - Static method in class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
builder(ChatMemory) - Static method in class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
builder(ChatModel) - Static method in interface org.springframework.ai.chat.client.ChatClient
 
builder(ChatModel, ObservationRegistry, ChatClientObservationConvention) - Static method in interface org.springframework.ai.chat.client.ChatClient
 
builder(OllamaApi.Message.Role) - Static method in record class org.springframework.ai.ollama.api.OllamaApi.Message
 
builder(VectorStore) - Static method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
builder(VectorStore) - Static method in class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
Builder() - Constructor for class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.chat.client.advisor.api.AdvisedResponse.Builder
 
Builder() - Constructor for class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
Builder() - Constructor for class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
Builder() - Constructor for class org.springframework.ai.document.Document.Builder
 
Builder() - Constructor for class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.moderation.Categories.Builder
 
Builder() - Constructor for class org.springframework.ai.moderation.CategoryScores.Builder
 
Builder() - Constructor for class org.springframework.ai.moderation.Moderation.Builder
 
Builder() - Constructor for class org.springframework.ai.moderation.ModerationResult.Builder
 
Builder() - Constructor for class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator.Builder
 
Builder() - Constructor for class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.reader.ExtractedTextFormatter.Builder
 
Builder() - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
Builder() - Constructor for class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
Builder() - Constructor for class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig.Builder
 
Builder() - Constructor for class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
Builder() - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions.Builder
 
Builder(ObservationRegistry) - Constructor for class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain.Builder
 
Builder(String) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
Builder(String) - Constructor for class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
Builder(String) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest.Builder
 
Builder(String) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
Builder(String) - Constructor for class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
Builder(String) - Constructor for class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
Builder(String) - Constructor for class org.springframework.ai.watsonx.api.WatsonxAiChatRequest.Builder
 
Builder(String, String) - Constructor for class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
Builder(BiFunction<I, ToolContext, O>) - Constructor for class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
Builder(Function<I, O>) - Constructor for class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
Builder(List<String>) - Constructor for class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest.Builder
 
Builder(AzureOpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
Builder(AzureOpenAiChatOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
Builder(Ai21Jurassic2ChatBedrockApi) - Constructor for class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel.Builder
 
Builder(ChatMemory) - Constructor for class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor.Builder
 
Builder(ChatMemory) - Constructor for class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor.Builder
 
Builder(MiniMaxChatOptions) - Constructor for class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
Builder(MoonshotChatOptions) - Constructor for class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
Builder(OllamaApi.Message.Role) - Constructor for class org.springframework.ai.ollama.api.OllamaApi.Message.Builder
 
Builder(OpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
Builder(OpenAiChatOptions) - Constructor for class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
Builder(QianFanChatOptions) - Constructor for class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
Builder(VectorStore) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor.Builder
 
Builder(ZhiPuAiChatOptions) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
Builder(JdbcTemplate, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
buildRestTemplate() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Build the RestTemplate used to make HTTP requests.
buildToolCallConversation(List<Message>, AssistantMessage, ToolResponseMessage) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
buildToolCallConversation(List<Message>, AssistantMessage, ToolResponseMessage) - Method in class org.springframework.ai.model.function.ToolCallHelper
 

C

Cache() - Constructor for class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Cache
 
call() - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
call() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
call(String) - Method in interface org.springframework.ai.chat.model.ChatModel
 
call(String) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
call(String) - Method in interface org.springframework.ai.model.function.FunctionCallback
Called when a model detects and triggers a function call.
call(String) - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
 
call(String) - Method in interface org.springframework.ai.openai.audio.speech.SpeechModel
Generates spoken audio from the provided text message.
call(String) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechModel
 
call(String, ToolContext) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
call(String, ToolContext) - Method in interface org.springframework.ai.model.function.FunctionCallback
Called when a model detects and triggers a function call.
call(AudioTranscriptionPrompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
call(AudioTranscriptionPrompt) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionModel
 
call(Message...) - Method in interface org.springframework.ai.chat.model.ChatModel
 
call(Prompt) - Method in class org.springframework.ai.anthropic.AnthropicChatModel
 
call(Prompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatModel
 
call(Prompt) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatModel
 
call(Prompt) - Method in interface org.springframework.ai.chat.model.ChatModel
 
call(Prompt) - Method in class org.springframework.ai.huggingface.HuggingfaceChatModel
Generate text based on the provided prompt.
call(Prompt) - Method in class org.springframework.ai.minimax.MiniMaxChatModel
 
call(Prompt) - Method in class org.springframework.ai.mistralai.MistralAiChatModel
 
call(Prompt) - Method in class org.springframework.ai.moonshot.MoonshotChatModel
 
call(Prompt) - Method in class org.springframework.ai.ollama.OllamaChatModel
 
call(Prompt) - Method in class org.springframework.ai.openai.OpenAiChatModel
 
call(Prompt) - Method in class org.springframework.ai.qianfan.QianFanChatModel
 
call(Prompt) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
call(Prompt) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatModel
 
call(Prompt) - Method in class org.springframework.ai.watsonx.WatsonxAiChatModel
 
call(Prompt) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatModel
 
call(DocumentEmbeddingRequest) - Method in interface org.springframework.ai.embedding.DocumentEmbeddingModel
 
call(DocumentEmbeddingRequest) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel
 
call(EmbeddingRequest) - Method in interface org.springframework.ai.embedding.EmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.oci.OCIEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.ollama.OllamaEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.openai.OpenAiEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2EmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
 
call(ImagePrompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
call(ImagePrompt) - Method in interface org.springframework.ai.image.ImageModel
 
call(ImagePrompt) - Method in class org.springframework.ai.openai.OpenAiImageModel
 
call(ImagePrompt) - Method in class org.springframework.ai.qianfan.QianFanImageModel
 
call(ImagePrompt) - Method in class org.springframework.ai.stabilityai.StabilityAiImageModel
Calls the StabilityAiImageModel with the given StabilityAiImagePrompt and returns the ImageResponse.
call(ImagePrompt) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageModel
 
call(ModerationPrompt) - Method in interface org.springframework.ai.moderation.ModerationModel
 
call(ModerationPrompt) - Method in class org.springframework.ai.openai.OpenAiModerationModel
 
call(SpeechPrompt) - Method in interface org.springframework.ai.openai.audio.speech.SpeechModel
Sends a speech request to the OpenAI TTS API and returns the resulting speech response.
call(SpeechPrompt) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechModel
 
call(Resource) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
call(Resource) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionModel
 
call(TReq) - Method in interface org.springframework.ai.model.Model
Executes a method call to the AI model.
CallAroundAdvisor - Interface in org.springframework.ai.chat.client.advisor.api
 
CallAroundAdvisorChain - Interface in org.springframework.ai.chat.client.advisor.api
The Call Around Advisor Chain is used to invoke the next Around Advisor in the chain.
callWithFunctionSupport(Req) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
callWithFunctionSupportStream(Req) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
candidateCount() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns the value of the candidateCount record component.
candidates() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Returns the value of the candidates record component.
CASSANDRA - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
CassandraChatMemory - Class in org.springframework.ai.chat.memory
Create a CassandraChatMemory like CassandraChatMemory.create(CassandraChatMemoryConfig.builder().withTimeToLive(Duration.ofDays(1)).build()); For example @see org.springframework.ai.chat.memory.CassandraChatMemory
CassandraChatMemory(CassandraChatMemoryConfig) - Constructor for class org.springframework.ai.chat.memory.CassandraChatMemory
 
CassandraChatMemoryAutoConfiguration - Class in org.springframework.ai.autoconfigure.chat.memory.cassandra
 
CassandraChatMemoryAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryAutoConfiguration
 
CassandraChatMemoryConfig - Class in org.springframework.ai.chat.memory
 
CassandraChatMemoryConfig.Builder - Class in org.springframework.ai.chat.memory
 
CassandraChatMemoryConfig.SchemaColumn - Record Class in org.springframework.ai.chat.memory
 
CassandraChatMemoryConfig.SessionIdToPrimaryKeysTranslator - Interface in org.springframework.ai.chat.memory
Given a string sessionId, return the value for each primary key column.
CassandraChatMemoryProperties - Class in org.springframework.ai.autoconfigure.chat.memory.cassandra
 
CassandraChatMemoryProperties() - Constructor for class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
CassandraVectorStore - Class in org.springframework.ai.vectorstore
The CassandraVectorStore is for managing and querying vector data in an Apache Cassandra db.
CassandraVectorStore(CassandraVectorStoreConfig, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.CassandraVectorStore
 
CassandraVectorStore(CassandraVectorStoreConfig, EmbeddingModel, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.CassandraVectorStore
 
CassandraVectorStore.Similarity - Enum Class in org.springframework.ai.vectorstore
Indexes are automatically created with COSINE.
CassandraVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.cassandra
 
CassandraVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreAutoConfiguration
 
CassandraVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration for the Cassandra vector store.
CassandraVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
CassandraVectorStoreConfig.DocumentIdTranslator - Interface in org.springframework.ai.vectorstore
Given a string document id, return the value for each primary key column.
CassandraVectorStoreConfig.PrimaryKeyTranslator - Interface in org.springframework.ai.vectorstore
Given a list of primary key column values, return the document id.
CassandraVectorStoreConfig.SchemaColumn - Record Class in org.springframework.ai.vectorstore
 
CassandraVectorStoreConfig.SchemaColumnTags - Enum Class in org.springframework.ai.vectorstore
 
CassandraVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.cassandra
 
CassandraVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
castToExpression(Filter.Operand) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
categories() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Returns the value of the categories record component.
Categories - Class in org.springframework.ai.moderation
The Categories class represents a set of categories used to classify content.
Categories(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Creates an instance of a Categories record class.
Categories.Builder - Class in org.springframework.ai.moderation
 
categoryScores() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Returns the value of the categoryScores record component.
CategoryScores - Class in org.springframework.ai.moderation
This class represents the scores for different categories of content.
CategoryScores(double, double, double, double, double, double, double, double, double, double, double) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Creates an instance of a CategoryScores record class.
CategoryScores.Builder - Class in org.springframework.ai.moderation
 
cfgScale() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the cfgScale record component.
channelNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
CHARSET_METADATA - Static variable in class org.springframework.ai.reader.TextReader
 
chat(OllamaApi.ChatRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Generate the next message in a chat with a provided model.
CHAT - Enum constant in enum class org.springframework.ai.observation.conventions.AiOperationType
 
CHAT_CLIENT - Enum constant in enum class org.springframework.ai.observation.conventions.SpringAiKind
 
CHAT_CLIENT_ADVISOR_PARAMS - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Map of advisor parameters.
CHAT_CLIENT_ADVISORS - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
List of configured chat client advisors.
CHAT_CLIENT_SYSTEM_PARAM - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Chat client system parameters.
CHAT_CLIENT_SYSTEM_TEXT - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Chat client system text.
CHAT_CLIENT_TOOL_FUNCTION_CALLBACKS - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
List of configured chat client function callbacks.
CHAT_CLIENT_TOOL_FUNCTION_NAMES - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Enabled tool function names.
CHAT_CLIENT_USER_PARAMS - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Chat client user parameters.
CHAT_CLIENT_USER_TEXT - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Chat client user text.
CHAT_MEMORY_CONVERSATION_ID_KEY - Static variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
CHAT_MEMORY_RETRIEVE_SIZE_KEY - Static variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
CHAT_MODEL_OPERATION - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation
 
ChatClient - Interface in org.springframework.ai.chat.client
Client to perform stateless requests to an AI Model, using a fluent API.
ChatClient.AdvisorSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.Builder - Interface in org.springframework.ai.chat.client
A mutable builder for creating a ChatClient.
ChatClient.CallPromptResponseSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.CallResponseSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.ChatClientRequestSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.PromptSystemSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.PromptUserSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.StreamPromptResponseSpec - Interface in org.springframework.ai.chat.client
 
ChatClient.StreamResponseSpec - Interface in org.springframework.ai.chat.client
 
chatClientAdvisorNames(KeyValues, ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
chatClientAdvisorParams(KeyValues, ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
ChatClientAutoConfiguration - Class in org.springframework.ai.autoconfigure.chat.client
Auto-configuration for ChatClient.
ChatClientAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.chat.client.ChatClientAutoConfiguration
 
ChatClientBuilderConfigurer - Class in org.springframework.ai.autoconfigure.chat.client
Builder for configuring a ChatClient.Builder.
ChatClientBuilderConfigurer() - Constructor for class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderConfigurer
 
ChatClientBuilderProperties - Class in org.springframework.ai.autoconfigure.chat.client
Configuration properties for the chat client builder.
ChatClientBuilderProperties() - Constructor for class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties
 
ChatClientBuilderProperties.Observations - Class in org.springframework.ai.autoconfigure.chat.client
 
ChatClientCustomizer - Interface in org.springframework.ai.chat.client
Callback interface that can be used to customize a ChatClient.Builder.
ChatClientInputContentObservationFilter - Class in org.springframework.ai.chat.client.observation
An ObservationFilter to include the chat prompt content in the observation.
ChatClientInputContentObservationFilter() - Constructor for class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
ChatClientObservationContext - Class in org.springframework.ai.chat.client.observation
Context used to store metadata for chat client workflows.
ChatClientObservationContext.Builder - Class in org.springframework.ai.chat.client.observation
 
ChatClientObservationConvention - Interface in org.springframework.ai.chat.client.observation
Interface for an ObservationConvention for chat client workflows.
ChatClientObservationDocumentation - Enum Class in org.springframework.ai.chat.client.observation
Documented conventions for chat client observations.
ChatClientObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.chat.client.observation
 
ChatClientObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.chat.client.observation
 
chatClientSystemParams(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
chatClientSystemText(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
chatClientUserParams(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
chatClientUserText(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
chatCompletion(I) - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
Chat completion invocation.
chatCompletion(AnthropicChatBedrockApi.AnthropicChatRequest) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
 
chatCompletion(Anthropic3ChatBedrockApi.AnthropicChatRequest) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
 
chatCompletion(CohereChatBedrockApi.CohereChatRequest) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
 
chatCompletion(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi
 
chatCompletion(LlamaChatBedrockApi.LlamaChatRequest) - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
 
chatCompletion(TitanChatBedrockApi.TitanChatRequest) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
 
ChatCompletion(String, String, Long, String, String, QianFanApi.Usage) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletion(String, String, Long, String, List<MistralAiApi.ChatCompletion.Choice>, MistralAiApi.Usage) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletion(String, String, Long, String, List<MoonshotApi.ChatCompletion.Choice>, MoonshotApi.Usage) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletion(String, List<MiniMaxApi.ChatCompletion.Choice>, Long, String, String, String, MiniMaxApi.ChatCompletion.BaseResponse, MiniMaxApi.Usage) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletion(String, List<OpenAiApi.ChatCompletion.Choice>, Long, String, String, String, OpenAiApi.Usage) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletion(String, List<ZhiPuAiApi.ChatCompletion.Choice>, Long, String, String, String, ZhiPuAiApi.Usage) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Creates an instance of a ChatCompletion record class.
ChatCompletionChunk(String, String, Long, String, String, Boolean, QianFanApi.Usage) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
ChatCompletionChunk(String, String, Long, String, List<MistralAiApi.ChatCompletionChunk.ChunkChoice>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
ChatCompletionChunk(String, String, Long, String, List<MoonshotApi.ChatCompletionChunk.ChunkChoice>) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
ChatCompletionChunk(String, List<MiniMaxApi.ChatCompletionChunk.ChunkChoice>, Long, String, String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
ChatCompletionChunk(String, List<OpenAiApi.ChatCompletionChunk.ChunkChoice>, Long, String, String, String, OpenAiApi.Usage) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
ChatCompletionChunk(String, List<ZhiPuAiApi.ChatCompletionChunk.ChunkChoice>, Long, String, String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Creates an instance of a ChatCompletionChunk record class.
chatCompletionEntity(AnthropicApi.ChatCompletionRequest) - Method in class org.springframework.ai.anthropic.api.AnthropicApi
Creates a model response for the given chat conversation.
chatCompletionEntity(MiniMaxApi.ChatCompletionRequest) - Method in class org.springframework.ai.minimax.api.MiniMaxApi
Creates a model response for the given chat conversation.
chatCompletionEntity(MistralAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.mistralai.api.MistralAiApi
Creates a model response for the given chat conversation.
chatCompletionEntity(MoonshotApi.ChatCompletionRequest) - Method in class org.springframework.ai.moonshot.api.MoonshotApi
Creates a model response for the given chat conversation.
chatCompletionEntity(OpenAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.openai.api.OpenAiApi
Creates a model response for the given chat conversation.
chatCompletionEntity(OpenAiApi.ChatCompletionRequest, MultiValueMap<String, String>) - Method in class org.springframework.ai.openai.api.OpenAiApi
Creates a model response for the given chat conversation.
chatCompletionEntity(QianFanApi.ChatCompletionRequest) - Method in class org.springframework.ai.qianfan.api.QianFanApi
Creates a model response for the given chat conversation.
chatCompletionEntity(ZhiPuAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Creates a model response for the given chat conversation.
ChatCompletionFunction(String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Creates an instance of a ChatCompletionFunction record class.
ChatCompletionFunction(String, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Creates an instance of a ChatCompletionFunction record class.
ChatCompletionFunction(String, String) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Creates an instance of a ChatCompletionFunction record class.
ChatCompletionFunction(String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Creates an instance of a ChatCompletionFunction record class.
ChatCompletionFunction(String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Creates an instance of a ChatCompletionFunction record class.
ChatCompletionMessage(Object, MiniMaxApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Create a chat completion message with the given content and role.
ChatCompletionMessage(Object, MiniMaxApi.ChatCompletionMessage.Role, String, String, List<MiniMaxApi.ChatCompletionMessage.ToolCall>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(Object, MoonshotApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Create a chat completion message with the given content and role.
ChatCompletionMessage(Object, MoonshotApi.ChatCompletionMessage.Role, String, String, List<MoonshotApi.ChatCompletionMessage.ToolCall>) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(Object, OpenAiApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Create a chat completion message with the given content and role.
ChatCompletionMessage(Object, OpenAiApi.ChatCompletionMessage.Role, String, String, List<OpenAiApi.ChatCompletionMessage.ToolCall>, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(Object, QianFanApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(Object, ZhiPuAiApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Create a chat completion message with the given content and role.
ChatCompletionMessage(Object, ZhiPuAiApi.ChatCompletionMessage.Role, String, String, List<ZhiPuAiApi.ChatCompletionMessage.ToolCall>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(String, MistralAiApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Create a chat completion message with the given content and role.
ChatCompletionMessage(String, MistralAiApi.ChatCompletionMessage.Role, String, List<MistralAiApi.ChatCompletionMessage.ToolCall>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Message comprising the conversation.
ChatCompletionMessage(String, MistralAiApi.ChatCompletionMessage.Role, String, List<MistralAiApi.ChatCompletionMessage.ToolCall>, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionMessage(List<Anthropic3ChatBedrockApi.MediaContent>, Anthropic3ChatBedrockApi.ChatCompletionMessage.Role) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Creates an instance of a ChatCompletionMessage record class.
ChatCompletionRequest(String, List<AnthropicApi.AnthropicMessage>, String, Integer, Double, Boolean) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
 
ChatCompletionRequest(String, List<AnthropicApi.AnthropicMessage>, String, Integer, List<String>, Double, Boolean) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
 
ChatCompletionRequest(String, List<AnthropicApi.AnthropicMessage>, String, Integer, AnthropicApi.ChatCompletionRequest.Metadata, List<String>, Boolean, Double, Double, Integer, List<AnthropicApi.Tool>) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(String, List<MistralAiApi.ChatCompletionMessage>, List<MistralAiApi.FunctionTool>, MistralAiApi.ChatCompletionRequest.ToolChoice, Double, Double, Integer, Boolean, Boolean, List<String>, Integer, MistralAiApi.ChatCompletionRequest.ResponseFormat) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage>, Boolean) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage>, String, Double) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and model.
ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage>, String, Double, boolean) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and control for streaming.
ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage>, String, Double, Integer, Integer, Double, MiniMaxApi.ChatCompletionRequest.ResponseFormat, Integer, List<String>, Boolean, Double, Double, Boolean, List<MiniMaxApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<MiniMaxApi.ChatCompletionMessage>, String, List<MiniMaxApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<MistralAiApi.ChatCompletionMessage>, Boolean) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and stream.
ChatCompletionRequest(List<MistralAiApi.ChatCompletionMessage>, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and model.
ChatCompletionRequest(List<MistralAiApi.ChatCompletionMessage>, String, Double) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and temperature.
ChatCompletionRequest(List<MistralAiApi.ChatCompletionMessage>, String, Double, boolean) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and temperature.
ChatCompletionRequest(List<MistralAiApi.ChatCompletionMessage>, String, List<MistralAiApi.FunctionTool>, MistralAiApi.ChatCompletionRequest.ToolChoice) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, Boolean) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and stream.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, String) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and model.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, String, Double) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and temperature.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, String, Double, boolean) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and temperature.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, String, Integer, Double, Double, Integer, Double, Double, List<String>, Boolean, List<MoonshotApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<MoonshotApi.ChatCompletionMessage>, String, List<MoonshotApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage>, Boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages for streaming.
ChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage>, String, Double) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and temperature.
ChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage>, String, Double, boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, temperature and control for streaming.
ChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage>, String, Double, Map<String, Integer>, Boolean, Integer, Integer, Integer, Integer, Double, OpenAiApi.ChatCompletionRequest.ResponseFormat, Integer, List<String>, Boolean, OpenAiApi.ChatCompletionRequest.StreamOptions, Double, Double, List<OpenAiApi.FunctionTool>, Object, Boolean, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage>, String, List<OpenAiApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<QianFanApi.ChatCompletionMessage>, String, Boolean) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<QianFanApi.ChatCompletionMessage>, String, String, Double) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and model.
ChatCompletionRequest(List<QianFanApi.ChatCompletionMessage>, String, String, Double, boolean) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and control for streaming.
ChatCompletionRequest(List<QianFanApi.ChatCompletionMessage>, String, String, Double, Integer, Double, QianFanApi.ChatCompletionRequest.ResponseFormat, List<String>, Boolean, Double, Double) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<ZhiPuAiApi.ChatCompletionMessage>, Boolean) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionRequest(List<ZhiPuAiApi.ChatCompletionMessage>, String, Double) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages and model.
ChatCompletionRequest(List<ZhiPuAiApi.ChatCompletionMessage>, String, Double, boolean) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model and control for streaming.
ChatCompletionRequest(List<ZhiPuAiApi.ChatCompletionMessage>, String, Integer, List<String>, Boolean, Double, Double, List<ZhiPuAiApi.FunctionTool>, Object, String, String, Boolean) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Creates an instance of a ChatCompletionRequest record class.
ChatCompletionRequest(List<ZhiPuAiApi.ChatCompletionMessage>, String, List<ZhiPuAiApi.FunctionTool>, Object) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Shortcut constructor for a chat completion request with the given messages, model, tools and tool choice.
ChatCompletionResponse(String, String, AnthropicApi.Role, List<AnthropicApi.ContentBlock>, String, String, String, AnthropicApi.Usage) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Creates an instance of a ChatCompletionResponse record class.
ChatCompletionResponseBuilder() - Constructor for class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
chatCompletionStream(I) - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
Chat completion invocation with streaming response.
chatCompletionStream(AnthropicApi.ChatCompletionRequest) - Method in class org.springframework.ai.anthropic.api.AnthropicApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(AnthropicChatBedrockApi.AnthropicChatRequest) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
 
chatCompletionStream(Anthropic3ChatBedrockApi.AnthropicChatRequest) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
 
chatCompletionStream(CohereChatBedrockApi.CohereChatRequest) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
 
chatCompletionStream(LlamaChatBedrockApi.LlamaChatRequest) - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
 
chatCompletionStream(TitanChatBedrockApi.TitanChatRequest) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
 
chatCompletionStream(MiniMaxApi.ChatCompletionRequest) - Method in class org.springframework.ai.minimax.api.MiniMaxApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(MistralAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.mistralai.api.MistralAiApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(MoonshotApi.ChatCompletionRequest) - Method in class org.springframework.ai.moonshot.api.MoonshotApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(OpenAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.openai.api.OpenAiApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(OpenAiApi.ChatCompletionRequest, MultiValueMap<String, String>) - Method in class org.springframework.ai.openai.api.OpenAiApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(QianFanApi.ChatCompletionRequest) - Method in class org.springframework.ai.qianfan.api.QianFanApi
Creates a streaming chat response for the given chat conversation.
chatCompletionStream(ZhiPuAiApi.ChatCompletionRequest) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Creates a streaming chat response for the given chat conversation.
ChatGenerationMetadata - Interface in org.springframework.ai.chat.metadata
Abstract Data Type (ADT) encapsulating information on the completion choices in the AI response.
chatMemory - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
chatMemory(CassandraChatMemoryProperties, CqlSession) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryAutoConfiguration
 
ChatMemory - Interface in org.springframework.ai.chat.memory
The ChatMemory interface represents a storage for chat conversation history.
chatMemoryRetrieveSize - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
chatMemoryStore - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
chatModel() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the chatModel record component.
ChatModel - Interface in org.springframework.ai.chat.model
 
ChatModelCompletionObservationFilter - Class in org.springframework.ai.chat.observation
An ObservationFilter to include the chat completion content in the observation.
ChatModelCompletionObservationFilter() - Constructor for class org.springframework.ai.chat.observation.ChatModelCompletionObservationFilter
 
ChatModelCompletionObservationHandler - Class in org.springframework.ai.chat.observation
Handler for including the chat completion content in the observation as a span event.
ChatModelCompletionObservationHandler() - Constructor for class org.springframework.ai.chat.observation.ChatModelCompletionObservationHandler
 
ChatModelDescription - Interface in org.springframework.ai.model
Marker interface, to be used to store info on the model such as the current context length.
ChatModelMeterObservationHandler - Class in org.springframework.ai.chat.observation
Handler for generating metrics from chat model observations.
ChatModelMeterObservationHandler(MeterRegistry) - Constructor for class org.springframework.ai.chat.observation.ChatModelMeterObservationHandler
 
ChatModelObservationContentProcessor - Class in org.springframework.ai.chat.observation
Utilities to process the prompt and completion content in observations for chat models.
ChatModelObservationContentProcessor() - Constructor for class org.springframework.ai.chat.observation.ChatModelObservationContentProcessor
 
ChatModelObservationContext - Class in org.springframework.ai.chat.observation
Context used to store metadata for chat model exchanges.
ChatModelObservationContext.Builder - Class in org.springframework.ai.chat.observation
 
ChatModelObservationConvention - Interface in org.springframework.ai.chat.observation
Interface for an ObservationConvention for chat model exchanges.
ChatModelObservationDocumentation - Enum Class in org.springframework.ai.chat.observation
Documented conventions for chat model observations.
ChatModelObservationDocumentation.Events - Enum Class in org.springframework.ai.chat.observation
Events for chat model operations.
ChatModelObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.chat.observation
High-cardinality observation key names for chat model operations.
ChatModelObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.chat.observation
Low-cardinality observation key names for chat model operations.
ChatModelPromptContentObservationFilter - Class in org.springframework.ai.chat.observation
An ObservationFilter to include the chat prompt content in the observation.
ChatModelPromptContentObservationFilter() - Constructor for class org.springframework.ai.chat.observation.ChatModelPromptContentObservationFilter
 
ChatModelPromptContentObservationHandler - Class in org.springframework.ai.chat.observation
Handler for including the chat prompt content in the observation as a span event.
ChatModelPromptContentObservationHandler() - Constructor for class org.springframework.ai.chat.observation.ChatModelPromptContentObservationHandler
 
ChatObservationAutoConfiguration - Class in org.springframework.ai.autoconfigure.chat.observation
Auto-configuration for Spring AI chat model observations.
ChatObservationAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.chat.observation.ChatObservationAutoConfiguration
 
ChatObservationProperties - Class in org.springframework.ai.autoconfigure.chat.observation
Configuration properties for chat model observations.
ChatObservationProperties() - Constructor for class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
chatOptions() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the chatOptions record component.
ChatOptions - Interface in org.springframework.ai.chat.prompt
The ChatOptions represent the common options, portable across different chat models.
ChatOptionsBuilder - Class in org.springframework.ai.chat.prompt
 
ChatPromptTemplate - Class in org.springframework.ai.chat.prompt
A PromptTemplate that lets you specify the role as a string should the current implementations and their roles not suffice for your needs.
ChatPromptTemplate(List<PromptTemplate>) - Constructor for class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
ChatRequest(String, List<OllamaApi.Message>, Boolean, String, String, List<OllamaApi.ChatRequest.Tool>, Map<String, Object>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Creates an instance of a ChatRequest record class.
chatResponse() - Method in interface org.springframework.ai.chat.client.ChatClient.CallPromptResponseSpec
 
chatResponse() - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
chatResponse() - Method in interface org.springframework.ai.chat.client.ChatClient.StreamPromptResponseSpec
 
chatResponse() - Method in interface org.springframework.ai.chat.client.ChatClient.StreamResponseSpec
 
chatResponse() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallPromptResponseSpec
 
chatResponse() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
chatResponse() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamPromptResponseSpec
 
chatResponse() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamResponseSpec
 
ChatResponse - Class in org.springframework.ai.chat.model
The chat completion (e.g.
ChatResponse(String, Instant, OllamaApi.Message, String, Boolean, Duration, Duration, Integer, Duration, Integer, Duration) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Creates an instance of a ChatResponse record class.
ChatResponse(List<Generation>) - Constructor for class org.springframework.ai.chat.model.ChatResponse
Construct a new ChatResponse instance without metadata.
ChatResponse(List<Generation>, ChatResponseMetadata) - Constructor for class org.springframework.ai.chat.model.ChatResponse
Construct a new ChatResponse instance.
ChatResponse.Builder - Class in org.springframework.ai.chat.model
 
ChatResponseMetadata - Class in org.springframework.ai.chat.metadata
Models common AI provider metadata returned in an AI response.
ChatResponseMetadata() - Constructor for class org.springframework.ai.chat.metadata.ChatResponseMetadata
 
ChatResponseMetadata.Builder - Class in org.springframework.ai.chat.metadata
 
checkSchemaAgreement(CqlSession) - Static method in class org.springframework.ai.cassandra.SchemaUtil
 
children() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the children record component.
Choice(Integer, MistralAiApi.ChatCompletionMessage, MistralAiApi.ChatCompletionFinishReason, MistralAiApi.LogProbs) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Creates an instance of a Choice record class.
Choice(Integer, MoonshotApi.ChatCompletionMessage, MoonshotApi.ChatCompletionFinishReason) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Creates an instance of a Choice record class.
Choice(MiniMaxApi.ChatCompletionFinishReason, Integer, MiniMaxApi.ChatCompletionMessage, List<MiniMaxApi.ChatCompletionMessage>, MiniMaxApi.LogProbs) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Creates an instance of a Choice record class.
Choice(OpenAiApi.ChatCompletionFinishReason, Integer, OpenAiApi.ChatCompletionMessage, OpenAiApi.LogProbs) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Creates an instance of a Choice record class.
Choice(ZhiPuAiApi.ChatCompletionFinishReason, Integer, ZhiPuAiApi.ChatCompletionMessage, ZhiPuAiApi.LogProbs) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Creates an instance of a Choice record class.
choices() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the choices record component.
choices() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the choices record component.
CHROMA - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
chromaApi(ChromaApiProperties, RestClient.Builder, ChromaConnectionDetails) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreAutoConfiguration
 
ChromaApi - Class in org.springframework.ai.chroma
Single-class Chroma API implementation based on the (unofficial) Chroma REST API.
ChromaApi(String) - Constructor for class org.springframework.ai.chroma.ChromaApi
 
ChromaApi(String, RestClient.Builder) - Constructor for class org.springframework.ai.chroma.ChromaApi
 
ChromaApi(String, RestClient.Builder, ObjectMapper) - Constructor for class org.springframework.ai.chroma.ChromaApi
 
ChromaApi.AddEmbeddingsRequest - Record Class in org.springframework.ai.chroma
Add embeddings to the chroma data store.
ChromaApi.Collection - Record Class in org.springframework.ai.chroma
Chroma embedding collection.
ChromaApi.CreateCollectionRequest - Record Class in org.springframework.ai.chroma
Request to create a new collection with the given name and metadata.
ChromaApi.DeleteEmbeddingsRequest - Record Class in org.springframework.ai.chroma
Request to delete embedding from a collection.
ChromaApi.Embedding - Record Class in org.springframework.ai.chroma
Single query embedding response.
ChromaApi.GetEmbeddingResponse - Record Class in org.springframework.ai.chroma
Object containing the get embedding results.
ChromaApi.GetEmbeddingsRequest - Record Class in org.springframework.ai.chroma
Get embeddings from a collection.
ChromaApi.QueryRequest - Record Class in org.springframework.ai.chroma
Request to get the nResults nearest neighbor embeddings for provided queryEmbeddings.
ChromaApi.QueryRequest.Include - Enum Class in org.springframework.ai.chroma
 
ChromaApi.QueryResponse - Record Class in org.springframework.ai.chroma
A QueryResponse object containing the query results.
ChromaApiProperties - Class in org.springframework.ai.autoconfigure.vectorstore.chroma
 
ChromaApiProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
ChromaBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "chroma".
ChromaBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.ChromaBindingsPropertiesProcessor
 
ChromaConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.chroma
 
ChromaFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into Chroma metadata filter expression format.
ChromaFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.ChromaFilterExpressionConverter
 
ChromaVectorStore - Class in org.springframework.ai.vectorstore
ChromaVectorStore is a concrete implementation of the VectorStore interface.
ChromaVectorStore(EmbeddingModel, ChromaApi, boolean) - Constructor for class org.springframework.ai.vectorstore.ChromaVectorStore
 
ChromaVectorStore(EmbeddingModel, ChromaApi, String, boolean) - Constructor for class org.springframework.ai.vectorstore.ChromaVectorStore
 
ChromaVectorStore(EmbeddingModel, ChromaApi, String, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.ChromaVectorStore
 
ChromaVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.chroma
 
ChromaVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreAutoConfiguration
 
ChromaVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.chroma
 
ChromaVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreProperties
 
ChunkChoice(Integer, MistralAiApi.ChatCompletionMessage, MistralAiApi.ChatCompletionFinishReason, MistralAiApi.LogProbs) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Creates an instance of a ChunkChoice record class.
ChunkChoice(Integer, MoonshotApi.ChatCompletionMessage, MoonshotApi.ChatCompletionFinishReason, MoonshotApi.Usage) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Creates an instance of a ChunkChoice record class.
ChunkChoice(MiniMaxApi.ChatCompletionFinishReason, Integer, MiniMaxApi.ChatCompletionMessage, MiniMaxApi.LogProbs) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Creates an instance of a ChunkChoice record class.
ChunkChoice(OpenAiApi.ChatCompletionFinishReason, Integer, OpenAiApi.ChatCompletionMessage, OpenAiApi.LogProbs) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Creates an instance of a ChunkChoice record class.
ChunkChoice(ZhiPuAiApi.ChatCompletionFinishReason, Integer, ZhiPuAiApi.ChatCompletionMessage, ZhiPuAiApi.LogProbs) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Creates an instance of a ChunkChoice record class.
chunkToChatCompletion(MiniMaxApi.ChatCompletionChunk) - Method in class org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper
Convert the ChatCompletionChunk into a ChatCompletion.
chunkToChatCompletion(OpenAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.openai.api.OpenAiStreamFunctionCallingHelper
Convert the ChatCompletionChunk into a ChatCompletion.
chunkToChatCompletion(ZhiPuAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiStreamFunctionCallingHelper
Convert the ChatCompletionChunk into a ChatCompletion.
CINEMATIC - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
citationMetadata() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Returns the value of the citationMetadata record component.
CitationMetadata(List<VertexAiPaLm2Api.Message.CitationSource>) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationMetadata
Creates an instance of a CitationMetadata record class.
CitationSource(Integer, Integer, String, String) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Creates an instance of a CitationSource record class.
citationSources() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationMetadata
Returns the value of the citationSources record component.
CLASSIFICATION - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Use classification when using embeddings as an input to a text classifier.
CLASSIFICATION - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies that the embeddings will be used for classification.
CLAUDE_2 - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_2_1 - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_3_5_SONNET - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_3_HAIKU - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_3_OPUS - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_3_SONNET - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_INSTANT_1_2 - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
CLAUDE_INSTANT_V1 - Enum constant in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
anthropic.claude-instant-v1
CLAUDE_INSTANT_V1 - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-instant-v1
CLAUDE_V2 - Enum constant in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
anthropic.claude-v2
CLAUDE_V2 - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-v2
CLAUDE_V21 - Enum constant in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
anthropic.claude-v2:1
CLAUDE_V21 - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-v2:1
CLAUDE_V3_5_SONNET - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-3-5-sonnet-20240620-v1:0
CLAUDE_V3_HAIKU - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-3-haiku-20240307-v1:0
CLAUDE_V3_OPUS - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-3-opus-20240229-v1:0
CLAUDE_V3_SONNET - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
anthropic.claude-3-sonnet-20240229-v1:0
clear() - Method in class org.springframework.ai.model.MutableResponseMetadata
Clears the entries from the context.
clear(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemory
 
clear(String) - Method in interface org.springframework.ai.chat.memory.ChatMemory
 
clear(String) - Method in class org.springframework.ai.chat.memory.InMemoryChatMemory
 
clearCache() - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser
 
clipGuidancePreset() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the clipGuidancePreset record component.
close() - Method in class org.springframework.ai.vectorstore.CassandraVectorStore
 
close() - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
CLUSTERING - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Use clustering to cluster the embeddings.
CLUSTERING - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies that the embeddings will be used for clustering.
code() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Returns the value of the code record component.
CODELLAMA - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Code Llama is based on Llama 2 model
CogView_3 - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ImageModel
 
COHERE_COMMAND_LIGHT_V14 - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
cohere.command-light-text-v14
COHERE_COMMAND_V14 - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
cohere.command-text-v14
COHERE_EMBED_ENGLISH_V3 - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingModel
cohere.embed-english-v3
COHERE_EMBED_MULTILINGUAL_V1 - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingModel
cohere.embed-multilingual-v3
cohereChatApi(AwsCredentialsProvider, AwsRegionProvider, BedrockCohereChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatAutoConfiguration
 
CohereChatBedrockApi - Class in org.springframework.ai.bedrock.cohere.api
Java client for the Bedrock Cohere chat model.
CohereChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
Create a new CohereChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
CohereChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
Create a new CohereChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
CohereChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
Create a new CohereChatBedrockApi instance using the provided credentials provider, region and object mapper.
CohereChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
Create a new CohereChatBedrockApi instance using the provided credentials provider, region and object mapper.
CohereChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi
Create a new CohereChatBedrockApi instance using the provided credentials provider, region and object mapper.
CohereChatBedrockApi.CohereChatModel - Enum Class in org.springframework.ai.bedrock.cohere.api
Cohere models version.
CohereChatBedrockApi.CohereChatRequest - Record Class in org.springframework.ai.bedrock.cohere.api
CohereChatRequest encapsulates the request parameters for the Cohere command model.
CohereChatBedrockApi.CohereChatRequest.Builder - Class in org.springframework.ai.bedrock.cohere.api
Builder for the CohereChatRequest.
CohereChatBedrockApi.CohereChatRequest.LogitBias - Record Class in org.springframework.ai.bedrock.cohere.api
Prevents the model from generating unwanted tokens or incentivize the model to include desired tokens.
CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods - Enum Class in org.springframework.ai.bedrock.cohere.api
(optional) Specify how and if the token likelihoods are returned with the response.
CohereChatBedrockApi.CohereChatRequest.Truncate - Enum Class in org.springframework.ai.bedrock.cohere.api
Specifies how the API handles inputs longer than the maximum token length.
CohereChatBedrockApi.CohereChatResponse - Record Class in org.springframework.ai.bedrock.cohere.api
CohereChatResponse encapsulates the response parameters for the Cohere command model.
CohereChatBedrockApi.CohereChatResponse.Generation - Record Class in org.springframework.ai.bedrock.cohere.api
Generated result along with the likelihoods for tokens requested.
CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason - Enum Class in org.springframework.ai.bedrock.cohere.api
The reason the response finished being generated.
CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood - Record Class in org.springframework.ai.bedrock.cohere.api
 
cohereChatModel(CohereChatBedrockApi, BedrockCohereChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatAutoConfiguration
 
CohereChatRequest(String, Double, Double, Integer, Integer, List<String>, CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods, boolean, Integer, CohereChatBedrockApi.CohereChatRequest.LogitBias, CohereChatBedrockApi.CohereChatRequest.Truncate) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Creates an instance of a CohereChatRequest record class.
CohereChatResponse(String, String, List<CohereChatBedrockApi.CohereChatResponse.Generation>) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Creates an instance of a CohereChatResponse record class.
cohereEmbeddingApi(AwsCredentialsProvider, AwsRegionProvider, BedrockCohereEmbeddingProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingAutoConfiguration
 
CohereEmbeddingBedrockApi - Class in org.springframework.ai.bedrock.cohere.api
Cohere Embedding API.
CohereEmbeddingBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
Create a new CohereEmbeddingBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
CohereEmbeddingBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
Create a new CohereEmbeddingBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
CohereEmbeddingBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
Create a new CohereEmbeddingBedrockApi instance using the provided credentials provider, region and object mapper.
CohereEmbeddingBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
Create a new CohereEmbeddingBedrockApi instance using the provided credentials provider, region and object mapper.
CohereEmbeddingBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
Create a new CohereEmbeddingBedrockApi instance using the provided credentials provider, region and object mapper.
CohereEmbeddingBedrockApi.CohereEmbeddingModel - Enum Class in org.springframework.ai.bedrock.cohere.api
Cohere Embedding model ids.
CohereEmbeddingBedrockApi.CohereEmbeddingRequest - Record Class in org.springframework.ai.bedrock.cohere.api
The Cohere Embed model request.
CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType - Enum Class in org.springframework.ai.bedrock.cohere.api
Cohere Embedding API input types.
CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate - Enum Class in org.springframework.ai.bedrock.cohere.api
Specifies how the API handles inputs longer than the maximum token length.
CohereEmbeddingBedrockApi.CohereEmbeddingResponse - Record Class in org.springframework.ai.bedrock.cohere.api
Cohere Embedding response.
cohereEmbeddingModel(CohereEmbeddingBedrockApi, BedrockCohereEmbeddingProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingAutoConfiguration
 
CohereEmbeddingRequest(List<String>, CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType, CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Creates an instance of a CohereEmbeddingRequest record class.
CohereEmbeddingResponse(String, List<float[]>, List<String>, String, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Creates an instance of a CohereEmbeddingResponse record class.
Collection(String, String, Map<String, String>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.Collection
Creates an instance of a Collection record class.
collectionName(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
COMIC_BOOK - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
COMMA - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
COMMA - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
COMMA() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
COMMA(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
CommonChatMemoryProperties - Class in org.springframework.ai.autoconfigure.chat.memory
 
CommonChatMemoryProperties() - Constructor for class org.springframework.ai.autoconfigure.chat.memory.CommonChatMemoryProperties
 
CommonVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore
 
CommonVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.CommonVectorStoreProperties
 
compare() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
compare() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
CompareContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
CompareExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
compatGenerate(CompatGenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true`
CompatGenerateRequest - Class in org.springframework.ai.huggingface.model
CompatGenerateRequest
CompatGenerateRequest() - Constructor for class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
compatGenerateWithHttpInfo(CompatGenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true`
COMPLETE - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
The model sent back a finished reply.
completion() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns the value of the completion record component.
completion(ChatModelObservationContext) - Static method in class org.springframework.ai.chat.observation.ChatModelObservationContentProcessor
 
Completion(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Creates an instance of a Completion record class.
COMPLETION - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The full response received from the model.
COMPLETION - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The full response received from the model.
completionReason() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Returns the value of the completionReason record component.
completionReason() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the completionReason record component.
completions() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns the value of the completions record component.
completionTokenDetails() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns the value of the completionTokenDetails record component.
CompletionTokenDetails(Integer) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.Usage.CompletionTokenDetails
Creates an instance of a CompletionTokenDetails record class.
completionTokens() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Returns the value of the completionTokens record component.
completionTokens() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Returns the value of the completionTokens record component.
completionTokens() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Returns the value of the completionTokens record component.
completionTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns the value of the completionTokens record component.
completionTokens() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Returns the value of the completionTokens record component.
completionTokens() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Returns the value of the completionTokens record component.
compressionRatio() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the compressionRatio record component.
compressionRatio() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the compressionRatio record component.
computeFontHeight(PDFont) - Method in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
computeIfAbsent(String, Function<Object, ? extends T>) - Method in class org.springframework.ai.model.MutableResponseMetadata
Returns an element or calls a mapping function if entry not present.
concatenateMaps(Map<String, Object>) - Static method in class org.springframework.ai.observation.tracing.TracingHelper
 
concatenateStrings(List<String>) - Static method in class org.springframework.ai.observation.tracing.TracingHelper
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.image.observation.ImageObservationProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiCommonProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.moonshot.MoonshotCommonProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.ollama.OllamaConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiModerationProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
Configuration prefix for Spring AI VectorStore GemFire.
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.observation.VectorStoreObservationProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
CONFIG_PREFIX - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
configure(ChatClient.Builder) - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderConfigurer
Configure the specified ChatClient.Builder.
connectionDetails(VertexAiEmbeddingConnectionProperties) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingAutoConfiguration
 
constant() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
constant() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
constant() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
constant(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
constantArray() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
constantArray() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
constantArray() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
ConstantArrayContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
ConstantContext() - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantContext
 
ConstantContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantContext
 
containsKey(Object) - Method in class org.springframework.ai.model.AbstractResponseMetadata
Checks if context contains a key.
containsKey(Object) - Method in class org.springframework.ai.model.MutableResponseMetadata
Checks if context contains a key.
containsKey(Object) - Method in interface org.springframework.ai.model.ResponseMetadata
Checks if context contains a key.
content - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
content() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Returns the value of the content record component.
content() - Method in interface org.springframework.ai.chat.client.ChatClient.CallPromptResponseSpec
 
content() - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
content() - Method in interface org.springframework.ai.chat.client.ChatClient.StreamPromptResponseSpec
 
content() - Method in interface org.springframework.ai.chat.client.ChatClient.StreamResponseSpec
 
content() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallPromptResponseSpec
 
content() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
content() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamPromptResponseSpec
 
content() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamResponseSpec
 
content() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Get message content as String.
content() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Get message content as String.
content() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Get message content as String.
content() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Get message content as String.
content() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Group
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Returns the value of the content record component.
content() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Get message content as String.
content() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Returns the value of the content record component.
Content - Interface in org.springframework.ai.model
Data structure that contains content and metadata.
Content(String, Float, List<Integer>, List<MiniMaxApi.LogProbs.Content.TopLogProbs>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Creates an instance of a Content record class.
Content(String, Float, List<Integer>, List<MistralAiApi.LogProbs.Content.TopLogProbs>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Creates an instance of a Content record class.
Content(String, Float, List<Integer>, List<OpenAiApi.LogProbs.Content.TopLogProbs>) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Creates an instance of a Content record class.
Content(String, Float, List<Integer>, List<ZhiPuAiApi.LogProbs.Content.TopLogProbs>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Creates an instance of a Content record class.
CONTENT_BLOCK_DELTA - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
 
CONTENT_BLOCK_DELTA - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Content block delta.
CONTENT_BLOCK_START - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
 
CONTENT_BLOCK_START - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Content block start.
CONTENT_BLOCK_STOP - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
 
CONTENT_BLOCK_STOP - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Content block stop.
CONTENT_COMPLETION - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.Events
Content of the completion returned by the model.
CONTENT_COMPLETION - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationEventNames
 
CONTENT_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
CONTENT_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
CONTENT_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.PineconeVectorStore
 
CONTENT_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
CONTENT_FILTER - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
The content was omitted due to a flag from our content filters.
CONTENT_FILTER - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
The content was omitted due to a flag from our content filters.
CONTENT_FILTER - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
The content was omitted due to a flag from our content filters.
CONTENT_FILTER - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
The content was omitted due to a flag from our content filters.
CONTENT_FILTERED - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.CompletionReason
The response was truncated because of restrictions.
CONTENT_PROMPT - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.Events
Content of the prompt sent to the model.
CONTENT_PROMPT - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.Events
Content of the prompt sent to the model.
CONTENT_PROMPT - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationEventNames
 
CONTENT_QUERY_RESPONSE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationEventNames
 
contentBlock() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Returns the value of the contentBlock record component.
contentBlock() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the contentBlock record component.
ContentBlock(String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(AnthropicApi.ContentBlock.Source) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(AnthropicApi.ContentBlock.Type, String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(AnthropicApi.ContentBlock.Type, String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(AnthropicApi.ContentBlock.Type, AnthropicApi.ContentBlock.Source, String, Integer) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
 
ContentBlock(AnthropicApi.ContentBlock.Type, AnthropicApi.ContentBlock.Source, String, Integer, String, String, Map<String, Object>, String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Creates an instance of a ContentBlock record class.
ContentBlockDeltaEvent(AnthropicApi.EventType, Integer, AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Creates an instance of a ContentBlockDeltaEvent record class.
ContentBlockDeltaJson(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Creates an instance of a ContentBlockDeltaJson record class.
ContentBlockDeltaText(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Creates an instance of a ContentBlockDeltaText record class.
ContentBlockStartEvent(AnthropicApi.EventType, Integer, AnthropicApi.ContentBlockStartEvent.ContentBlockBody) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Creates an instance of a ContentBlockStartEvent record class.
ContentBlockStopEvent(AnthropicApi.EventType, Integer) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Creates an instance of a ContentBlockStopEvent record class.
ContentBlockText(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Creates an instance of a ContentBlockText record class.
ContentBlockToolUse(String, String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Creates an instance of a ContentBlockToolUse record class.
ContentFilter(VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason, String) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Creates an instance of a ContentFilter record class.
ContentFormatter - Interface in org.springframework.ai.document
Converts the Document text and metadata into an AI, prompt-friendly text representation.
ContentFormatTransformer - Class in org.springframework.ai.transformer
ContentFormatTransformer processes a list of documents by applying a content formatter to each document.
ContentFormatTransformer(ContentFormatter) - Constructor for class org.springframework.ai.transformer.ContentFormatTransformer
Creates a ContentFormatTransformer object with the given ContentFormatter.
ContentFormatTransformer(ContentFormatter, boolean) - Constructor for class org.springframework.ai.transformer.ContentFormatTransformer
The ContentFormatTransformer class is responsible for processing a list of documents by applying a content formatter to each document.
contents() - Method in interface org.springframework.ai.chat.client.ChatClient.CallPromptResponseSpec
 
contents() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallPromptResponseSpec
 
contents() - Method in record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Returns the value of the contents record component.
context() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the context record component.
context() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the context record component.
context() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Returns the value of the context record component.
CONTEXT_STR_PLACEHOLDER - Static variable in class org.springframework.ai.transformer.KeywordMetadataEnricher
 
CONVERSATION_TS - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemory
 
conversationId - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
convert(String) - Method in class org.springframework.ai.converter.BeanOutputConverter
 
convert(String) - Method in class org.springframework.ai.converter.ListOutputConverter
 
convert(String) - Method in class org.springframework.ai.converter.MapOutputConverter
 
convertExpression(Filter.Expression) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
convertExpression(Filter.Expression) - Method in interface org.springframework.ai.vectorstore.filter.FilterExpressionConverter
 
convertOperand(Filter.Operand) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
convertOperand(Filter.Operand) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
convertOperand(Filter.Operand, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
copy() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
copy() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
copy() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
copy() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
copy() - Method in class org.springframework.ai.chat.prompt.Prompt
 
copy() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
copy() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
copy() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
copy() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
copy() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
copy() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
copy() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
copy() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
copy() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
copy() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
copy() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
copyFrom(FiltersParser.BooleanExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanExpressionContext
 
copyFrom(FiltersParser.ConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantContext
 
copyToTarget(S, Class<I>, Class<T>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Returns a new instance of the targetBeanClazz that copies the bean values from the sourceBean instance.
cosine - Enum constant in enum class org.springframework.ai.vectorstore.SimilarityFunction
 
COSINE - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Cosine distance
COSINE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
The cosine metric.
COSINE - Enum constant in enum class org.springframework.ai.vectorstore.CassandraVectorStore.Similarity
 
COSINE - Enum constant in enum class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
 
COSINE - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Default metric.
COSINE_DISTANCE - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
COSINE_SIMILARITY_FUNCTION - Static variable in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
cosineSimilarity(float[], float[]) - Static method in class org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
 
cosineSimilaritySearch(String, int, String) - Method in interface org.springframework.ai.vectorstore.HanaVectorRepository
 
countEmbeddings(String) - Method in class org.springframework.ai.chroma.ChromaApi
 
countMessageTokens(VertexAiPaLm2Api.MessagePrompt) - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Returns the number of tokens in the message prompt.
countPenalty() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the countPenalty record component.
create() - Static method in interface org.springframework.ai.audio.transcription.AudioTranscriptionMetadata
Factory method used to construct a new AudioTranscriptionMetadata
create() - Static method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
create() - Method in class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
create() - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
create() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
create() - Method in interface org.springframework.ai.chat.prompt.PromptTemplateActions
 
create() - Method in class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
create() - Static method in class org.springframework.ai.ollama.api.OllamaOptions
Helper factory method to create a new OllamaOptions instance.
create() - Static method in interface org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechMetadata
Factory method used to construct a new OpenAiAudioSpeechMetadata
create() - Static method in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
create() - Static method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
Helper factory method to create a new WatsonxAiEmbeddingOptions instance.
create(String) - Static method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
create(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
create(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
create(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
create(Map<String, Object>) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateActions
 
create(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
create(Map<String, Object>, ChatOptions) - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
create(Map<String, Object>, ChatOptions) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
create(Map<String, Object>, ChatOptions) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateActions
 
create(CassandraChatMemoryConfig) - Static method in class org.springframework.ai.chat.memory.CassandraChatMemory
 
create(ChatModel) - Static method in interface org.springframework.ai.chat.client.ChatClient
 
create(ChatModel, ObservationRegistry) - Static method in interface org.springframework.ai.chat.client.ChatClient
 
create(ChatModel, ObservationRegistry, ChatClientObservationConvention) - Static method in interface org.springframework.ai.chat.client.ChatClient
 
create(ChatOptions) - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
create(ChatOptions) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
create(ChatOptions) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateActions
 
createCollection(ChromaApi.CreateCollectionRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
createCollection2(ChromaApi.CreateCollectionRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
CreateCollectionRequest(String) - Constructor for record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
 
CreateCollectionRequest(String, Map<String, String>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Creates an instance of a CreateCollectionRequest record class.
created() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the created record component.
created() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Returns the value of the created record component.
createdAt() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the createdAt record component.
createdAt() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns the value of the createdAt record component.
createImage(OpenAiImageApi.OpenAiImageRequest) - Method in class org.springframework.ai.openai.api.OpenAiImageApi
 
createImage(QianFanImageApi.QianFanImageRequest) - Method in class org.springframework.ai.qianfan.api.QianFanImageApi
 
createImage(ZhiPuAiImageApi.ZhiPuAiImageRequest) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi
 
createIndex() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
Creates a new index in the GemFireVectorStore using specified parameters.
createMessage() - Method in class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
createMessage() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
createMessage() - Method in interface org.springframework.ai.chat.prompt.PromptTemplateMessageActions
 
createMessage() - Method in class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
createMessage(List<Media>) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
createMessage(List<Media>) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateMessageActions
 
createMessage(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.AssistantPromptTemplate
 
createMessage(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
createMessage(Map<String, Object>) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateMessageActions
 
createMessage(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
createMessages() - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
createMessages() - Method in interface org.springframework.ai.chat.prompt.PromptTemplateChatActions
 
createMessages(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
createMessages(Map<String, Object>) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateChatActions
 
createModeration(OpenAiModerationApi.OpenAiModerationRequest) - Method in class org.springframework.ai.openai.api.OpenAiModerationApi
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore
 
createRequest(Prompt, boolean) - Method in class org.springframework.ai.moonshot.MoonshotChatModel
Accessible for testing.
createRequest(Prompt, boolean) - Method in class org.springframework.ai.qianfan.QianFanChatModel
Accessible for testing.
CreateRequest() - Constructor for class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
CreateRequest(String) - Constructor for class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
createSpeech(OpenAiAudioApi.SpeechRequest) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Request to generates audio from the input text.
createTranscription(OpenAiAudioApi.TranscriptionRequest) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Transcribes audio into the input language.
createTranscription(OpenAiAudioApi.TranscriptionRequest, Class<T>) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Transcribes audio into the input language.
createTranslation(OpenAiAudioApi.TranslationRequest) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Translates audio into English.
createTranslation(OpenAiAudioApi.TranslationRequest, Class<T>) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Translates audio into English.
credentialsProvider(BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionConfiguration
 
CSV - Enum constant in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
 
CURRENT - Enum constant in enum class org.springframework.ai.transformer.SummaryMetadataEnricher.SummaryType
 
customize(ChatClient.Builder) - Method in interface org.springframework.ai.chat.client.ChatClientCustomizer
Callback to customize a ChatClient.Builder instance.

D

DALL_E_2 - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
The previous DALL·E model released in Nov 2022.
DALL_E_2 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiImageApi.ImageModel
The previous DALL·E model released in Nov 2022.
DALL_E_3 - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
The latest DALL·E model released in Nov 2023.
DALL_E_3 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiImageApi.ImageModel
The latest DALL·E model released in Nov 2023.
data() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns the value of the data record component.
data() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Returns the value of the data record component.
Data(Integer, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Creates an instance of a Data record class.
Data(String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Creates an instance of a Data record class.
Data(String, String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Creates an instance of a Data record class.
Data(String, String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Creates an instance of a Data record class.
date(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
DB - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
DB, used to generate vectors and store them in the library (as retrieved text)
DB_COLLECTION_NAME - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The name of a collection (table, container) within the database.
DB_COLLECTION_NAME - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The name of a collection (table, container) within the database.
DB_NAMESPACE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The name of the database, fully qualified within the server address and port.
DB_NAMESPACE - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The namespace of the database.
DB_OPERATION_NAME - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The name of the operation or command being executed.
DB_OPERATION_NAME - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.LowCardinalityKeyNames
The name of the operation or command being executed.
DB_RECORD_ID - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The record identifier if present.
DB_SEARCH_SIMILARITY_METRIC - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The metric used in similarity search.
DB_SEARCH_SIMILARITY_METRIC - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The metric used in similarity search.
DB_SYSTEM - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The database management system (DBMS) product as identified by the client instrumentation.
DB_SYSTEM - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.LowCardinalityKeyNames
The database management system (DBMS) product as identified by the client instrumentation.
DB_VECTOR_DIMENSION_COUNT - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The dimension of the vector.
DB_VECTOR_DIMENSION_COUNT - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The dimension of the vector.
DB_VECTOR_FIELD_NAME - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The name field as of the vector (e.g.
DB_VECTOR_FIELD_NAME - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The name field as of the vector (e.g.
DB_VECTOR_QUERY_CONTENT - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The content of the search query being executed.
DB_VECTOR_QUERY_CONTENT - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The content of the search query being executed.
DB_VECTOR_QUERY_FILTER - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The metadata filters used in the search query.
DB_VECTOR_QUERY_FILTER - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The metadata filters used in the search query.
DB_VECTOR_QUERY_RESPONSE_DOCUMENTS - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
Returned documents from a similarity search query.
DB_VECTOR_QUERY_RESPONSE_DOCUMENTS - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
Returned documents from a similarity search query.
DB_VECTOR_QUERY_SIMILARITY_THRESHOLD - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
Similarity threshold that accepts all search scores.
DB_VECTOR_QUERY_SIMILARITY_THRESHOLD - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
Similarity threshold that accepts all search scores.
DB_VECTOR_QUERY_TOP_K - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
The top-k most similar vectors returned by a query.
DB_VECTOR_QUERY_TOP_K - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
The top-k most similar vectors returned by a query.
dbOperationName(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
dbSystem(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
DEBUG - Static variable in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
decimal(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
DECIMAL_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
DECIMAL_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
DECIMAL_VALUE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
DecimalConstantContext(FiltersParser.ConstantContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
decoderInputDetails(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
DEDICATED - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.ServingMode
 
DEFAULT_ADD_CONCURRENCY - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_ANTHROPIC_BETA_VERSION - Static variable in class org.springframework.ai.anthropic.api.AnthropicApi
 
DEFAULT_ANTHROPIC_VERSION - Static variable in class org.springframework.ai.anthropic.api.AnthropicApi
 
DEFAULT_ANTHROPIC_VERSION - Static variable in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
Default version of the Anthropic chat model.
DEFAULT_ANTHROPIC_VERSION - Static variable in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi
Default version of the Anthropic chat model.
DEFAULT_ASSISTANT_COLUMN_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_AUDIO_TRANSCRIPTION_MODEL - Static variable in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.anthropic.api.AnthropicApi
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxConnectionProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiCommonProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.moonshot.MoonshotCommonProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiConnectionProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiConnectionProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.minimax.api.MiniMaxApiConstants
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.moonshot.api.MoonshotConstants
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.openai.api.common.OpenAiApiConstants
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.qianfan.api.QianFanConstants
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.stabilityai.api.StabilityAiApi
 
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
The default base URL for accessing the Vertex AI API.
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuApiConstants
 
DEFAULT_BEAM_WIDTH - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_BUCKETS - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_CACHE_DIRECTORY - Static variable in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
DEFAULT_CHAT_MEMORY_CONVERSATION_ID - Static variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
DEFAULT_CHAT_MEMORY_PRECEDENCE_ORDER - Static variable in interface org.springframework.ai.chat.client.advisor.api.Advisor
Useful constant for the default Chat Memory precedence order.
DEFAULT_CHAT_MEMORY_RESPONSE_SIZE - Static variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.minimax.api.MiniMaxApi
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.moonshot.api.MoonshotApi
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.openai.api.OpenAiApi
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.qianfan.api.QianFanApi
 
DEFAULT_CHAT_MODEL - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.ChromaVectorStore
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
DEFAULT_COMPLETIONS_PATH - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
DEFAULT_CONSTRAINT_NAME - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_CONTENT_COLUMN_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_CONTENT_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DEFAULT_CONTENT_FORMATTER - Static variable in class org.springframework.ai.document.Document
 
DEFAULT_DATABASE_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
DEFAULT_DEPLOYMENT_NAME - Static variable in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
DEFAULT_DIMENSIONS - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
DEFAULT_DISTANCE_TYPE - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
DEFAULT_EMBEDDING_COLUMN_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_EMBEDDING_DIMENSION - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_EMBEDDING_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.minimax.api.MiniMaxApi
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.openai.api.OpenAiApi
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.qianfan.api.QianFanApi
 
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
The default embedding model.
DEFAULT_EMBEDDING_MODEL - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
 
DEFAULT_EMBEDDING_PROPERTY - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_EMBEDDINGS_PATH - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
DEFAULT_ENCODING_FORMAT - Static variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
DEFAULT_ENDPOINT - Static variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
DEFAULT_ENDPOINT_SUFFIX - Static variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
DEFAULT_EXCHANGE_ID_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_FIELDS - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_GENERATE_MODEL - Static variable in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
The default generation model.
DEFAULT_HOST - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_ID_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_ID_PROPERTY - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.openai.api.OpenAiImageApi
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.qianfan.api.QianFanImageApi
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.stabilityai.api.StabilityAiApi
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi
 
DEFAULT_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
DEFAULT_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
DEFAULT_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DEFAULT_INDEX_SUFFIX - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_INDEX_TYPE - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
DEFAULT_KEYSPACE_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_KEYSPACE_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_LABEL - Static variable in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
DEFAULT_MAPPING_EMBEDDING_TYPE_KNN_VECTOR_DIMENSION_1536 - Static variable in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
DEFAULT_MAX_CONNECTIONS - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_MAX_TOKENS - Static variable in class org.springframework.ai.anthropic.AnthropicChatModel
 
DEFAULT_MODEL - Static variable in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiChatProperties
 
DEFAULT_MODEL - Static variable in class org.springframework.ai.ollama.api.OllamaOptions
 
DEFAULT_MODEL - Static variable in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
DEFAULT_MODEL_NAME - Static variable in class org.springframework.ai.anthropic.AnthropicChatModel
 
DEFAULT_MODEL_NAME - Static variable in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
DEFAULT_MODEL_NAME - Static variable in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
DEFAULT_MODEL_OUTPUT_NAME - Static variable in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
DEFAULT_MODERATION_MODEL - Static variable in class org.springframework.ai.openai.api.OpenAiModerationApi
 
DEFAULT_NAME - Static variable in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
DEFAULT_NAME - Static variable in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
DEFAULT_NAME - Static variable in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
DEFAULT_NAME - Static variable in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
DEFAULT_NAME - Static variable in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
DEFAULT_NAME - Static variable in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
DEFAULT_OBSERVATION_CONVENTION - Static variable in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain
 
DEFAULT_ONNX_MODEL_URI - Static variable in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
DEFAULT_ONNX_TOKENIZER_URI - Static variable in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
DEFAULT_PORT - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_PREFIX - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DEFAULT_PUBLISHER - Static variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
DEFAULT_REQUEST_TO_STRING - Static variable in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
DEFAULT_RESPONSE_ERROR_HANDLER - Static variable in class org.springframework.ai.retry.RetryUtils
 
DEFAULT_RESPONSE_TO_STRING - Static variable in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
DEFAULT_RETRY_TEMPLATE - Static variable in class org.springframework.ai.retry.RetryUtils
 
DEFAULT_SCHEMA_NAME - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
DEFAULT_SCHEMA_VALIDATION - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
DEFAULT_SEARCH_ACCURACY - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
DEFAULT_SESSION_ID_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_SIMILARITY_FUNCTION - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_SPEECH_MODEL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
DEFAULT_SSL_ENABLED - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
DEFAULT_SUMMARY_EXTRACT_TEMPLATE - Static variable in class org.springframework.ai.transformer.SummaryMetadataEnricher
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
DEFAULT_TEMPERATURE - Static variable in class org.springframework.ai.anthropic.AnthropicChatModel
 
DEFAULT_TOP_K - Static variable in class org.springframework.ai.vectorstore.ChromaVectorStore
 
DEFAULT_TOP_K - Static variable in class org.springframework.ai.vectorstore.SearchRequest
Default value for the top 'k' similar results to return.
DEFAULT_TRANSCRIPTION_MODEL - Static variable in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
DEFAULT_TRANSFORMER_MODEL - Static variable in class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
 
DEFAULT_USER_COLUMN_NAME - Static variable in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig
 
DEFAULT_VECTOR_ALGORITHM - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DEFAULT_VECTOR_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
DEFAULT_VECTOR_INDEX_NAME - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
DefaultAdvisorObservationConvention - Class in org.springframework.ai.chat.client.advisor.observation
 
DefaultAdvisorObservationConvention() - Constructor for class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
DefaultAdvisorObservationConvention(String) - Constructor for class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
defaultAdvisors(Consumer<ChatClient.AdvisorSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultAdvisors(Consumer<ChatClient.AdvisorSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultAdvisors(List<Advisor>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultAdvisors(List<Advisor>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultAdvisors(Advisor...) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultAdvisors(Advisor...) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
DefaultAdvisorSpec() - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
DefaultAroundAdvisorChain - Class in org.springframework.ai.chat.client.advisor
DefaultAroundAdvisorChain.Builder - Class in org.springframework.ai.chat.client.advisor
 
DefaultCallPromptResponseSpec(ChatModel, Prompt) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallPromptResponseSpec
 
DefaultCallResponseSpec(DefaultChatClient.DefaultChatClientRequestSpec) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
DefaultChatClient - Class in org.springframework.ai.chat.client
The default implementation of ChatClient as created by the ChatClient.Builder.build() } method.
DefaultChatClient(DefaultChatClient.DefaultChatClientRequestSpec) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient
 
DefaultChatClient.DefaultAdvisorSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultCallPromptResponseSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultCallResponseSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultChatClientRequestSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultPromptSystemSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultPromptUserSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultStreamPromptResponseSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClient.DefaultStreamResponseSpec - Class in org.springframework.ai.chat.client
 
DefaultChatClientBuilder - Class in org.springframework.ai.chat.client
DefaultChatClientBuilder is a builder class for creating a ChatClient.
DefaultChatClientBuilder(ChatModel, ObservationRegistry, ChatClientObservationConvention) - Constructor for class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
DefaultChatClientObservationConvention - Class in org.springframework.ai.chat.client.observation
Default conventions to populate observations for chat client workflows.
DefaultChatClientObservationConvention() - Constructor for class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
DefaultChatClientObservationConvention(String) - Constructor for class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
DefaultChatClientRequestSpec(ChatModel, String, Map<String, Object>, String, Map<String, Object>, List<FunctionCallback>, List<Message>, List<String>, List<Media>, ChatOptions, List<Advisor>, Map<String, Object>, ObservationRegistry, ChatClientObservationConvention, Map<String, Object>) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
defaultChatMemoryRetrieveSize - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
DefaultChatModelObservationConvention - Class in org.springframework.ai.chat.observation
Default conventions to populate observations for chat model operations.
DefaultChatModelObservationConvention() - Constructor for class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
defaultConfig() - Static method in class org.springframework.ai.document.DefaultContentFormatter
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
defaultConfig() - Static method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig
 
defaultConfig() - Static method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.QdrantVectorStoreConfig
Deprecated.
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig
Returns the default config.
defaultConfig() - Static method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig
Returns the default config.
DefaultContentFormatter - Class in org.springframework.ai.document
 
DefaultContentFormatter.Builder - Class in org.springframework.ai.document
 
defaultConversationId - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
DefaultEmbeddingModelObservationConvention - Class in org.springframework.ai.embedding.observation
Default conventions to populate observations for embedding model operations.
DefaultEmbeddingModelObservationConvention() - Constructor for class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
defaultFunction(String, String, BiFunction<I, ToolContext, O>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultFunction(String, String, BiFunction<I, ToolContext, O>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultFunction(String, String, Function<I, O>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultFunction(String, String, Function<I, O>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultFunctions(String...) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultFunctions(String...) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultFunctions(FunctionCallback...) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultFunctions(FunctionCallback...) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultHeaders() - Static method in class org.springframework.ai.qianfan.api.QianFanUtils
 
DefaultImageModelObservationConvention - Class in org.springframework.ai.image.observation
Default conventions to populate observations for image model operations.
DefaultImageModelObservationConvention() - Constructor for class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
defaultOptions - Variable in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModel
 
defaultOptions - Variable in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
defaultOptions(ChatOptions) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultOptions(ChatOptions) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
DefaultPromptSystemSpec() - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
DefaultPromptUserSpec() - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
defaultRequest - Variable in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaults() - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
Provides a default instance of the formatter.
defaults() - Static method in class org.springframework.ai.vectorstore.SearchRequest
Create a new SearchRequest builder instance with an empty embedding query string.
DefaultStreamPromptResponseSpec(StreamingChatModel, Prompt) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamPromptResponseSpec
 
DefaultStreamResponseSpec(DefaultChatClient.DefaultChatClientRequestSpec) - Constructor for class org.springframework.ai.chat.client.DefaultChatClient.DefaultStreamResponseSpec
 
defaultSystem(String) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultSystem(String) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultSystem(Consumer<ChatClient.PromptSystemSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultSystem(Consumer<ChatClient.PromptSystemSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultSystem(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultSystem(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultSystem(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultSystem(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultToolContext(Map<String, Object>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultToolContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
DefaultUsage(long, long, long) - Constructor for record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Creates an instance of a DefaultUsage record class.
defaultUser(String) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultUser(String) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultUser(Consumer<ChatClient.PromptUserSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultUser(Consumer<ChatClient.PromptUserSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultUser(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultUser(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
defaultUser(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.Builder
 
defaultUser(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClientBuilder
 
DefaultVectorStoreObservationConvention - Class in org.springframework.ai.vectorstore.observation
Default conventions to populate observations for vector store operations.
DefaultVectorStoreObservationConvention() - Constructor for class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
DefaultVectorStoreObservationConvention(String) - Constructor for class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
delete(List<String>) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
delete(List<String>) - Method in interface org.springframework.ai.vectorstore.VectorStore
Deletes documents from the vector store.
delete(List<String>, String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
Deletes a list of documents by their IDs based on the namespace.
DELETE - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
VectorStore add operation.
deleteAllEmbeddings(String) - Method in interface org.springframework.ai.vectorstore.HanaVectorRepository
 
deleteBottomTextLines(String, int) - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
Removes the specified number of lines from the bottom part of the text.
deleteCacheFolder() - Method in class org.springframework.ai.transformers.ResourceCacheService
 
deleteCollection(String) - Method in class org.springframework.ai.chroma.ChromaApi
Delete a collection with the given name.
deleteEmbeddings(String, ChromaApi.DeleteEmbeddingsRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
deleteEmbeddingsById(String, List<String>) - Method in interface org.springframework.ai.vectorstore.HanaVectorRepository
 
DeleteEmbeddingsRequest(List<String>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
 
DeleteEmbeddingsRequest(List<String>, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Creates an instance of a DeleteEmbeddingsRequest record class.
deleteIndex() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
deleteTopTextLines(String, int) - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
Removes a specified number of lines from the top part of the given text.
delta() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the delta record component.
delta() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the delta record component.
Delta(String, String, String, String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Creates an instance of a Delta record class.
description() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the description record component.
description() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Returns the value of the description record component.
DescriptiveErrorListener() - Constructor for class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
 
destroy() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
detail() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the detail record component.
detail() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the detail record component.
detail() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the detail record component.
details(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
details(AllOfGenerateResponseDetails) - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
details(AllOfStreamResponseDetails) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
Details - Class in org.springframework.ai.huggingface.model
Details
Details() - Constructor for class org.springframework.ai.huggingface.model.Details
 
DIGITAL_ART - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
dimensions() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel
 
dimensions() - Method in class org.springframework.ai.embedding.AbstractEmbeddingModel
 
dimensions() - Method in interface org.springframework.ai.embedding.DocumentEmbeddingModel
 
dimensions() - Method in interface org.springframework.ai.embedding.EmbeddingModel
 
dimensions() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns the value of the dimensions record component.
dimensions() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModel
 
dimensions() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
dimensions(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
dimensions(EmbeddingModel, String, String) - Static method in class org.springframework.ai.embedding.AbstractEmbeddingModel
Return the dimension of the requested embedding generative name.
disallowSchemaChanges() - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
disallowSchemaChanges() - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
DISKANN - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
displayName() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the displayName record component.
DISTANCE_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.ChromaVectorStore
 
DISTANCE_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
DISTANCE_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.RedisVectorStore
 
DISTANCE_METADATA_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.PineconeVectorStore
 
distances() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns the value of the distances record component.
distances() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns the value of the distances record component.
DISTANCES - Enum constant in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.CassandraVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
Adds a list of documents to the vector store.
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Adds a list of documents to the vector store.
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore
 
doAddValueRangeSpitter(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doAddValueRangeSpitter(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doAddValueRangeSpitter(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
DOC_ID_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
DOC_ID_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
The name of the field that contains the document ID.
doChatCompletion(Req) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
doChatCompletionStream(Req) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
dockerLabel(String) - Method in class org.springframework.ai.huggingface.model.Info
 
doCreateToolResponseRequest(Req, Msg, List<Msg>) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
document - Variable in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
document - Variable in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
 
document() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns the value of the document record component.
Document - Class in org.springframework.ai.document
A document is a container for the content and metadata of a document.
Document(String) - Constructor for class org.springframework.ai.document.Document
 
Document(String, String, Collection<Media>, Map<String, Object>) - Constructor for class org.springframework.ai.document.Document
 
Document(String, String, Map<String, Object>) - Constructor for class org.springframework.ai.document.Document
 
Document(String, Collection<Media>, Map<String, Object>) - Constructor for class org.springframework.ai.document.Document
 
Document(String, Map<String, Object>) - Constructor for class org.springframework.ai.document.Document
 
Document(String, Map<String, Object>, IdGenerator) - Constructor for class org.springframework.ai.document.Document
 
DOCUMENT_METADATA_DISTANCE_KEY_NAME - Static variable in class org.springframework.ai.vectorstore.WeaviateVectorStore
 
Document.Builder - Class in org.springframework.ai.document
 
DocumentEmbeddingModel - Interface in org.springframework.ai.embedding
EmbeddingModel is a generic interface for embedding models.
DocumentEmbeddingRequest - Class in org.springframework.ai.embedding
Represents a request to embed a list of documents.
DocumentEmbeddingRequest(List<Document>) - Constructor for class org.springframework.ai.embedding.DocumentEmbeddingRequest
 
DocumentEmbeddingRequest(List<Document>, EmbeddingOptions) - Constructor for class org.springframework.ai.embedding.DocumentEmbeddingRequest
 
DocumentEmbeddingRequest(Document...) - Constructor for class org.springframework.ai.embedding.DocumentEmbeddingRequest
 
DocumentReader - Interface in org.springframework.ai.document
 
DocumentRetriever - Interface in org.springframework.ai.document
 
documents() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns the value of the documents record component.
documents() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns the value of the documents record component.
documents() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns the value of the documents record component.
documents(VectorStoreObservationContext) - Static method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContentProcessor
 
DOCUMENTS - Enum constant in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
 
DocumentTransformer - Interface in org.springframework.ai.document
 
DocumentWriter - Interface in org.springframework.ai.document
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.CassandraVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
Deletes a list of documents by their IDs.
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Deletes a list of documents by their IDs.
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
doEndGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
doEndValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doEndValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doEndValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doEndValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doEndValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
doEstimateTokenCount(List<MediaContent>) - Method in class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
doEstimateTokenCount(MediaContent) - Method in class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.MilvusFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.TypesenseFilterExpressionConverter
 
doExpression(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
doGetChatMemoryRetrieveSize(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
doGetConversationId(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
doGetFilterExpression(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
doGetSupportingData(EvaluationRequest) - Method in interface org.springframework.ai.evaluation.Evaluator
 
doGetToolResponseMessage(Resp) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
doGetUserMessages(Req) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
doGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.MilvusFilterExpressionConverter
 
doGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.TypesenseFilterExpressionConverter
 
doGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.MilvusFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.TypesenseFilterExpressionConverter
 
doKey(Filter.Key, StringBuilder) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
DOLPHIN_PHI - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The 2.7B uncensored Dolphin model
done() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the done record component.
done() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the done record component.
doneReason() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the doneReason record component.
doNextWithProtectFromBlockingBefore(AdvisedRequest, StreamAroundAdvisorChain, Function<AdvisedRequest, AdvisedRequest>) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
doNot(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doNot(Filter.Expression, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
doResponseEntity(StructuredOutputConverter<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
doSample() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the doSample record component.
doSample(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.CassandraVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Performs a similarity search on the vector store.
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore
 
doSingleValue(Object, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doSingleValue(Object, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doSingleValue(Object, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doSingleValue(Object, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doSingleValue(Object, StringBuilder) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
doSplit(String, int) - Method in class org.springframework.ai.transformer.splitter.TokenTextSplitter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
doStartGroup(Filter.Group, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
doStartValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doStartValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doStartValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doStartValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doStartValueRange(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
DOT - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
The dot product metric.
DOT - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Also called the inner product, calculates the negated dot product of two vectors.
DOT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
DOT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
DOT() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
dot_product - Enum constant in enum class org.springframework.ai.vectorstore.SimilarityFunction
 
DOT_PRODUCT - Enum constant in enum class org.springframework.ai.vectorstore.CassandraVectorStore.Similarity
 
dotProduct(float[], float[]) - Static method in class org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
 
doubleToFloat(List<Double>) - Static method in class org.springframework.ai.model.EmbeddingUtils
 
doValue(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
doValue(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
doValue(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
doValue(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
doValue(Filter.Value, StringBuilder) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
DRIVER_PROFILE_SEARCH - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStore
 
DRIVER_PROFILE_UPDATES - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStore
 
driverConfigLoaderBuilderCustomizer() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreAutoConfiguration
 
duration() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the duration record component.
duration() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns the value of the duration record component.
DurationParser() - Constructor for class org.springframework.ai.ollama.OllamaEmbeddingModel.DurationParser
 

E

ECHO - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
ELASTICSEARCH - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
ElasticsearchAiSearchFilterExpressionConverter - Class in org.springframework.ai.vectorstore
ElasticsearchAiSearchFilterExpressionConverter is a class that converts Filter.Expression objects into Elasticsearch query string representation.
ElasticsearchAiSearchFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
ElasticsearchVectorStore - Class in org.springframework.ai.vectorstore
The ElasticsearchVectorStore class implements the VectorStore interface and provides functionality for managing and querying documents in Elasticsearch.
ElasticsearchVectorStore(RestClient, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
ElasticsearchVectorStore(ElasticsearchVectorStoreOptions, RestClient, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
ElasticsearchVectorStore(ElasticsearchVectorStoreOptions, RestClient, EmbeddingModel, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
ElasticsearchVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.elasticsearch
 
ElasticsearchVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreAutoConfiguration
 
ElasticsearchVectorStoreOptions - Class in org.springframework.ai.vectorstore
Provided Elasticsearch vector option configuration.
ElasticsearchVectorStoreOptions() - Constructor for class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
ElasticsearchVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.elasticsearch
 
ElasticsearchVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
embed(String) - Method in interface org.springframework.ai.embedding.EmbeddingModel
Embeds the given text into a vector.
embed(String) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
 
embed(String) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
embed(List<String>) - Method in interface org.springframework.ai.embedding.EmbeddingModel
Embeds a batch of texts into vectors.
embed(List<String>) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
embed(List<Document>, EmbeddingOptions, BatchingStrategy) - Method in interface org.springframework.ai.embedding.EmbeddingModel
Embeds a batch of Documents into vectors based on a BatchingStrategy.
embed(Document) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel
 
embed(Document) - Method in interface org.springframework.ai.embedding.EmbeddingModel
Embeds the given document's content into a vector.
embed(Document) - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.oci.OCIEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.ollama.OllamaEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.openai.OpenAiEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2EmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingModel
 
embed(Document) - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
 
embed(OllamaApi.EmbeddingsRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Generate embeddings from a model.
EMBED - Enum constant in enum class org.springframework.ai.document.MetadataMode
 
EMBED - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingModel
 
embedding() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingResponse
Deprecated.
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResults
Returns the value of the embedding record component.
embedding() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Returns the value of the embedding record component.
embedding(I) - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
Compute the embedding for the given text.
embedding(CohereEmbeddingBedrockApi.CohereEmbeddingRequest) - Method in class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi
 
embedding(TitanEmbeddingBedrockApi.TitanEmbeddingRequest) - Method in class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi
 
Embedding - Class in org.springframework.ai.embedding
Represents a single embedding vector.
Embedding(float[]) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Embedding
Creates an instance of a Embedding record class.
Embedding(float[], Integer) - Constructor for class org.springframework.ai.embedding.Embedding
Creates a new Embedding instance.
Embedding(float[], Integer, EmbeddingResultMetadata) - Constructor for class org.springframework.ai.embedding.Embedding
Creates a new Embedding instance.
Embedding(Integer, float[]) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Create an embedding with the given index, embedding and object type set to 'embedding'.
Embedding(Integer, float[]) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Create an embedding with the given index, embedding and object type set to 'embedding'.
Embedding(Integer, float[]) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Create an embedding with the given index, embedding and object type set to 'embedding'.
Embedding(Integer, float[]) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Create an embedding with the given index, embedding and object type set to 'embedding'.
Embedding(Integer, float[], String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Creates an instance of a Embedding record class.
Embedding(Integer, float[], String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Creates an instance of a Embedding record class.
Embedding(Integer, float[], String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Creates an instance of a Embedding record class.
Embedding(Integer, float[], String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Creates an instance of a Embedding record class.
Embedding(String, float[], String, Map<String, Object>, Double) - Constructor for record class org.springframework.ai.chroma.ChromaApi.Embedding
Creates an instance of a Embedding record class.
EMBEDDING - Enum constant in enum class org.springframework.ai.observation.conventions.AiOperationType
 
Embedding_2 - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingModel
DIMENSION: 1024
EMBEDDING_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
EMBEDDING_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
EMBEDDING_MODEL_OPERATION - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation
 
EMBEDDING_V1 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
DIMENSION: 384
embeddingDimensions - Variable in class org.springframework.ai.embedding.AbstractEmbeddingModel
 
embeddingDistance(String) - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
EmbeddingList(String, List<QianFanApi.Embedding>, String, String, String, QianFanApi.Usage) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Creates an instance of a EmbeddingList record class.
EmbeddingList(String, List<T>, String, MistralAiApi.Usage) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Creates an instance of a EmbeddingList record class.
EmbeddingList(String, List<T>, String, OpenAiApi.Usage) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Creates an instance of a EmbeddingList record class.
EmbeddingList(String, List<T>, String, ZhiPuAiApi.Usage) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Creates an instance of a EmbeddingList record class.
EmbeddingList(List<float[]>, String, Integer) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Creates an instance of a EmbeddingList record class.
embeddingModel - Variable in class org.springframework.ai.vectorstore.SimpleVectorStore
 
embeddingModel(TransformersEmbeddingModelProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelAutoConfiguration
 
EmbeddingModel - Interface in org.springframework.ai.embedding
EmbeddingModel is a generic interface for embedding models.
EmbeddingModelDescription - Interface in org.springframework.ai.model
 
EmbeddingModelMeterObservationHandler - Class in org.springframework.ai.embedding.observation
Handler for generating metrics from embedding model observations.
EmbeddingModelMeterObservationHandler(MeterRegistry) - Constructor for class org.springframework.ai.embedding.observation.EmbeddingModelMeterObservationHandler
 
EmbeddingModelObservationContext - Class in org.springframework.ai.embedding.observation
Context used to store metadata for embedding model exchanges.
EmbeddingModelObservationContext.Builder - Class in org.springframework.ai.embedding.observation
 
EmbeddingModelObservationConvention - Interface in org.springframework.ai.embedding.observation
Interface for an ObservationConvention for embedding model exchanges.
EmbeddingModelObservationDocumentation - Enum Class in org.springframework.ai.embedding.observation
Documented conventions for embedding model observations.
EmbeddingModelObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.embedding.observation
High-cardinality observation key names for embedding model operations.
EmbeddingModelObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.embedding.observation
Low-cardinality observation key names for embedding model operations.
EmbeddingObservationAutoConfiguration - Class in org.springframework.ai.autoconfigure.embedding.observation
Auto-configuration for Spring AI embedding model observations.
EmbeddingObservationAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.embedding.observation.EmbeddingObservationAutoConfiguration
 
EmbeddingOptions - Interface in org.springframework.ai.embedding
 
EmbeddingOptionsBuilder - Class in org.springframework.ai.embedding
 
embeddingRequest(EmbeddingRequest) - Method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext.Builder
 
EmbeddingRequest - Class in org.springframework.ai.embedding
 
EmbeddingRequest(String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(String, String) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Shortcut constructor to create a EmbeddingRequest without options.
EmbeddingRequest(String, String, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(String, String, Duration, Map<String, Object>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Creates an instance of a EmbeddingRequest record class.
EmbeddingRequest(String, MiniMaxApi.EmbeddingType) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(List<String>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(List<String>) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(List<String>, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(List<String>, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(List<String>, String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Creates an instance of a EmbeddingRequest record class.
EmbeddingRequest(List<String>, String, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Creates an instance of a EmbeddingRequest record class.
EmbeddingRequest(List<String>, EmbeddingOptions) - Constructor for class org.springframework.ai.embedding.EmbeddingRequest
 
EmbeddingRequest(List<String>, MiniMaxApi.EmbeddingType) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(T) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(T) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(T) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Create an embedding request with the given input.
EmbeddingRequest(T, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Create an embedding request with the given input, model and encoding format set to float.
EmbeddingRequest(T, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Create an embedding request with the given input, model and encoding format set to float.
EmbeddingRequest(T, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Creates an instance of a EmbeddingRequest record class.
EmbeddingRequest(T, String, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Creates an instance of a EmbeddingRequest record class.
EmbeddingRequest(T, String, String, Integer, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Creates an instance of a EmbeddingRequest record class.
EmbeddingResponse - Class in org.springframework.ai.embedding
Embedding response object.
EmbeddingResponse(List<Float>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingResponse
Deprecated.
Creates an instance of a EmbeddingResponse record class.
EmbeddingResponse(List<Embedding>) - Constructor for class org.springframework.ai.embedding.EmbeddingResponse
Creates a new EmbeddingResponse instance with empty metadata.
EmbeddingResponse(List<Embedding>, EmbeddingResponseMetadata) - Constructor for class org.springframework.ai.embedding.EmbeddingResponse
Creates a new EmbeddingResponse instance.
EmbeddingResponseMetadata - Class in org.springframework.ai.embedding
Common AI provider metadata returned in an embedding response.
EmbeddingResponseMetadata() - Constructor for class org.springframework.ai.embedding.EmbeddingResponseMetadata
 
EmbeddingResponseMetadata(String, Usage) - Constructor for class org.springframework.ai.embedding.EmbeddingResponseMetadata
 
EmbeddingResponseMetadata(String, Usage, Map<String, Object>) - Constructor for class org.springframework.ai.embedding.EmbeddingResponseMetadata
 
EmbeddingResultMetadata - Class in org.springframework.ai.embedding
 
EmbeddingResultMetadata() - Constructor for class org.springframework.ai.embedding.EmbeddingResultMetadata
 
EmbeddingResultMetadata(String, EmbeddingResultMetadata.ModalityType, MimeType, Object) - Constructor for class org.springframework.ai.embedding.EmbeddingResultMetadata
 
EmbeddingResultMetadata.ModalityType - Enum Class in org.springframework.ai.embedding
 
EmbeddingResultMetadata.ModalityUtils - Class in org.springframework.ai.embedding
 
embeddings() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Returns the value of the embeddings record component.
embeddings(MiniMaxApi.EmbeddingRequest) - Method in class org.springframework.ai.minimax.api.MiniMaxApi
Creates an embedding vector representing the input text or token array.
embeddings(MistralAiApi.EmbeddingRequest<T>) - Method in class org.springframework.ai.mistralai.api.MistralAiApi
Creates an embedding vector representing the input text or token array.
embeddings(OllamaApi.EmbeddingRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Deprecated, for removal: This API element is subject to removal in a future version.
embeddings(OpenAiApi.EmbeddingRequest<T>) - Method in class org.springframework.ai.openai.api.OpenAiApi
Creates an embedding vector representing the input text or token array.
embeddings(QianFanApi.EmbeddingRequest) - Method in class org.springframework.ai.qianfan.api.QianFanApi
Creates an embedding vector representing the input text or token array.
embeddings(WatsonxAiEmbeddingRequest) - Method in class org.springframework.ai.watsonx.api.WatsonxAiApi
 
embeddings(ZhiPuAiApi.EmbeddingRequest<T>) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Creates an embedding vector representing the input text or token array.
EMBEDDINGS - Enum constant in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
 
embeddingsByType() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns the value of the embeddingsByType record component.
EmbeddingsRequest(String, String) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Shortcut constructor to create a EmbeddingRequest without options.
EmbeddingsRequest(String, List<String>, Duration, Map<String, Object>, Boolean) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Creates an instance of a EmbeddingsRequest record class.
EmbeddingsResponse(String, List<float[]>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Creates an instance of a EmbeddingsResponse record class.
EmbeddingUtils - Class in org.springframework.ai.model
 
EmbeddingUtils() - Constructor for class org.springframework.ai.model.EmbeddingUtils
 
embedForResponse(List<String>) - Method in interface org.springframework.ai.embedding.EmbeddingModel
Embeds a batch of texts into vectors and returns the EmbeddingResponse.
embedForResponse(List<String>) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
embedText(String) - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Generates a response from the model given an input.
Embo_01 - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingModel
DIMENSION: 1536
empty() - Static method in interface org.springframework.ai.chat.metadata.PromptMetadata
Factory method used to create empty PromptMetadata when the information is not supplied by the AI provider.
EMPTY - Static variable in interface org.springframework.ai.embedding.EmbeddingOptions
Deprecated, for removal: This API element is subject to removal in a future version.
EMPTY - Static variable in class org.springframework.ai.embedding.EmbeddingResultMetadata
 
EMPTY_TEXT - Static variable in class org.springframework.ai.document.Document
 
emptyChatCompletions() - Static method in class org.springframework.ai.azure.openai.MergeUtils
 
EmptyJsonMetadataGenerator - Class in org.springframework.ai.reader
 
EmptyJsonMetadataGenerator() - Constructor for class org.springframework.ai.reader.EmptyJsonMetadataGenerator
 
EmptyRateLimit - Class in org.springframework.ai.chat.metadata
A RateLimit implementation that returns zero for all property getters
EmptyRateLimit() - Constructor for class org.springframework.ai.chat.metadata.EmptyRateLimit
 
EmptyUsage - Class in org.springframework.ai.chat.metadata
A EmpytUsage implementation that returns zero for all property getters
EmptyUsage() - Constructor for class org.springframework.ai.chat.metadata.EmptyUsage
 
encodingFormat() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Returns the value of the encodingFormat record component.
encodingFormat() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns the value of the encodingFormat record component.
end() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the end record component.
END - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Truncate
(Default) Discards the end of the input.
END - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
(default) Discards the end of the input.
endIndex() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns the value of the endIndex record component.
endOffsetSec - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
The end offset of the video segment in seconds.
endPageNumber() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the endPageNumber record component.
ENHANCE - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
ensureKeyspaceExists(CqlSession, String) - Static method in class org.springframework.ai.cassandra.SchemaUtil
 
enterAndExpression(FiltersParser.AndExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
enterAndExpression(FiltersParser.AndExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
enterBooleanConstant(FiltersParser.BooleanConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
enterBooleanConstant(FiltersParser.BooleanConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
enterCompare(FiltersParser.CompareContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by FiltersParser.compare().
enterCompare(FiltersParser.CompareContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by FiltersParser.compare().
enterCompareExpression(FiltersParser.CompareExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
enterCompareExpression(FiltersParser.CompareExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
enterConstantArray(FiltersParser.ConstantArrayContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by FiltersParser.constantArray().
enterConstantArray(FiltersParser.ConstantArrayContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by FiltersParser.constantArray().
enterDecimalConstant(FiltersParser.DecimalConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
enterDecimalConstant(FiltersParser.DecimalConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
enterEveryRule(ParserRuleContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
enterGroupExpression(FiltersParser.GroupExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
enterGroupExpression(FiltersParser.GroupExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
enterIdentifier(FiltersParser.IdentifierContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by FiltersParser.identifier().
enterIdentifier(FiltersParser.IdentifierContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by FiltersParser.identifier().
enterInExpression(FiltersParser.InExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
enterInExpression(FiltersParser.InExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
enterIntegerConstant(FiltersParser.IntegerConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
enterIntegerConstant(FiltersParser.IntegerConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
enterNinExpression(FiltersParser.NinExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
enterNinExpression(FiltersParser.NinExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
enterNotExpression(FiltersParser.NotExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
enterNotExpression(FiltersParser.NotExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
enterOrExpression(FiltersParser.OrExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
enterOrExpression(FiltersParser.OrExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 
enterRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
enterTextConstant(FiltersParser.TextConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
enterTextConstant(FiltersParser.TextConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
enterWhere(FiltersParser.WhereContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Enter a parse tree produced by FiltersParser.where().
enterWhere(FiltersParser.WhereContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Enter a parse tree produced by FiltersParser.where().
entity() - Method in record class org.springframework.ai.chat.client.ResponseEntity
Returns the value of the entity record component.
entity(Class<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
entity(Class<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
entity(StructuredOutputConverter<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
entity(StructuredOutputConverter<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
entity(ParameterizedTypeReference<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
entity(ParameterizedTypeReference<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
entrySet() - Method in class org.springframework.ai.model.AbstractResponseMetadata
 
entrySet() - Method in class org.springframework.ai.model.MutableResponseMetadata
 
entrySet() - Method in interface org.springframework.ai.model.ResponseMetadata
 
EOF() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
EOS_TOKEN - Enum constant in enum class org.springframework.ai.huggingface.model.FinishReason
 
eq(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
EQ - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStopEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.PingEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
equals(Object) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
equals(Object) - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
equals(Object) - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chat.client.ResponseEntity
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.chat.messages.AbstractMessage
 
equals(Object) - Method in class org.springframework.ai.chat.messages.AssistantMessage
 
equals(Object) - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.chat.messages.SystemMessage
 
equals(Object) - Method in class org.springframework.ai.chat.messages.ToolResponseMessage
 
equals(Object) - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
 
equals(Object) - Method in class org.springframework.ai.chat.model.ChatResponse
 
equals(Object) - Method in class org.springframework.ai.chat.model.Generation
 
equals(Object) - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.chat.prompt.Prompt
 
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.document.Document
 
equals(Object) - Method in class org.springframework.ai.embedding.Embedding
 
equals(Object) - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
equals(Object) - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
equals(Object) - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.AllOfGenerateResponseDetails
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.AllOfStreamResponseDetails
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.Details
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.Info
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
equals(Object) - Method in class org.springframework.ai.huggingface.model.Token
 
equals(Object) - Method in class org.springframework.ai.image.Image
 
equals(Object) - Method in class org.springframework.ai.image.ImageMessage
 
equals(Object) - Method in class org.springframework.ai.image.ImagePrompt
 
equals(Object) - Method in class org.springframework.ai.image.ImageResponse
 
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ResponseFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
equals(Object) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
equals(Object) - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.moderation.Categories
 
equals(Object) - Method in class org.springframework.ai.moderation.CategoryScores
 
equals(Object) - Method in class org.springframework.ai.moderation.Moderation
 
equals(Object) - Method in class org.springframework.ai.moderation.ModerationMessage
 
equals(Object) - Method in class org.springframework.ai.moderation.ModerationPrompt
 
equals(Object) - Method in class org.springframework.ai.moderation.ModerationResponse
 
equals(Object) - Method in class org.springframework.ai.moderation.ModerationResult
 
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
equals(Object) - Method in record class org.springframework.ai.observation.AiOperationMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingResponse
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage.CompletionTokenDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.openai.audio.speech.Speech
 
equals(Object) - Method in class org.springframework.ai.openai.audio.speech.SpeechMessage
 
equals(Object) - Method in class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
equals(Object) - Method in class org.springframework.ai.openai.audio.speech.SpeechResponse
 
equals(Object) - Method in class org.springframework.ai.openai.metadata.OpenAiImageGenerationMetadata
 
equals(Object) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
equals(Object) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
equals(Object) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
equals(Object) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
equals(Object) - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest.ResponseFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
equals(Object) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
equals(Object) - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
equals(Object) - Method in class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
equals(Object) - Method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.filter.Filter.Group
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.filter.Filter.Key
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.filter.Filter.Value
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.vectorstore.SearchRequest
 
equals(Object) - Method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResults
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ResponseFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
equals(Object) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
EQUALS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
EQUALS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
EQUALS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
ERNIE_3_5_128K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_4K_0205 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_8K_0205 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_8K_0329 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_8K_1222 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_3_5_8K_Preview - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_4_0_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_4_0_8K_0104 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_4_0_8K_0329 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_4_0_8K_Preview - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_4_0_8K_Preview_0518 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_FUNC_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_Lite_8K_0308 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_Lite_8K_0922 - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_Speed_128K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_Speed_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
ERNIE_Tiny_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
error() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Returns the value of the error record component.
error() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the error record component.
error() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError
Returns the value of the error record component.
error(String) - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
Error(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Creates an instance of a Error record class.
Error(String, String, String) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Creates an instance of a Error record class.
ERROR - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
 
ERROR - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
Something went wrong when generating the reply.
ERROR - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
 
ERROR_TOXIC - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
the model generated a reply that was deemed toxic.
errorCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the errorCode record component.
errorDescription() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the errorDescription record component.
ErrorEvent(AnthropicApi.EventType, AnthropicApi.ErrorEvent.Error) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Creates an instance of a ErrorEvent record class.
ErrorLoggingObservationHandler - Class in org.springframework.ai.model.observation
 
ErrorLoggingObservationHandler(Tracer, List<Class<? extends Observation.Context>>) - Constructor for class org.springframework.ai.model.observation.ErrorLoggingObservationHandler
 
ErrorLoggingObservationHandler(Tracer, List<Class<? extends Observation.Context>>, Consumer<Observation.Context>) - Constructor for class org.springframework.ai.model.observation.ErrorLoggingObservationHandler
 
errorMessages - Variable in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
 
errorNsg() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the errorNsg record component.
ErrorResponse - Class in org.springframework.ai.huggingface.model
ErrorResponse
ErrorResponse() - Constructor for class org.springframework.ai.huggingface.model.ErrorResponse
 
errorType(String) - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
estimate(Iterable<MediaContent>) - Method in class org.springframework.ai.tokenizer.JTokkitTokenCountEstimator
 
estimate(Iterable<MediaContent>) - Method in interface org.springframework.ai.tokenizer.TokenCountEstimator
Estimates the number of tokens in the given messages.
estimate(String) - Method in class org.springframework.ai.tokenizer.JTokkitTokenCountEstimator
 
estimate(String) - Method in interface org.springframework.ai.tokenizer.TokenCountEstimator
Estimates the number of tokens in the given text.
estimate(MediaContent) - Method in class org.springframework.ai.tokenizer.JTokkitTokenCountEstimator
 
estimate(MediaContent) - Method in interface org.springframework.ai.tokenizer.TokenCountEstimator
Estimates the number of tokens in the given message.
EUCLIDEAN - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
The euclidean distance metric.
EUCLIDEAN - Enum constant in enum class org.springframework.ai.vectorstore.CassandraVectorStore.Similarity
 
EUCLIDEAN - Enum constant in enum class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
 
EUCLIDEAN - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Also called L2_DISTANCE, calculates the Euclidean distance between two vectors.
EUCLIDEAN_DISTANCE - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
EUCLIDEAN_SQUARED - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Also called L2_SQUARED is the Euclidean distance without taking the square root.
evalCount() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the evalCount record component.
evalCount() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the evalCount record component.
evalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the evalDuration record component.
evalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the evalDuration record component.
evaluate(EvaluationRequest) - Method in interface org.springframework.ai.evaluation.Evaluator
 
evaluate(EvaluationRequest) - Method in class org.springframework.ai.evaluation.FactCheckingEvaluator
 
evaluate(EvaluationRequest) - Method in class org.springframework.ai.evaluation.RelevancyEvaluator
 
evaluateQuestionAndAnswer(String, String, boolean) - Method in class org.springframework.ai.evaluation.BasicEvaluationTest
 
EvaluationRequest - Class in org.springframework.ai.evaluation
Represents an evaluation request, which includes the user's text, a list of content data, and a chat response.
EvaluationRequest(String, String) - Constructor for class org.springframework.ai.evaluation.EvaluationRequest
 
EvaluationRequest(String, List<Content>, String) - Constructor for class org.springframework.ai.evaluation.EvaluationRequest
 
EvaluationRequest(List<Content>, String) - Constructor for class org.springframework.ai.evaluation.EvaluationRequest
 
EvaluationResponse - Class in org.springframework.ai.evaluation
 
EvaluationResponse(boolean, float, String, Map<String, Object>) - Constructor for class org.springframework.ai.evaluation.EvaluationResponse
Deprecated.
EvaluationResponse(boolean, String, Map<String, Object>) - Constructor for class org.springframework.ai.evaluation.EvaluationResponse
 
Evaluator - Interface in org.springframework.ai.evaluation
 
event_type() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the event_type record component.
eventToChatCompletionResponse(AnthropicApi.StreamEvent, AtomicReference<StreamHelper.ChatCompletionResponseBuilder>) - Method in class org.springframework.ai.anthropic.api.StreamHelper
 
Example(VertexAiPaLm2Api.Message, VertexAiPaLm2Api.Message) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Creates an instance of a Example record class.
examples() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Returns the value of the examples record component.
executeFunctions(AssistantMessage, ToolContext) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
exists(String) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
exitAndExpression(FiltersParser.AndExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
exitAndExpression(FiltersParser.AndExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
exitBooleanConstant(FiltersParser.BooleanConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
exitBooleanConstant(FiltersParser.BooleanConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
exitCompare(FiltersParser.CompareContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by FiltersParser.compare().
exitCompare(FiltersParser.CompareContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by FiltersParser.compare().
exitCompareExpression(FiltersParser.CompareExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
exitCompareExpression(FiltersParser.CompareExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
exitConstantArray(FiltersParser.ConstantArrayContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by FiltersParser.constantArray().
exitConstantArray(FiltersParser.ConstantArrayContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by FiltersParser.constantArray().
exitDecimalConstant(FiltersParser.DecimalConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
exitDecimalConstant(FiltersParser.DecimalConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
exitEveryRule(ParserRuleContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
exitGroupExpression(FiltersParser.GroupExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
exitGroupExpression(FiltersParser.GroupExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
exitIdentifier(FiltersParser.IdentifierContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by FiltersParser.identifier().
exitIdentifier(FiltersParser.IdentifierContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by FiltersParser.identifier().
exitInExpression(FiltersParser.InExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
exitInExpression(FiltersParser.InExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
exitIntegerConstant(FiltersParser.IntegerConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
exitIntegerConstant(FiltersParser.IntegerConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
exitNinExpression(FiltersParser.NinExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
exitNinExpression(FiltersParser.NinExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
exitNotExpression(FiltersParser.NotExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
exitNotExpression(FiltersParser.NotExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
exitOrExpression(FiltersParser.OrExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
exitOrExpression(FiltersParser.OrExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanConstantContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 
exitRule(ParseTreeListener) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
exitTextConstant(FiltersParser.TextConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
exitTextConstant(FiltersParser.TextConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
exitWhere(FiltersParser.WhereContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
Exit a parse tree produced by FiltersParser.where().
exitWhere(FiltersParser.WhereContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersListener
Exit a parse tree produced by FiltersParser.where().
expandIn(Filter.Expression, StringBuilder, FilterExpressionConverter) - Static method in class org.springframework.ai.vectorstore.filter.FilterHelper
Expands the IN into a semantically equivalent boolean expressions of ORs of EQs.
expandNin(Filter.Expression, StringBuilder, FilterExpressionConverter) - Static method in class org.springframework.ai.vectorstore.filter.FilterHelper
Expands the NIN (e.g.
expiresIn() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the expiresIn record component.
expression() - Method in record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
Returns the value of the expression record component.
Expression(Filter.ExpressionType, Filter.Operand) - Constructor for record class org.springframework.ai.vectorstore.filter.Filter.Expression
 
Expression(Filter.ExpressionType, Filter.Operand, Filter.Operand) - Constructor for record class org.springframework.ai.vectorstore.filter.Filter.Expression
Creates an instance of a Expression record class.
extractAiResponseHeaders(ResponseEntity<?>) - Static method in class org.springframework.ai.openai.metadata.support.OpenAiResponseHeaderExtractor
 
ExtractedTextFormatter - Class in org.springframework.ai.reader
A utility to reformat extracted text content before encapsulating it in a Document.
ExtractedTextFormatter.Builder - Class in org.springframework.ai.reader
The Builder class is a nested static class of ExtractedTextFormatter designed to facilitate the creation and customization of instances of ExtractedTextFormatter.
extractOtelSpan(TracingObservationHandler.TracingContext) - Static method in class org.springframework.ai.observation.tracing.TracingHelper
 
extractRegions(PDPage) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Process the page to extract the region text.

F

FABLE - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
FACT_VERIFICATION - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies that the query embedding is used for fact verification.
FactCheckingEvaluator - Class in org.springframework.ai.evaluation
The FactCheckingEvaluator class implements a method for evaluating the factual accuracy of Large Language Model (LLM) responses against provided context.
FactCheckingEvaluator(ChatClient.Builder) - Constructor for class org.springframework.ai.evaluation.FactCheckingEvaluator
Constructs a new FactCheckingEvaluator with the provided ChatClient.Builder.
FANTASY_ART - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
fieldName(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
fieldType() - Method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Returns the value of the fieldType record component.
fieldType() - Method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Returns the value of the fieldType record component.
file() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the file record component.
file() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns the value of the file record component.
FILE - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
 
FileDocumentWriter - Class in org.springframework.ai.writer
Writes the content of a list of Documents into a file.
FileDocumentWriter(String) - Constructor for class org.springframework.ai.writer.FileDocumentWriter
 
FileDocumentWriter(String, boolean) - Constructor for class org.springframework.ai.writer.FileDocumentWriter
 
FileDocumentWriter(String, boolean, MetadataMode, boolean) - Constructor for class org.springframework.ai.writer.FileDocumentWriter
Writes the content of a list of Documents into a file.
Filter - Class in org.springframework.ai.vectorstore.filter
Portable runtime generative for metadata filter expressions.
Filter() - Constructor for class org.springframework.ai.vectorstore.filter.Filter
 
FILTER_EXPRESSION - Static variable in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
Filter.Expression - Record Class in org.springframework.ai.vectorstore.filter
Triple that represents and filter boolean expression as left type right.
Filter.ExpressionType - Enum Class in org.springframework.ai.vectorstore.filter
Filter expression operations.
Filter.Group - Record Class in org.springframework.ai.vectorstore.filter
Represents expression grouping (e.g.
Filter.Key - Record Class in org.springframework.ai.vectorstore.filter
String identifier representing an expression key.
Filter.Operand - Interface in org.springframework.ai.vectorstore.filter
Mark interface representing the supported expression types: Filter.Key, Filter.Value, Filter.Expression and Filter.Group.
Filter.Value - Record Class in org.springframework.ai.vectorstore.filter
Represents expression value constant or constant array.
FilterExpressionBuilder - Class in org.springframework.ai.vectorstore.filter
DSL builder for Filter.Expression instances.
FilterExpressionBuilder() - Constructor for class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
FilterExpressionBuilder.Op - Record Class in org.springframework.ai.vectorstore.filter
 
filterExpressionConverter - Variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
filterExpressionConverter - Variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
filterExpressionConverter - Variable in class org.springframework.ai.vectorstore.PgVectorStore
 
filterExpressionConverter - Variable in class org.springframework.ai.vectorstore.PineconeVectorStore
 
filterExpressionConverter - Variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
FilterExpressionConverter - Interface in org.springframework.ai.vectorstore.filter
Converters a generic, portable Filter.Expression into a VectorStore specific expression language format.
FilterExpressionParseException(String, Throwable) - Constructor for exception org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionParseException
 
FilterExpressionTextParser - Class in org.springframework.ai.vectorstore.filter
Parse a textual, vector-store agnostic, filter expression language into Filter.Expression.
FilterExpressionTextParser() - Constructor for class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser
 
FilterExpressionTextParser(ANTLRErrorStrategy) - Constructor for class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser
 
FilterExpressionTextParser.DescriptiveErrorListener - Class in org.springframework.ai.vectorstore.filter
 
FilterExpressionTextParser.FilterExpressionParseException - Exception in org.springframework.ai.vectorstore.filter
 
FilterExpressionTextParser.FilterExpressionVisitor - Class in org.springframework.ai.vectorstore.filter
 
FilterExpressionVisitor() - Constructor for class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
FilterHelper - Class in org.springframework.ai.vectorstore.filter
Helper class providing various boolean transformation.
filterNonSupportedFields(Map<String, Object>) - Static method in class org.springframework.ai.ollama.api.OllamaOptions
Filter out the non-supported fields from the options.
filterNonSupportedFields(Map<String, Object>) - Static method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
Filter out the non-supported fields from the options.
filters() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Returns the value of the filters record component.
FiltersBaseListener - Class in org.springframework.ai.vectorstore.filter.antlr4
This class provides an empty implementation of FiltersListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
FiltersBaseListener() - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
 
FiltersBaseVisitor<T> - Class in org.springframework.ai.vectorstore.filter.antlr4
This class provides an empty implementation of FiltersVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
FiltersBaseVisitor() - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
 
FiltersLexer - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersLexer(CharStream) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
FiltersListener - Interface in org.springframework.ai.vectorstore.filter.antlr4
This interface defines a complete listener for a parse tree produced by FiltersParser.
FiltersParser - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser(TokenStream) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
FiltersParser.AndExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.BooleanConstantContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.BooleanExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.CompareContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.CompareExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.ConstantArrayContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.ConstantContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.DecimalConstantContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.GroupExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.IdentifierContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.InExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.IntegerConstantContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.NinExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.NotExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.OrExpressionContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.TextConstantContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersParser.WhereContext - Class in org.springframework.ai.vectorstore.filter.antlr4
 
FiltersVisitor<T> - Interface in org.springframework.ai.vectorstore.filter.antlr4
This interface defines a complete generic visitor for a parse tree produced by FiltersParser.
findByPromptIndex(int) - Method in interface org.springframework.ai.chat.metadata.PromptMetadata
Returns an Optional PromptMetadata.PromptFilterMetadata at the given index.
findClassesInPackage(String, TypeFilter) - Static method in class org.springframework.ai.aot.AiRuntimeHints
Finds all classes in the specified package that match the given type filter.
findJsonAnnotatedClassesInPackage(Class<?>) - Static method in class org.springframework.ai.aot.AiRuntimeHints
Finds classes in a package that are annotated with JsonInclude or have Jackson annotations.
findJsonAnnotatedClassesInPackage(String) - Static method in class org.springframework.ai.aot.AiRuntimeHints
Finds classes in a package that are annotated with JsonInclude or have Jackson annotations.
FINISH - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.CompletionReason
The response was fully generated.
finishReason() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns the value of the finishReason record component.
finishReason() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the finishReason record component.
finishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
finishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.Details
 
finishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
FinishReason - Enum Class in org.springframework.ai.huggingface.model
Gets or Sets FinishReason
FinishReason(String, String, String) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Creates an instance of a FinishReason record class.
firstByteLatency() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns the value of the firstByteLatency record component.
FLAC - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
flagged() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Returns the value of the flagged record component.
FLAT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
FLAT - Enum constant in enum class org.springframework.ai.vectorstore.RedisVectorStore.Algorithm
 
flatten() - Method in class org.springframework.ai.reader.pdf.config.ParagraphManager
 
FloatScalePenalty(Float, boolean, boolean, boolean, boolean, boolean) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Creates an instance of a FloatScalePenalty record class.
ForkPDFLayoutTextStripper - Class in org.springframework.ai.reader.pdf.layout
This class extends PDFTextStripper to provide custom text extraction and formatting capabilities for PDF pages.
ForkPDFLayoutTextStripper() - Constructor for class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
Constructor
format() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the format record component.
format() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the format record component.
format(String) - Method in class org.springframework.ai.reader.ExtractedTextFormatter
Formats the provided text according to the formatter's configuration.
format(String, int) - Method in class org.springframework.ai.reader.ExtractedTextFormatter
Formats the provided text based on the formatter's configuration, considering the page number.
format(Date, StringBuffer, FieldPosition) - Method in class org.springframework.ai.huggingface.invoker.RFC3339DateFormat
 
format(Document, MetadataMode) - Method in interface org.springframework.ai.document.ContentFormatter
 
format(Document, MetadataMode) - Method in class org.springframework.ai.document.DefaultContentFormatter
 
formatDate(Date) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Format the given Date object into string.
FormatProvider - Interface in org.springframework.ai.converter
Implementations of this interface provides instructions for how the output of a language generative should be formatted.
FormatProvider - Interface in org.springframework.ai.parser
Deprecated.
Use the FormatProvider instead.
FRAMEWORK - Enum constant in enum class org.springframework.ai.observation.conventions.AiOperationType
 
frequencyPenalty() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the frequencyPenalty record component.
frequencyPenalty() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the frequencyPenalty record component.
frequencyPenalty() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the frequencyPenalty record component.
frequencyPenalty() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the frequencyPenalty record component.
frequencyPenalty() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the frequencyPenalty record component.
from(int, Object) - Static method in interface org.springframework.ai.chat.metadata.PromptMetadata.PromptFilterMetadata
Factory method used to construct a new PromptMetadata.PromptFilterMetadata with the given prompt index and content filter metadata.
from(ChatCompletions) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
from(ChatCompletions, PromptMetadata) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
from(CompletionsUsage) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
from(EmbeddingsOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
from(EmbeddingsUsage) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
from(ImageGenerations) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
from(String) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
from(String) - Static method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
from(String) - Static method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
from(String, Object) - Static method in interface org.springframework.ai.chat.metadata.ChatGenerationMetadata
Factory method used to construct a new ChatGenerationMetadata from the given finish reason and content filter metadata.
from(AnthropicApi.ChatCompletionRequest) - Static method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
 
from(AnthropicApi.Usage) - Static method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
from(AzureOpenAiAudioTranscriptionOptions.StructuredResponse) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
from(AzureOpenAiEmbeddingOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
from(AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Static method in class org.springframework.ai.bedrock.BedrockUsage
 
from(AdvisedRequest) - Static method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
 
from(AdvisedResponse) - Static method in class org.springframework.ai.chat.client.advisor.api.AdvisedResponse.Builder
 
from(ChatResponse) - Method in class org.springframework.ai.chat.model.ChatResponse.Builder
 
from(DefaultContentFormatter) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
 
from(MiniMaxApi.Usage) - Static method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
from(MistralAiApi.ChatCompletion) - Static method in class org.springframework.ai.mistralai.MistralAiChatModel
 
from(MistralAiApi.Usage) - Static method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
from(MoonshotApi.Usage) - Static method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
from(OllamaApi.ChatResponse) - Static method in class org.springframework.ai.ollama.metadata.OllamaUsage
 
from(OllamaApi.ChatResponse) - Static method in class org.springframework.ai.ollama.OllamaChatModel
 
from(OpenAiApi.Usage) - Static method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
from(OpenAiAudioApi.StructuredResponse) - Static method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
from(OpenAiAudioApi.StructuredResponse) - Static method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
from(QianFanApi.Usage) - Static method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
from(SearchRequest) - Static method in class org.springframework.ai.vectorstore.SearchRequest
Copy an existing SearchRequest instance.
from(VertexAiMultimodalEmbeddingOptions) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
from(VertexAiTextEmbeddingOptions) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
from(ZhiPuAiApi.Usage) - Static method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
fromOptions(AnthropicChatOptions) - Static method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
fromOptions(AzureOpenAiChatOptions) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
fromOptions(AnthropicChatOptions) - Static method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
fromOptions(Anthropic3ChatOptions) - Static method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
fromOptions(BedrockCohereChatOptions) - Static method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
fromOptions(BedrockAi21Jurassic2ChatOptions) - Static method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
fromOptions(BedrockLlamaChatOptions) - Static method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
fromOptions(BedrockTitanChatOptions) - Static method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
fromOptions(MiniMaxChatOptions) - Static method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
fromOptions(MistralAiChatOptions) - Static method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
fromOptions(OllamaOptions) - Static method in class org.springframework.ai.ollama.api.OllamaOptions
 
fromOptions(OpenAiChatOptions) - Static method in class org.springframework.ai.openai.OpenAiChatOptions
 
fromOptions(QianFanChatOptions) - Static method in class org.springframework.ai.qianfan.QianFanChatOptions
 
fromOptions(VertexAiGeminiChatOptions) - Static method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
fromOptions(VertexAiPaLm2ChatOptions) - Static method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
fromOptions(WatsonxAiChatOptions) - Static method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
fromOptions(WatsonxAiEmbeddingOptions) - Static method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
fromOptions(ZhiPuAiChatOptions) - Static method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
fromValue(String) - Static method in enum class org.springframework.ai.chat.messages.MessageType
 
fromValue(String) - Static method in enum class org.springframework.ai.chat.prompt.TemplateFormat
 
fromValue(String) - Static method in enum class org.springframework.ai.huggingface.model.FinishReason
 
function() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Returns the value of the function record component.
function() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Returns the value of the function record component.
function(String) - Static method in class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ToolChoiceBuilder
Specifying a particular function forces the model to call that function.
function(String) - Static method in class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest.ToolChoiceBuilder
Specifying a particular function forces the model to call that function.
function(String) - Static method in class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ToolChoiceBuilder
Specifying a particular function forces the model to call that function.
function(String, String, Class<I>, Function<I, O>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
function(String, String, Class<I>, Function<I, O>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
function(String, String, BiFunction<I, ToolContext, O>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
function(String, String, BiFunction<I, ToolContext, O>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
function(String, String, Function<I, O>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
function(String, String, Function<I, O>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
Function(String, String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Creates an instance of a Function record class.
Function(String, String, String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Create tool function definition.
Function(String, String, String) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Create tool function definition.
Function(String, String, String) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Create tool function definition.
Function(String, String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Create tool function definition.
Function(String, String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Create tool function definition.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Create tool function definition.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Creates an instance of a Function record class.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Creates an instance of a Function record class.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Creates an instance of a Function record class.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Creates an instance of a Function record class.
Function(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Creates an instance of a Function record class.
FUNCTION - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Type
Function tool type.
FUNCTION - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Type
Function tool type.
FUNCTION - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Type
Function tool type.
FUNCTION - Enum constant in enum class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Type
Function tool type.
FUNCTION - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Type
Function tool type.
FUNCTION - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Type
Function tool type.
FUNCTION(String) - Static method in class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ToolChoiceBuilder
Specifying a particular function forces the model to call that function.
FUNCTION_CALL - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
(deprecated) The model called a function.
FUNCTION_CALL - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
(deprecated) The model called a function.
FUNCTION_CALL - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
(deprecated) The model called a function.
FUNCTION_CALL - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
(deprecated) The model called a function.
FunctionCallback - Interface in org.springframework.ai.model.function
Represents a model function call handler.
functionCallbackContext - Variable in class org.springframework.ai.chat.model.AbstractToolCallSupport
The function callback context is used to resolve the function callbacks by name from the Spring context.
functionCallbackContext - Variable in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
The function callback context is used to resolve the function callbacks by name from the Spring context.
FunctionCallbackContext - Class in org.springframework.ai.model.function
A Spring ApplicationContextAware implementation that provides a way to retrieve a Function from the Spring context and wrap it into a FunctionCallback.
FunctionCallbackContext() - Constructor for class org.springframework.ai.model.function.FunctionCallbackContext
 
FunctionCallbackContext.SchemaType - Enum Class in org.springframework.ai.model.function
 
functionCallbackRegister - Variable in class org.springframework.ai.chat.model.AbstractToolCallSupport
The function callback register is used to resolve the function callbacks by name.
functionCallbackRegister - Variable in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
The function callback register is used to resolve the function callbacks by name.
functionCallbacks() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the functionCallbacks record component.
FunctionCallbackWrapper<I,O> - Class in org.springframework.ai.model.function
Note that the underlying function is responsible for converting the output into format that can be consumed by the Model.
FunctionCallbackWrapper.Builder<I,O> - Class in org.springframework.ai.model.function
 
FunctionCallingOptions - Interface in org.springframework.ai.model.function
 
FunctionCallingOptionsBuilder - Class in org.springframework.ai.model.function
FunctionCallingOptionsBuilder() - Constructor for class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
FunctionCallingOptionsBuilder.PortableFunctionCallingOptions - Class in org.springframework.ai.model.function
 
FunctionDefinition(String, String, String) - Constructor for record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Creates an instance of a FunctionDefinition record class.
functionNames() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the functionNames record component.
FunctionPromptTemplate - Class in org.springframework.ai.chat.prompt
 
FunctionPromptTemplate(String) - Constructor for class org.springframework.ai.chat.prompt.FunctionPromptTemplate
 
functions(String...) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
functions(String...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
functions(FunctionCallback...) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
functions(FunctionCallback...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
FunctionTool(MiniMaxApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Create a tool of type 'function' and the given function definition.
FunctionTool(MiniMaxApi.FunctionTool.Type, MiniMaxApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Creates an instance of a FunctionTool record class.
FunctionTool(MistralAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Create a tool of type 'function' and the given function definition.
FunctionTool(MistralAiApi.FunctionTool.Type, MistralAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Creates an instance of a FunctionTool record class.
FunctionTool(MoonshotApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Create a tool of type 'function' and the given function definition.
FunctionTool(MoonshotApi.FunctionTool.Type, MoonshotApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Creates an instance of a FunctionTool record class.
FunctionTool(OpenAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Create a tool of type 'function' and the given function definition.
FunctionTool(OpenAiApi.FunctionTool.Type, OpenAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Creates an instance of a FunctionTool record class.
FunctionTool(ZhiPuAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Create a tool of type 'function' and the given function definition.
FunctionTool(ZhiPuAiApi.FunctionTool.Type, ZhiPuAiApi.FunctionTool.Function) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Creates an instance of a FunctionTool record class.

G

gcsUri - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
The Cloud Storage location of the image to perform the embedding.
gcsUri - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
The Cloud Storage location of the video on which to perform the embedding.
GE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
GE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
GE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
GEMFIRE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
GemFireConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.gemfire
 
gemfireVectorStore(EmbeddingModel, GemFireVectorStoreProperties, GemFireConnectionDetails, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreAutoConfiguration
 
GemFireVectorStore - Class in org.springframework.ai.vectorstore
A VectorStore implementation backed by GemFire.
GemFireVectorStore(GemFireVectorStore.GemFireVectorStoreConfig, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.GemFireVectorStore
Configures and initializes a GemFireVectorStore instance based on the provided configuration.
GemFireVectorStore(GemFireVectorStore.GemFireVectorStoreConfig, EmbeddingModel, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.GemFireVectorStore
Configures and initializes a GemFireVectorStore instance based on the provided configuration.
GemFireVectorStore.CreateRequest - Class in org.springframework.ai.vectorstore
 
GemFireVectorStore.GemFireVectorStoreConfig - Class in org.springframework.ai.vectorstore
 
GemFireVectorStore.GemFireVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
GemFireVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.gemfire
 
GemFireVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreAutoConfiguration
 
GemFireVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.gemfire
 
GemFireVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
GEMINI_1_5_FLASH - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
GEMINI_1_5_PRO - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
GEMINI_PRO - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
GEMINI_PRO_VISION - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
Deprecated by Goolgle in favor of 1.5 pro and flash models.
GeminiRequest(List<Content>, GenerativeModel) - Constructor for record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Creates an instance of a GeminiRequest record class.
GEMMA - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Gemma is a lightweight model with 2 billion and 7 billion
generate(Map<String, Object>) - Method in class org.springframework.ai.reader.EmptyJsonMetadataGenerator
 
generate(Map<String, Object>) - Method in interface org.springframework.ai.reader.JsonMetadataGenerator
The input is the JSON document represented as a map, the output are the fields extracted from the input map that will be used as metadata.
generate(Usage, Observation.Context, MeterRegistry) - Static method in class org.springframework.ai.model.observation.ModelUsageMetricsGenerator
 
generate(GenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate tokens Generate tokens
generate(OllamaApi.GenerateRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Deprecated, for removal: This API element is subject to removal in a future version.
generate(WatsonxAiChatRequest) - Method in class org.springframework.ai.watsonx.api.WatsonxAiApi
 
generatedText() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns the value of the generatedText record component.
generatedText(String) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
generatedText(String) - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
generatedText(String) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
generatedToken() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Returns the value of the generatedToken record component.
GeneratedToken(String, Float, Float) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Creates an instance of a GeneratedToken record class.
generatedTokenCount() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns the value of the generatedTokenCount record component.
generatedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
generatedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Details
 
generatedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
generateId(Object...) - Method in interface org.springframework.ai.document.id.IdGenerator
Generate a unique ID for the given content.
generateId(Object...) - Method in class org.springframework.ai.document.id.JdkSha256HexIdGenerator
 
generateId(Object...) - Method in class org.springframework.ai.document.id.RandomIdGenerator
 
generateImage(StabilityAiApi.GenerateImageRequest) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi
 
GenerateImageRequest(List<StabilityAiApi.GenerateImageRequest.TextPrompts>, Integer, Integer, Float, String, String, Integer, Long, Integer, String) - Constructor for record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Creates an instance of a GenerateImageRequest record class.
GenerateImageResponse(String, List<StabilityAiApi.GenerateImageResponse.Artifacts>) - Constructor for record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Creates an instance of a GenerateImageResponse record class.
generateMessage(VertexAiPaLm2Api.GenerateMessageRequest) - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Generates a response from the model given an input.
GenerateMessageRequest(VertexAiPaLm2Api.MessagePrompt) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Shortcut constructor to create a GenerateMessageRequest with only the prompt parameter.
GenerateMessageRequest(VertexAiPaLm2Api.MessagePrompt, Double, Integer) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Shortcut constructor to create a GenerateMessageRequest with only the prompt and temperature parameters.
GenerateMessageRequest(VertexAiPaLm2Api.MessagePrompt, Double, Integer, Double, Integer) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Creates an instance of a GenerateMessageRequest record class.
GenerateMessageResponse(List<VertexAiPaLm2Api.Message>, List<VertexAiPaLm2Api.Message>, List<VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter>) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Creates an instance of a GenerateMessageResponse record class.
generateParagraphs(ParagraphManager.Paragraph, PDOutlineNode, Integer) - Method in class org.springframework.ai.reader.pdf.config.ParagraphManager
For given PDOutlineNode bookmark convert all sibling PDOutlineItem items into ParagraphManager.Paragraph instances under the parentParagraph.
GenerateParameters - Class in org.springframework.ai.huggingface.model
GenerateParameters
GenerateParameters() - Constructor for class org.springframework.ai.huggingface.model.GenerateParameters
 
GenerateRequest - Class in org.springframework.ai.huggingface.model
GenerateRequest
GenerateRequest() - Constructor for class org.springframework.ai.huggingface.model.GenerateRequest
 
GenerateRequest(String, String, boolean, Boolean) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Shortcut constructor to create a CompletionRequest without options.
GenerateRequest(String, String, Boolean) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Shortcut constructor to create a CompletionRequest without options.
GenerateRequest(String, String, String, Map<String, Object>, String, String, List<Integer>, Boolean, Boolean, List<String>, String) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Creates an instance of a GenerateRequest record class.
GenerateResponse - Class in org.springframework.ai.huggingface.model
GenerateResponse
GenerateResponse() - Constructor for class org.springframework.ai.huggingface.model.GenerateResponse
 
GenerateResponse(String, Instant, String, Boolean, List<Integer>, Duration, Duration, Integer, Duration, Integer, Duration) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Creates an instance of a GenerateResponse record class.
generateStream(GenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent Events
generateStreaming(OllamaApi.GenerateRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Deprecated, for removal: This API element is subject to removal in a future version.
generateStreaming(WatsonxAiChatRequest) - Method in class org.springframework.ai.watsonx.api.WatsonxAiApi
 
generateStreamWithHttpInfo(GenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent Events
generateWithHttpInfo(GenerateRequest) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Generate tokens Generate tokens
generation() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns the value of the generation record component.
Generation - Class in org.springframework.ai.chat.model
Represents a response returned by the AI.
Generation - Class in org.springframework.ai.moderation
The Generation class represents a response from a moderation process.
Generation() - Constructor for class org.springframework.ai.moderation.Generation
 
Generation(String) - Constructor for class org.springframework.ai.chat.model.Generation
Deprecated.
Use Generation(AssitantMessage) constructor instead.
Generation(String, String, Float, List<CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood>, CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason, Boolean, String, Integer, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Creates an instance of a Generation record class.
Generation(String, Map<String, Object>) - Constructor for class org.springframework.ai.chat.model.Generation
Deprecated.
Use Generation(AssitantMessage) constructor instead.
Generation(AssistantMessage) - Constructor for class org.springframework.ai.chat.model.Generation
 
Generation(AssistantMessage, ChatGenerationMetadata) - Constructor for class org.springframework.ai.chat.model.Generation
 
Generation(Moderation) - Constructor for class org.springframework.ai.moderation.Generation
 
Generation(Moderation, ModerationGenerationMetadata) - Constructor for class org.springframework.ai.moderation.Generation
 
GENERATION - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods
Only return likelihoods for generated tokens.
generations() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Returns the value of the generations record component.
generationTokenCount() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns the value of the generationTokenCount record component.
generationTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Returns the value of the generationTokens record component.
generativeAiInferenceClient(OCIConnectionProperties) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIGenAiAutoConfiguration
 
get() - Method in class org.springframework.ai.reader.JsonReader
 
get() - Method in class org.springframework.ai.reader.markdown.MarkdownDocumentReader
Extracts and returns a list of documents from the resource.
get() - Method in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
get() - Method in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
Reads and processes the PDF document to extract paragraphs.
get() - Method in class org.springframework.ai.reader.TextReader
 
get() - Method in class org.springframework.ai.reader.tika.TikaDocumentReader
Extracts and returns the list of documents from the resource.
get(JsonNode) - Method in class org.springframework.ai.reader.JsonReader
 
get(String) - Method in class org.springframework.ai.model.AbstractResponseMetadata
Gets an entry from the context.
get(String) - Method in class org.springframework.ai.model.MutableResponseMetadata
Gets an entry from the context.
get(String) - Method in interface org.springframework.ai.model.ResponseMetadata
Gets an entry from the context.
get(String) - Method in class org.springframework.ai.reader.JsonReader
Retrieves documents from the JSON resource using a JSON Pointer.
get(String, int) - Method in class org.springframework.ai.chat.memory.CassandraChatMemory
 
get(String, int) - Method in interface org.springframework.ai.chat.memory.ChatMemory
 
get(String, int) - Method in class org.springframework.ai.chat.memory.InMemoryChatMemory
 
get_id() - Method in class org.springframework.ai.vectorstore.HanaVectorEntity
 
getAccessKey() - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
getAccessToken() - Method in class org.springframework.ai.huggingface.invoker.auth.OAuth
 
getAccessToken() - Method in class org.springframework.ai.qianfan.api.auth.AuthApi
 
getAccessToken() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getAdditionalProperties() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getAdvisedRequest() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getAdvisorName() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getAdvisorParams() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getAdvisorRequestContext() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getAdvisorResponseContext() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getAdvisors() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
getAdvisors() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getAdvisorType() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getAnthropicVersion() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getAnthropicVersion() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getApiClient() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
 
getApiEndpoint() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
getApiEndpoint() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiParentProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getApiKey() - Method in interface org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantConnectionDetails
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
getApiKey() - Method in interface org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseConnectionDetails
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
getApiKey() - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
getAssistantColumn() - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
getATN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getATN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
getAuthentication(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Get authentications (key: authentication name, value: authentication).
getAuthenticationType() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getAuthType() - Method in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
 
getAutoTruncate() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
getAws() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getB64Json() - Method in class org.springframework.ai.image.Image
 
getBackoff() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
getBasePath() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Get the current base path
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiParentProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
 
getBaseUrl() - Method in interface org.springframework.ai.autoconfigure.ollama.OllamaConnectionDetails
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaConnectionProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getBaseUrl() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
getBeamWidth() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getBeamWidth() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getBeamWidth() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getBestOf() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get bestOf minimum: 0
getBestOfSequences() - Method in class org.springframework.ai.huggingface.model.Details
Get bestOfSequences
getBetaVersion() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
getBiFunctionArgumentClass(Class<? extends BiFunction<?, ?, ?>>, int) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Retrieves the class of a specific argument in a given function class.
getBiFunctionInputClass(Class<? extends BiFunction<?, ?, ?>>) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Returns the input class of a given function class.
getBuckets() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getBuckets() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getBuckets() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getCache() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
getCachedResource(String) - Method in class org.springframework.ai.transformers.ResourceCacheService
Get Resource representing the cached copy of the original resource.
getCachedResource(Resource) - Method in class org.springframework.ai.transformers.ResourceCacheService
Get Resource representing the cached copy of the original resource.
getCandidateCount() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getCandidateCount() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getCaPemPath() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getCategories() - Method in class org.springframework.ai.moderation.ModerationResult
 
getCategoryScores() - Method in class org.springframework.ai.moderation.ModerationResult
 
getCfgScale() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getChannelNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getCharset() - Method in class org.springframework.ai.reader.TextReader
 
getChatMemoryStore() - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
getChatOptions() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getClientKeyPath() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getClientPemPath() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getClipGuidancePreset() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getCollection(String) - Method in class org.springframework.ai.chroma.ChromaApi
 
getCollectionId() - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
getCollectionName() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreProperties
 
getCollectionName() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getCollectionName() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
getCollectionName() - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
getCollectionName() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
getCollectionName() - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
getCollectionName() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getCompartment() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
getCompartment() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
getCompletionsPath() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
getConfigPrefix() - Static method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
getConnectTimeoutMs() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getConsistencyLevel() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getConstraintName() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getContent() - Method in class org.springframework.ai.chat.messages.AbstractMessage
 
getContent() - Method in class org.springframework.ai.chat.messages.SystemMessage
 
getContent() - Method in class org.springframework.ai.chat.messages.UserMessage
 
getContent() - Method in class org.springframework.ai.document.Document
 
getContent() - Method in interface org.springframework.ai.model.Content
Get the content of the message.
getContentColumnName() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getContentFieldName() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getContentFilterMetadata() - Method in interface org.springframework.ai.chat.metadata.ChatGenerationMetadata
Returns the underlying AI provider metadata for filtering applied to generation content.
getContentFilterMetadata() - Method in interface org.springframework.ai.chat.metadata.PromptMetadata.PromptFilterMetadata
Returns the underlying AI provider metadata for filtering applied to prompt content.
getContentFormatter() - Method in class org.springframework.ai.document.Document
 
getContents() - Method in class org.springframework.ai.chat.prompt.Prompt
 
getContext() - Method in class org.springframework.ai.chat.model.ToolContext
Returns the immutable context map.
getContextualName(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
getContextualName(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
getContextualName(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
getContextualName(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
getContextualName(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
getContextualName(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
getConversionService() - Method in class org.springframework.ai.converter.AbstractConversionServiceOutputConverter
 
getConversionService() - Method in class org.springframework.ai.parser.AbstractConversionServiceOutputParser
Deprecated.
 
getCountPenaltyOptions() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the count penalty object.
getCreated() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
getCreated() - Method in class org.springframework.ai.image.ImageResponseMetadata
 
getCredentialsUri() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
getCredentialsUri() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getCustomHeaders() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
getCustomMetadata() - Method in class org.springframework.ai.reader.TextReader
Metadata associated with all documents created by the loader.
getData() - Method in class org.springframework.ai.model.Media
Get the media data object
getDatabaseName() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getDatabaseName() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getDatabaseSystem() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getDataList() - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
getDateFormat() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Get the date format used to parse/format date parameters.
getDecodingMethod() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getDefaultOptions() - Method in class org.springframework.ai.anthropic.AnthropicChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatModel
 
getDefaultOptions() - Method in interface org.springframework.ai.chat.model.ChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.huggingface.HuggingfaceChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.minimax.MiniMaxChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.mistralai.MistralAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.moonshot.MoonshotChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.ollama.OllamaChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.openai.OpenAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.openai.OpenAiModerationModel
 
getDefaultOptions() - Method in class org.springframework.ai.qianfan.QianFanChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.watsonx.WatsonxAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageModel
 
getDefaultSimilarityThreshold() - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
getDefaultTopK() - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getDescription() - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
getDescription() - Method in interface org.springframework.ai.model.function.FunctionCallback
 
getDescription() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
 
getDescription() - Method in interface org.springframework.ai.model.ModelDescription
 
getDescription() - Method in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
getDescription() - Method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
 
getDescription() - Method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
 
getDetails() - Method in class org.springframework.ai.huggingface.model.GenerateResponse
Get details
getDetails() - Method in class org.springframework.ai.huggingface.model.StreamResponse
Get details
getDimensions() - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
getDimensions() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
getDimensions() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getDimensions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
getDimensions() - Method in interface org.springframework.ai.embedding.EmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
getDimensions() - Method in interface org.springframework.ai.model.EmbeddingModelDescription
 
getDimensions() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
Not used by OCI GenAI.
getDimensions() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getDimensions() - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
getDimensions() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getDimensions() - Method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
 
getDimensions() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
getDimensions() - Method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
 
getDimensions() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
getDimensions() - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
 
getDirectory() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Cache
 
getDisallowSchemaCreation() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
Deprecated.
getDistanceMetadataFieldName() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getDistanceType() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getDistanceType() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
getDistanceType() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getDistanceType() - Method in class org.springframework.ai.vectorstore.PgVectorStore
 
getDockerComposeConnectionDetails(DockerComposeConnectionSource) - Method in class org.springframework.ai.docker.compose.service.connection.typesense.TypesenseDockerComposeConnectionDetailsFactory
 
getDockerLabel() - Method in class org.springframework.ai.huggingface.model.Info
Get dockerLabel
getDocumentData() - Method in class org.springframework.ai.embedding.EmbeddingResultMetadata
 
getDocumentId() - Method in class org.springframework.ai.embedding.EmbeddingResultMetadata
 
getDoSample() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getEmbedding() - Method in class org.springframework.ai.document.Document
 
getEmbeddingColumnName() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getEmbeddingDimension() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getEmbeddingDimension() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getEmbeddingDimension() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
getEmbeddingEndpoint() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getEmbeddingOptions() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
getEmbeddingProperty() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
GetEmbeddingResponse(List<String>, List<float[]>, List<String>, List<Map<String, String>>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Creates an instance of a GetEmbeddingResponse record class.
getEmbeddings(String, ChromaApi.GetEmbeddingsRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
getEmbeddingsPath() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
GetEmbeddingsRequest(List<String>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>, int, int) - Constructor for record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>, int, int, List<ChromaApi.QueryRequest.Include>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Creates an instance of a GetEmbeddingsRequest record class.
getEncodingFormat() - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
getEncodingFormat() - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
getEndpoint() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
getEndpoint() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getEndpointName(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
getEnhancements() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getEntity() - Method in record class org.springframework.ai.chat.client.ResponseEntity
 
getEnvironment() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getError() - Method in class org.springframework.ai.huggingface.model.ErrorResponse
Get error
getErrorType() - Method in class org.springframework.ai.huggingface.model.ErrorResponse
Get errorType
getExcludedEmbedMetadataKeys() - Method in class org.springframework.ai.document.DefaultContentFormatter
 
getExcludedInferenceMetadataKeys() - Method in class org.springframework.ai.document.DefaultContentFormatter
 
getExcludeOnHttpCodes() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
getExpiresIn() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getF16KV() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getFeedback() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
getFieldName() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getFields() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getFields() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getFields() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getFile() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getFilterExpression() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
getFilterField() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getFingerprint() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getFinishReason() - Method in interface org.springframework.ai.chat.metadata.ChatGenerationMetadata
Get the reason this choice completed for the generation.
getFinishReason() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get finishReason
getFinishReason() - Method in class org.springframework.ai.huggingface.model.Details
Get finishReason
getFinishReason() - Method in class org.springframework.ai.huggingface.model.StreamDetails
Get finishReason
getFinishReason() - Method in class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
getFixedThreadPoolExecutorSize() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getFormat() - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
getFormat() - Method in class org.springframework.ai.converter.BeanOutputConverter
Provides the expected format of the response, instructing that it should adhere to the generated JSON schema.
getFormat() - Method in interface org.springframework.ai.converter.FormatProvider
 
getFormat() - Method in class org.springframework.ai.converter.ListOutputConverter
 
getFormat() - Method in class org.springframework.ai.converter.MapOutputConverter
 
getFormat() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getFormat() - Method in class org.springframework.ai.parser.BeanOutputParser
Deprecated.
Provides the expected format of the response, instructing that it should adhere to the generated JSON schema.
getFormat() - Method in interface org.springframework.ai.parser.FormatProvider
Deprecated.
 
getFormat() - Method in class org.springframework.ai.parser.ListOutputParser
Deprecated.
 
getFormat() - Method in class org.springframework.ai.parser.MapOutputParser
Deprecated.
 
getFormattedContent() - Method in class org.springframework.ai.document.Document
 
getFormattedContent(ContentFormatter, MetadataMode) - Method in class org.springframework.ai.document.Document
Helper content extractor that uses and external ContentFormatter.
getFormattedContent(MetadataMode) - Method in class org.springframework.ai.document.Document
 
getFrequencyPenalty() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getFrequencyPenalty() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getFrequencyPenaltyOptions() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the frequency penalty object.
getFunctionArgumentClass(Class<? extends Function<?, ?>>, int) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Retrieves the class of a specific argument in a given function class.
getFunctionArgumentType(Class<? extends Function<?, ?>>, int) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Retrieves the type of a specific argument in a given function class.
getFunctionArgumentType(Type, int) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Retrieves the type of a specific argument in a given function type.
getFunctionCallback(String, String) - Method in class org.springframework.ai.model.function.FunctionCallbackContext
 
getFunctionCallbackRegister() - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
getFunctionCallbackRegister() - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
getFunctionCallbacks() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getFunctionCallbacks() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getFunctionCallbacks() - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
Function Callbacks to be registered with the ChatModel.
getFunctionCallbacks() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getFunctionInputClass(Class<? extends Function<?, ?>>) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Returns the input class of a given function class.
getFunctionInputType(Class<? extends Function<?, ?>>) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Returns the input type of a given function class.
getFunctionNames() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getFunctionOutputClass(Class<? extends Function<?, ?>>) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Returns the output class of a given function class.
getFunctionOutputType(Class<? extends Function<?, ?>>) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Retrieves the output type of a given function class.
getFunctions() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getFunctions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getFunctions() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getFunctions() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getFunctions() - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
getFunctions() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getFunctions() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getFunctions() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getFunctions() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getFunctions() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getFunctions() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getGeneratedText() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get generatedText
getGeneratedText() - Method in class org.springframework.ai.huggingface.model.GenerateResponse
Get generatedText
getGeneratedText() - Method in class org.springframework.ai.huggingface.model.StreamResponse
Get generatedText
getGeneratedTokens() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get generatedTokens minimum: 0
getGeneratedTokens() - Method in class org.springframework.ai.huggingface.model.Details
Get generatedTokens minimum: 0
getGeneratedTokens() - Method in class org.springframework.ai.huggingface.model.StreamDetails
Get generatedTokens minimum: 0
getGenerationTokens() - Method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
getGenerationTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
getGenerationTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
getGenerationTokens() - Method in class org.springframework.ai.bedrock.BedrockUsage
 
getGenerationTokens() - Method in class org.springframework.ai.chat.metadata.EmptyUsage
 
getGenerationTokens() - Method in interface org.springframework.ai.chat.metadata.Usage
Returns the number of tokens returned in the generation (aka completion) of the AI's response.
getGenerationTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
 
getGenerationTokens() - Method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
getGenerationTokens() - Method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
getGenerationTokens() - Method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
getGenerationTokens() - Method in class org.springframework.ai.ollama.metadata.OllamaUsage
 
getGenerationTokens() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
getGenerationTokens() - Method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
getGenerationTokens() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUsage
 
getGenerationTokens() - Method in class org.springframework.ai.vertexai.gemini.metadata.VertexAiUsage
 
getGenerationTokens() - Method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
getGoogleSearchRetrieval() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getGpuDeviceId() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
getGrammarFileName() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getGrammarFileName() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
getGranularityType() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getGranularityType() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getHarassment() - Method in class org.springframework.ai.moderation.CategoryScores
 
getHarassmentThreatening() - Method in class org.springframework.ai.moderation.CategoryScores
 
getHate() - Method in class org.springframework.ai.moderation.CategoryScores
 
getHateThreatening() - Method in class org.springframework.ai.moderation.CategoryScores
 
getHeaders() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getHeight() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getHeight() - Method in interface org.springframework.ai.image.ImageOptions
 
getHeight() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getHeight() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getHeight() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getHeight() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getHighCardinalityKeyValues(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
getHighCardinalityKeyValues(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
getHighCardinalityKeyValues(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
getHighCardinalityKeyValues(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
getHighCardinalityKeyValues(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
getHighCardinalityKeyValues(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaConnectionDetails
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireConnectionDetails
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientConnectionDetails
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantConnectionDetails
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseConnectionDetails
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
getHost() - Method in interface org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateConnectionDetails
 
getHost() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getHttpHeaders() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getIAMToken() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getId() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
A unique identifier for the chat completion operation.
getId() - Method in class org.springframework.ai.document.Document
 
getId() - Method in class org.springframework.ai.huggingface.model.PrefillToken
Get id minimum: 0
getId() - Method in class org.springframework.ai.huggingface.model.Token
Get id minimum: 0
getId() - Method in class org.springframework.ai.moderation.Moderation
 
getIdleTimeoutMs() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getIdProperty() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getIndex() - Method in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
getIndex() - Method in class org.springframework.ai.embedding.Embedding
 
getIndex() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getIndexName() - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
getIndexName() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getIndexName() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getIndexParameters() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getIndexType() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getIndexType() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
getIndexType() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getInitialInterval() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
getInput() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
getInput() - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest
 
getInputs() - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
Get inputs
getInputs() - Method in class org.springframework.ai.huggingface.model.GenerateRequest
Get inputs
getInputs() - Method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest
 
getInputType() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
getInputType() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getInputType() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
getInputType() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
getInputTypeSchema() - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
getInputTypeSchema() - Method in interface org.springframework.ai.model.function.FunctionCallback
 
getInputTypeSchema() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
 
getInputVariables() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
getInstructions() - Method in class org.springframework.ai.audio.transcription.AudioTranscriptionPrompt
 
getInstructions() - Method in class org.springframework.ai.chat.prompt.Prompt
 
getInstructions() - Method in class org.springframework.ai.embedding.DocumentEmbeddingRequest
 
getInstructions() - Method in class org.springframework.ai.embedding.EmbeddingRequest
 
getInstructions() - Method in class org.springframework.ai.image.ImagePrompt
 
getInstructions() - Method in interface org.springframework.ai.model.ModelRequest
Retrieves the instructions or input required by the AI model.
getInstructions() - Method in class org.springframework.ai.moderation.ModerationPrompt
 
getInstructions() - Method in class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
getJedis() - Method in class org.springframework.ai.vectorstore.RedisVectorStore
 
getJsonContentHeaders(String) - Static method in class org.springframework.ai.util.api.ApiUtils
 
getJsonPropertyValues(Class<?>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Returns the list of name values of the JsonProperty annotations.
getJsonSchema() - Method in class org.springframework.ai.converter.BeanOutputConverter
Provides the generated JSON schema for the target type.
getJsonSchema(Class<?>, boolean) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Generates JSON Schema (version 2020_12) for the given class.
getKeepAlive() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getKeepAliveTimeMs() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getKeepAliveTimeoutMs() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getKeyspace() - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
getKeyspace() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getKeyToken() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
getKeyToken() - Method in interface org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaConnectionDetails
 
getKwargs() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getLabel() - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
getLanguage() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getLanguage() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getLocation() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
getLocation() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getLocation() - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
getLocation() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
getLogitBias() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getLogitBias() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getLogitBias() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getLogitsAll() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getLogprob() - Method in class org.springframework.ai.huggingface.model.PrefillToken
Get logprob
getLogprob() - Method in class org.springframework.ai.huggingface.model.Token
Get logprob
getLogprobs() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getLowCardinalityKeyValues(AdvisorObservationContext) - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
getLowCardinalityKeyValues(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
getLowCardinalityKeyValues(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
getLowCardinalityKeyValues(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
getLowCardinalityKeyValues(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
getLowCardinalityKeyValues(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
getLowVRAM() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getMainGPU() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getMappingJson() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getMaskSensitiveInfo() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getMaxAttempts() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
getMaxBatchTotalTokens() - Method in class org.springframework.ai.huggingface.model.Info
Get maxBatchTotalTokens minimum: 0
getMaxBestOf() - Method in class org.springframework.ai.huggingface.model.Info
Get maxBestOf minimum: 0
getMaxCompletionTokens() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getMaxConcurrentRequests() - Method in class org.springframework.ai.huggingface.model.Info
Router Parameters minimum: 0
getMaxConnections() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getMaxConnections() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getMaxConnections() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getMaxDocumentBatchSize() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getMaxGenLen() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getMaxInputLength() - Method in class org.springframework.ai.huggingface.model.Info
Get maxInputLength minimum: 0
getMaxInterval() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
getMaxNewTokens() - Method in class org.springframework.ai.huggingface.HuggingfaceChatModel
Gets the maximum number of new tokens to be generated.
getMaxNewTokens() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get maxNewTokens minimum: 0
getMaxNewTokens() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getMaxOutputTokens() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getMaxStopSequences() - Method in class org.springframework.ai.huggingface.model.Info
Get maxStopSequences minimum: 0
getMaxTokenCount() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the maximum number of tokens to generate per result.
getMaxTokens() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getMaxTokens() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getMaxTokens() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getMaxTokens() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getMaxTokensToSample() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getMaxTotalTokens() - Method in class org.springframework.ai.huggingface.model.Info
Get maxTotalTokens minimum: 0
getMaxWaitingTokens() - Method in class org.springframework.ai.huggingface.model.Info
Get maxWaitingTokens minimum: 0
getMedia() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getMedia() - Method in class org.springframework.ai.chat.messages.UserMessage
 
getMedia() - Method in class org.springframework.ai.document.Document
 
getMedia() - Method in interface org.springframework.ai.model.MediaContent
Get the media associated with the content.
getMedia(String...) - Method in class org.springframework.ai.chat.messages.UserMessage
 
getMessageConverter() - Method in class org.springframework.ai.converter.AbstractMessageOutputConverter
 
getMessageConverter() - Method in class org.springframework.ai.parser.AbstractMessageConverterOutputParser
Deprecated.
 
getMessages() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getMessageType() - Method in class org.springframework.ai.chat.messages.AbstractMessage
 
getMessageType() - Method in interface org.springframework.ai.chat.messages.Message
 
getMetadata() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getMetadata() - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
getMetadata() - Method in class org.springframework.ai.audio.transcription.AudioTranscriptionResponse
 
getMetadata() - Method in class org.springframework.ai.chat.messages.AbstractMessage
 
getMetadata() - Method in class org.springframework.ai.chat.model.ChatResponse
 
getMetadata() - Method in class org.springframework.ai.chat.model.Generation
 
getMetadata() - Method in class org.springframework.ai.document.Document
 
getMetadata() - Method in class org.springframework.ai.embedding.Embedding
 
getMetadata() - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
getMetadata() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
getMetadata() - Method in class org.springframework.ai.image.ImageGeneration
 
getMetadata() - Method in class org.springframework.ai.image.ImageResponse
 
getMetadata() - Method in interface org.springframework.ai.model.Content
return Get the metadata associated with the content.
getMetadata() - Method in interface org.springframework.ai.model.ModelResponse
Retrieves the response metadata associated with the AI model's response.
getMetadata() - Method in interface org.springframework.ai.model.ModelResult
Retrieves the metadata associated with the result of an AI model.
getMetadata() - Method in class org.springframework.ai.moderation.Generation
 
getMetadata() - Method in class org.springframework.ai.moderation.ModerationResponse
 
getMetadata() - Method in class org.springframework.ai.openai.audio.speech.Speech
 
getMetadata() - Method in class org.springframework.ai.openai.audio.speech.SpeechResponse
 
getMetadataFieldsToFilter() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
getMetadataMode() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
getMetadataMode() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getMetadataSeparator() - Method in class org.springframework.ai.document.DefaultContentFormatter
 
getMetadataTemplate() - Method in class org.springframework.ai.document.DefaultContentFormatter
 
getMetricType() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
getMimeType() - Method in class org.springframework.ai.embedding.EmbeddingResultMetadata
 
getMimeType() - Method in class org.springframework.ai.model.Media
 
getMimeType(File) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMimeType(String) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMimeType(URI) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMimeType(URL) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMimeType(Path) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMimeType(Resource) - Static method in class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
getMinNewTokens() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getMinTokens() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the minimum number of tokens to generate per result.
getMirostat() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getMirostatEta() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getMirostatTau() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getModalityType() - Method in class org.springframework.ai.embedding.EmbeddingResultMetadata
 
getModalityType(MimeType) - Static method in class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityUtils
Infers the EmbeddingResultMetadata.ModalityType of the source data used to generate the embedding using the source data MimeType.
getMode() - Method in enum class org.springframework.ai.autoconfigure.oci.genai.ServingMode
 
getModel() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getModel() - Method in interface org.springframework.ai.audio.transcription.AudioTranscriptionOptions
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
getModel() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getModel() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getModel() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
The model that handled the request.
getModel() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getModel() - Method in interface org.springframework.ai.embedding.EmbeddingOptions
 
getModel() - Method in class org.springframework.ai.embedding.EmbeddingResponseMetadata
The model that handled the request.
getModel() - Method in interface org.springframework.ai.image.ImageOptions
 
getModel() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getModel() - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getModel() - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getModel() - Method in class org.springframework.ai.moderation.Moderation
 
getModel() - Method in interface org.springframework.ai.moderation.ModerationOptions
 
getModel() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getModel() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getModel() - Method in class org.springframework.ai.openai.OpenAiModerationOptions
 
getModel() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getModel() - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getModel() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getModel() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getModel() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getModel() - Method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest
 
getModel() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getModel() - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getModel() - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getModel(String) - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Returns the model details.
getModelDeviceType() - Method in class org.springframework.ai.huggingface.model.Info
Get modelDeviceType
getModelDtype() - Method in class org.springframework.ai.huggingface.model.Info
Get modelDtype
getModelId() - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
 
getModelId() - Method in class org.springframework.ai.huggingface.model.Info
Model info
getModelId() - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest
 
getModelInfo() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Text Generation Inference endpoint info Text Generation Inference endpoint info
getModelInfoWithHttpInfo() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Text Generation Inference endpoint info Text Generation Inference endpoint info
getModelOutputName() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
getModelPipelineTag() - Method in class org.springframework.ai.huggingface.model.Info
Get modelPipelineTag
getModelSha() - Method in class org.springframework.ai.huggingface.model.Info
Get modelSha
getModelUri() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
getModeNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getMultiplier() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
getN() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getN() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getN() - Method in interface org.springframework.ai.image.ImageOptions
 
getN() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getN() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getN() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getN() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getN() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getN() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getN() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getName() - Method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
 
getName() - Method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
 
getName() - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
getName() - Method in interface org.springframework.ai.chat.client.advisor.api.Advisor
 
getName() - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
getName() - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
getName() - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
getName() - Method in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
getName() - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
getName() - Method in interface org.springframework.ai.chat.client.RequestResponseAdvisor
Deprecated.
 
getName() - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
getName() - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
getName() - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
getName() - Method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
getName() - Method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
getName() - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
getName() - Method in interface org.springframework.ai.model.function.FunctionCallback
 
getName() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
 
getName() - Method in interface org.springframework.ai.model.ModelDescription
 
getName() - Method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
 
getName() - Method in enum class org.springframework.ai.ollama.api.OllamaModel
 
getName() - Method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
 
getName() - Method in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
getName() - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
getName() - Method in interface org.springframework.ai.vectorstore.VectorStore
 
getName() - Method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
 
getName() - Method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
 
getName() - Method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
getName() - Method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
getNamespace() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getNamespace() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getNumBatch() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getNumCtx() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getNumGenerations() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getNumGPU() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getNumKeep() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getNumPredict() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getNumResults() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the number of completions to sample and return.
getNumThread() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getObjectClass() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getObjectMapper() - Method in class org.springframework.ai.converter.BeanOutputConverter
Configures and returns an object mapper for JSON operations.
getObjectMapper() - Method in class org.springframework.ai.parser.BeanOutputParser
Deprecated.
Configures and returns an object mapper for JSON operations.
getObservations() - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties
 
getOnHttpCodes() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
getOnnx() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
getOpenAiApiKey() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
getOperationMetadata() - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
getOperationMetadata() - Method in class org.springframework.ai.model.observation.ModelObservationContext
 
getOperationName() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getOperationType() - Method in class org.springframework.ai.image.observation.ImageModelObservationContext
 
getOptions() - Method in class org.springframework.ai.audio.transcription.AudioTranscriptionPrompt
 
getOptions() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiModerationProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Tokenizer
 
getOptions() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
getOptions() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
getOptions() - Method in class org.springframework.ai.chat.prompt.Prompt
 
getOptions() - Method in class org.springframework.ai.embedding.DocumentEmbeddingRequest
 
getOptions() - Method in class org.springframework.ai.embedding.EmbeddingRequest
 
getOptions() - Method in class org.springframework.ai.image.ImagePrompt
 
getOptions() - Method in interface org.springframework.ai.model.ModelRequest
Retrieves the customizable options for AI model interactions.
getOptions() - Method in class org.springframework.ai.moderation.ModerationPrompt
 
getOptions() - Method in class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
getOptions() - Method in class org.springframework.ai.stabilityai.StabilityAiImageModel
 
getOrDefault(Object, T) - Method in class org.springframework.ai.model.AbstractResponseMetadata
Returns an element or default if not present.
getOrDefault(Object, T) - Method in class org.springframework.ai.model.MutableResponseMetadata
Returns an element or default if not present.
getOrDefault(Object, T) - Method in interface org.springframework.ai.model.ResponseMetadata
Returns an element or default if not present.
getOrDefault(String, Supplier<T>) - Method in interface org.springframework.ai.model.ResponseMetadata
Returns an element or default if not present.
getOrder() - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor
 
getOrder() - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
getOrder() - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
getOrder() - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
getOrder() - Method in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
getOrganizationId() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
getOutput() - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
getOutput() - Method in class org.springframework.ai.chat.model.Generation
 
getOutput() - Method in class org.springframework.ai.embedding.Embedding
 
getOutput() - Method in class org.springframework.ai.image.ImageGeneration
 
getOutput() - Method in interface org.springframework.ai.model.ModelResult
Retrieves the output generated by the AI model.
getOutput() - Method in class org.springframework.ai.moderation.Generation
 
getOutput() - Method in class org.springframework.ai.openai.audio.speech.Speech
 
getParagraphsByLevel(ParagraphManager.Paragraph, int, boolean) - Method in class org.springframework.ai.reader.pdf.config.ParagraphManager
 
getParallelToolCalls() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getParameters() - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
Get parameters
getParameters() - Method in class org.springframework.ai.huggingface.model.GenerateRequest
Get parameters
getParameters() - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest
 
getParamName() - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
getParams() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
getPassPhrase() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getPassword() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
getPassword() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getPassword() - Method in interface org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchConnectionDetails
 
getPassword() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getPassword() - Method in class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
getPathName() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
getPenalizeNewline() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getPort() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
getPort() - Method in interface org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaConnectionDetails
 
getPort() - Method in interface org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireConnectionDetails
 
getPort() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getPort() - Method in interface org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientConnectionDetails
 
getPort() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getPort() - Method in interface org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantConnectionDetails
 
getPort() - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
getPort() - Method in interface org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseConnectionDetails
 
getPort() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
getPredictionServiceSettings() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
getPredictRequestBuilder(EmbeddingRequest, EndpointName, VertexAiTextEmbeddingOptions) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
getPrefill() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get prefill
getPrefill() - Method in class org.springframework.ai.huggingface.model.Details
Get prefill
getPrefix() - Method in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
getPresencePenalty() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getPresencePenalty() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getPresencePenalty() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getPresencePenalty() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getPresencePenalty() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getPresencePenaltyOptions() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the presence penalty object.
getPrivateKey() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getProfile() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getProjectId() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
getProjectId() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getProjectId() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
getProjectId() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getProjectId() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getProjectId() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
getPrompt() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getPrompt() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the prompt text for the model to continue.
getPrompt() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getPromptIndex() - Method in interface org.springframework.ai.chat.metadata.PromptMetadata.PromptFilterMetadata
Index of the prompt filter metadata contained in the AI response.
getPromptMetadata() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
Returns the prompt metadata gathered by the AI during request processing.
getPromptTokens() - Method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
getPromptTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
getPromptTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
getPromptTokens() - Method in class org.springframework.ai.bedrock.BedrockUsage
 
getPromptTokens() - Method in class org.springframework.ai.chat.metadata.EmptyUsage
 
getPromptTokens() - Method in interface org.springframework.ai.chat.metadata.Usage
Returns the number of tokens used in the prompt of the AI request.
getPromptTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
 
getPromptTokens() - Method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
getPromptTokens() - Method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
getPromptTokens() - Method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
getPromptTokens() - Method in class org.springframework.ai.ollama.metadata.OllamaUsage
 
getPromptTokens() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
getPromptTokens() - Method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
getPromptTokens() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUsage
 
getPromptTokens() - Method in class org.springframework.ai.vertexai.gemini.metadata.VertexAiUsage
 
getPromptTokens() - Method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
getProtocol() - Method in interface org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseConnectionDetails
 
getProtocol() - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
getProxyToolCalls() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getProxyToolCalls() - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getPublisher() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
getQuality() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getQuality() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getQuery() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
getQueryRequest() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getQueryResponse() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getRandomSeed() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getRandomSeed() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getRateLimit() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
Returns AI provider specific metadata on rate limits.
getRateLimit() - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
getRateLimit() - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
getRawMap() - Method in class org.springframework.ai.model.MutableResponseMetadata
 
getReasoningTokens() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
getRefreshTime() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getRefreshToken() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getRegion() - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
getRegion() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getRegion() - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
 
getRegions() - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Get the list of regions that have been setup.
getRepeatLastN() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getRepeatPenalty() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getRepetitionPenalty() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get repetitionPenalty
getRepetitionPenalty() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getRequest() - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
getRequest() - Method in class org.springframework.ai.model.observation.ModelObservationContext
 
getRequestId() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getRequestOptions() - Method in class org.springframework.ai.chat.observation.ChatModelObservationContext
 
getRequestOptions() - Method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext
 
getRequestOptions() - Method in class org.springframework.ai.image.observation.ImageModelObservationContext
 
getRequestsLimit() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getRequestsLimit() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getRequestsLimit() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the maximum number of requests that are permitted before exhausting the rate limit.
getRequestsLimit() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getRequestsRemaining() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getRequestsRemaining() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getRequestsRemaining() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the remaining number of requests that are permitted before exhausting the rate limit.
getRequestsRemaining() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getRequestsReset() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getRequestsReset() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getRequestsReset() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the time until the rate limit (based on requests) resets to its initial state.
getRequestsReset() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getRequired(Object) - Method in class org.springframework.ai.model.AbstractResponseMetadata
Gets an entry from the context.
getRequired(Object) - Method in class org.springframework.ai.model.MutableResponseMetadata
Gets an entry from the context.
getRequired(Object) - Method in interface org.springframework.ai.model.ResponseMetadata
Gets an entry from the context.
getResourceIdentifier(Resource) - Method in class org.springframework.ai.reader.TextReader
 
getResponse() - Method in record class org.springframework.ai.chat.client.ResponseEntity
 
getResponse() - Method in class org.springframework.ai.model.observation.ModelObservationContext
 
getResponseContent() - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getResponseFormat() - Method in interface org.springframework.ai.image.ImageOptions
 
getResponseFormat() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
getResponseFormat() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getResponseFormat() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getResponseFormat() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getResponseFormat() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getResponseFormat() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getResponseMimeType() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getResponses() - Method in class org.springframework.ai.chat.messages.ToolResponseMessage
 
getResponseType() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
getResponseType() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
getResult() - Method in class org.springframework.ai.audio.transcription.AudioTranscriptionResponse
 
getResult() - Method in class org.springframework.ai.chat.model.ChatResponse
 
getResult() - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
getResult() - Method in class org.springframework.ai.image.ImageResponse
 
getResult() - Method in interface org.springframework.ai.model.ModelResponse
Retrieves the result of the AI model.
getResult() - Method in class org.springframework.ai.moderation.ModerationResponse
 
getResult() - Method in class org.springframework.ai.openai.audio.speech.SpeechResponse
 
getResults() - Method in class org.springframework.ai.audio.transcription.AudioTranscriptionResponse
 
getResults() - Method in class org.springframework.ai.chat.model.ChatResponse
getResults() - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
getResults() - Method in class org.springframework.ai.image.ImageResponse
getResults() - Method in interface org.springframework.ai.model.ModelResponse
Retrieves the list of generated outputs by the AI model.
getResults() - Method in class org.springframework.ai.moderation.Moderation
 
getResults() - Method in class org.springframework.ai.moderation.ModerationResponse
 
getResults() - Method in class org.springframework.ai.openai.audio.speech.SpeechResponse
 
getReturnEmbeddings() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getReturnLikelihoods() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getRevisedPrompt() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
getRevisedPrompt() - Method in class org.springframework.ai.openai.metadata.OpenAiImageGenerationMetadata
 
getRpcDeadlineMs() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.BooleanExpressionContext
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantContext
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
getRuleIndex() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
getRuleNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getRuleNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
getSafePrompt() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getSampler() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getSchemaName() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getScheme() - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
getScope() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getScopes() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getScore() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
getSearchAccuracy() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
getSecretKey() - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
getSecretKey() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
getSeed() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getSeed() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get seed minimum: 0
getSeed() - Method in class org.springframework.ai.huggingface.model.Details
Get seed minimum: 0
getSeed() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get seed minimum: 0
getSeed() - Method in class org.springframework.ai.huggingface.model.StreamDetails
Get seed minimum: 0
getSeed() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getSeed() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getSeed() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getSeed() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getSeed() - Method in class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
getSelfHarm() - Method in class org.springframework.ai.moderation.CategoryScores
 
getSelfHarmInstructions() - Method in class org.springframework.ai.moderation.CategoryScores
 
getSelfHarmIntent() - Method in class org.springframework.ai.moderation.CategoryScores
 
getSerializedATN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getSerializedATN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
getServerName() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getServerPemPath() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getServerSideTimeout() - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
getServingMode() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
getServingMode() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
getSessionKey() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getSessionSecret() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
getSexual() - Method in class org.springframework.ai.moderation.CategoryScores
 
getSexualMinors() - Method in class org.springframework.ai.moderation.CategoryScores
 
getSha() - Method in class org.springframework.ai.huggingface.model.Info
Get sha
getSimilarity() - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
getSimilarity() - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
getSimilarityMetric() - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
getSimilarityThreshold() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
getSize() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getSize() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getSize() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getSpeed() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
getSteps() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getStop() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getStop() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get stop
getStop() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getStop() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getStop() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getStop() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getStop() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getStop() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getStop() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getStopSequences() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getStopSequences() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getStopSequences() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getStopSequences() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the stop sequences for stopping decoding if any of the strings is generated.
getStopSequences() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getStopSequences() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getStopSequences() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getStopSequences() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getStopSequences() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getStopSequences() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getStopSequences() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getStopSequences() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getStopSequences() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getStopSequences() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getStreamEndpoint() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getStreamOptions() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getStreamUsage() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getStyle() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getStyle() - Method in interface org.springframework.ai.image.ImageOptions
 
getStyle() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getStyle() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getStyle() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getStyle() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getStylePreset() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getSystemParams() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getSystemText() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getTable() - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
getTable() - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
getTableName() - Method in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
getTableName() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
getTableName() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
getTableName() - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig
 
getTableName() - Method in class org.springframework.ai.vectorstore.OracleVectorStore
 
getTaskType() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
getTemperature() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getTemperature() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getTemperature() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTemperature() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getTemperature() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getTemperature() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getTemperature() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the temperature for modifying the token sampling distribution.
getTemperature() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getTemperature() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getTemperature() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getTemperature() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get temperature
getTemperature() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getTemperature() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getTemperature() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getTemperature() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getTemperature() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getTemperature() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
getTemperature() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getTemperature() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getTemperature() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getTemperature() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getTemperature() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getTemperature() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getTemplate() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
getTemplateFormat() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
getTenantId() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getText() - Method in class org.springframework.ai.huggingface.model.PrefillToken
Get text
getText() - Method in class org.springframework.ai.huggingface.model.Token
Get text
getText() - Method in class org.springframework.ai.image.ImageMessage
 
getText() - Method in class org.springframework.ai.moderation.ModerationMessage
 
getText() - Method in class org.springframework.ai.openai.audio.speech.SpeechMessage
Returns the text of this speech message.
getText(String) - Static method in class org.springframework.ai.ResourceUtils
Retrieves the content of a resource as a UTF-8 encoded string.
getTextBetweenParagraphs(ParagraphManager.Paragraph, ParagraphManager.Paragraph) - Method in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
 
getTextContent(List<MiniMaxApi.ChatCompletionMessage.MediaContent>) - Static method in class org.springframework.ai.minimax.api.MiniMaxApi
 
getTextContent(List<OpenAiApi.ChatCompletionMessage.MediaContent>) - Static method in class org.springframework.ai.openai.api.OpenAiApi
 
getTextContent(List<ZhiPuAiApi.ChatCompletionMessage.MediaContent>) - Static method in class org.springframework.ai.zhipuai.api.ZhiPuAiApi
 
getTextEndpoint() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
getTextForRegion(String) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Get the text for the region, this should be called after extractRegions().
getTextTemplate() - Method in class org.springframework.ai.document.DefaultContentFormatter
 
getTfsZ() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getTimeout() - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
getTimeToLiveSeconds() - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
getTitle() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
getToken() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getToken() - Method in class org.springframework.ai.huggingface.model.StreamResponse
Get token
getTokenizer() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
getTokenNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
Deprecated.
getTokenNames() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
Deprecated.
getTokens() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
Get tokens
getTokens() - Method in class org.springframework.ai.huggingface.model.Details
Get tokens
getTokensLimit() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getTokensLimit() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getTokensLimit() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the maximum number of tokens that are permitted before exhausting the rate limit.
getTokensLimit() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getTokensRemaining() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getTokensRemaining() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getTokensRemaining() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the remaining number of tokens that are permitted before exhausting the rate limit.
getTokensRemaining() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getTokensReset() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
getTokensReset() - Method in class org.springframework.ai.chat.metadata.EmptyRateLimit
 
getTokensReset() - Method in interface org.springframework.ai.chat.metadata.RateLimit
Returns the time until the rate limit (based on tokens) resets to its initial state.
getTokensReset() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
getToolCalls() - Method in class org.springframework.ai.chat.messages.AssistantMessage
 
getToolChoice() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getToolChoice() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getToolChoice() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getToolChoice() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getToolContentBlocks() - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ToolUseAggregationEvent
 
getToolContext() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getToolContext() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getToolContext() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getToolContext() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getToolContext() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getToolContext() - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
getToolContext() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getToolContext() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getToolContext() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getToolContext() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getToolContext() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getToolContext() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getTools() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getTools() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getTools() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getTools() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getTopK() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getTopK() - Method in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
getTopK() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopK() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getTopK() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getTopK() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getTopK() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the top-K (topKReturn) alternative tokens to return.
getTopK() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getTopK() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getTopK() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getTopK() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get topK
getTopK() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getTopK() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getTopK() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getTopK() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getTopK() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getTopK() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getTopK() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getTopK() - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig
 
getTopK() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
getTopK() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getTopK() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getTopK() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getTopK() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getTopLogprobs() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getTopLogProbs() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopP() - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
getTopP() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopP() - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
getTopP() - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
getTopP() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getTopP() - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Gets the topP parameter for sampling tokens from the top percentile of probability mass.
getTopP() - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
getTopP() - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
getTopP() - Method in interface org.springframework.ai.chat.prompt.ChatOptions
 
getTopP() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get topP maximum: 1
getTopP() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
getTopP() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
getTopP() - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
getTopP() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getTopP() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getTopP() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getTopP() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
getTopP() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
getTopP() - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
getTopP() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
getTopP() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getTotalTokens() - Method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
getTotalTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
getTotalTokens() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
getTotalTokens() - Method in interface org.springframework.ai.chat.metadata.Usage
Return the total number of tokens from both the prompt of an AI request and generation of the AI's response.
getTotalTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
 
getTotalTokens() - Method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
getTotalTokens() - Method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
getTotalTokens() - Method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
getTotalTokens() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
getTotalTokens() - Method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
getTotalTokens() - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUsage
 
getTotalTokens() - Method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
getTransformer() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getTransport() - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
getTruncate() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
getTruncate() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
getTruncate() - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
getTruncate() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get truncate minimum: 0
getTruncate() - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
getTruncate() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getTypicalP() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get typicalP maximum: 1
getTypicalP() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getUri() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Tokenizer
 
getUri() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getUris() - Method in interface org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchConnectionDetails
 
getUris() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getUrl() - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
getUrl() - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
getUrl() - Method in class org.springframework.ai.image.Image
 
getUsage() - Method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
getUsage() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
getUsage() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
getUsage() - Method in class org.springframework.ai.bedrock.BedrockUsage
 
getUsage() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
Returns AI provider specific metadata on API usage.
getUsage() - Method in class org.springframework.ai.embedding.EmbeddingResponseMetadata
The AI provider specific metadata on API usage.
getUsage() - Method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
getUsage() - Method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
getUsage() - Method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
getUsage() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
getUsage() - Method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
getUsage() - Method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
getUseMLock() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getUseMMap() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getUseNUMA() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getUser() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
getUser() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
getUser() - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
getUser() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getUser() - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
getUser() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getUser() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
getUser() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
getUserColumn() - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
getUserId() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
getUsername() - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
getUsername() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
getUsername() - Method in interface org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchConnectionDetails
 
getUsername() - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
getUsername() - Method in class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
getUserParams() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getUserText() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
getUserText() - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
getValidationWorkers() - Method in class org.springframework.ai.huggingface.model.Info
Get validationWorkers minimum: 0
getValue() - Method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
 
getValue() - Method in enum class org.springframework.ai.chat.messages.MessageType
 
getValue() - Method in enum class org.springframework.ai.chat.prompt.TemplateFormat
 
getValue() - Method in enum class org.springframework.ai.huggingface.model.FinishReason
 
getValue() - Method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingModel
 
getValue() - Method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
 
getValue() - Method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingModel
 
getValue() - Method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.WhisperModel
 
getValue() - Method in enum class org.springframework.ai.openai.api.OpenAiImageApi.ImageModel
 
getValue() - Method in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
 
getValue() - Method in enum class org.springframework.ai.qianfan.api.QianFanImageApi.ImageModel
 
getValue() - Method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
getValue() - Method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
 
getValue() - Method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
getValue() - Method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingModel
 
getValue() - Method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ImageModel
 
getVectorSimilarityFunction() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
getVectorSimilarityFunction() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
getVectorSimilarityFunction() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
 
getVectorType() - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
getVersion() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
getVersion() - Method in class org.springframework.ai.huggingface.model.Info
Router Info
getVersion() - Method in interface org.springframework.ai.model.ModelDescription
 
getVersion() - Method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
 
getVersion() - Method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
 
getVideoEndOffsetSec() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
getVideoIntervalSec() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
getVideoStartOffsetSec() - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
getViolence() - Method in class org.springframework.ai.moderation.CategoryScores
 
getViolenceGraphic() - Method in class org.springframework.ai.moderation.CategoryScores
 
getVocabOnly() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
getVocabulary() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
getVocabulary() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
getVoice() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
getWaitingServedRatio() - Method in class org.springframework.ai.huggingface.model.Info
Get waitingServedRatio
getWeight() - Method in class org.springframework.ai.image.ImageMessage
 
getWidth() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getWidth() - Method in interface org.springframework.ai.image.ImageOptions
 
getWidth() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
getWidth() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
getWidth() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
getWidth() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
GLM_3_Turbo - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GLM_4 - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GLM_4_Air - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GLM_4_AirX - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GLM_4_Flash - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GLM_4V - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
GPT_3_5_TURBO - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Currently points to gpt-3.5-turbo-0125.
GPT_3_5_TURBO_0125 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
(new) The latest GPT-3.5 Turbo model with higher accuracy at responding in requested formats and a fix for a bug which caused a text encoding issue for non-English language function calls.
GPT_3_5_TURBO_1106 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
GPT-3.5 Turbo model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more.
GPT_4 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Currently points to gpt-4-0613.
GPT_4_0125_PREVIEW - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
(New) GPT-4 Turbo - latest GPT-4 model intended to reduce cases of “laziness” where the model doesn’t complete a task.
GPT_4_32K - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
GPT_4_O - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Multimodal flagship model that’s cheaper and faster than GPT-4 Turbo.
GPT_4_O_MINI - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Affordable and intelligent small model for fast, lightweight tasks.
GPT_4_TURBO - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
GPT-4 Turbo with Vision The latest GPT-4 Turbo model with vision capabilities.
GPT_4_TURBO_2024_04_09 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
GPT-4 Turbo with Vision model.
GPT_4_TURBO_PREVIEW - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Currently points to gpt-4-0125-preview - model featuring improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more.
GPT_4_VISION_PREVIEW - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
GPU_IVF_FLAT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
GPU_IVF_PQ - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
granularityType() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the granularityType record component.
group(FilterExpressionBuilder.Op) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
Group(Filter.Expression) - Constructor for record class org.springframework.ai.vectorstore.filter.Filter.Group
Creates an instance of a Group record class.
GroupExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
GRPC - Enum constant in enum class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties.Transport
When used, the clients will send gRPC to the backing service.
GRPC - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.TransportType
 
gt(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
GT - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
GT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
GT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
GT() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
gte(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
GTE - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 

H

HAMMING - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Hamming distance
HANA - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
HanaCloudVectorStore - Class in org.springframework.ai.vectorstore
The SAP HANA Cloud vector engine offers multiple use cases in AI scenarios.
HanaCloudVectorStore(HanaVectorRepository<? extends HanaVectorEntity>, EmbeddingModel, HanaCloudVectorStoreConfig) - Constructor for class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
HanaCloudVectorStore(HanaVectorRepository<? extends HanaVectorEntity>, EmbeddingModel, HanaCloudVectorStoreConfig, ObservationRegistry, VectorStoreObservationConvention) - Constructor for class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
HanaCloudVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.hanadb
 
HanaCloudVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreAutoConfiguration
 
HanaCloudVectorStoreConfig - Class in org.springframework.ai.vectorstore
The HanaCloudVectorStoreConfig class represents the configuration for the HanaCloudVectorStore.
HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder - Class in org.springframework.ai.vectorstore
 
HanaCloudVectorStoreConfigBuilder() - Constructor for class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder
 
HanaCloudVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.hanadb
 
HanaCloudVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
HanaVectorEntity - Class in org.springframework.ai.vectorstore
The HanaVectorEntity is an abstract class that represents a mapped superclass for entities that have a vector representation stored in a HANA vector repository.
HanaVectorEntity() - Constructor for class org.springframework.ai.vectorstore.HanaVectorEntity
 
HanaVectorRepository<T extends HanaVectorEntity> - Interface in org.springframework.ai.vectorstore
The HanaVectorRepository interface provides methods for interacting with a HANA vector repository, which allows storing and querying vector embeddings.
handleFunctionCallbackConfigurations(FunctionCallingOptions, boolean) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
handleFunctionCallOrReturn(Req, Resp) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
handleFunctionCallOrReturnStream(Req, Flux<Resp>) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
handleToolCalls(Prompt, ChatResponse) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
handleToolCalls(Prompt, ChatResponse) - Method in class org.springframework.ai.model.function.ToolCallHelper
 
harassment() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the harassment record component.
harassment() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the harassment record component.
harassmentThreatening() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the harassmentThreatening record component.
harassmentThreatening() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the harassmentThreatening record component.
hasFilterExpression() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStopEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.PingEvent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
hashCode() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
hashCode() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
hashCode() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chat.client.ResponseEntity
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.chat.messages.AbstractMessage
 
hashCode() - Method in class org.springframework.ai.chat.messages.AssistantMessage
 
hashCode() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.chat.messages.SystemMessage
 
hashCode() - Method in class org.springframework.ai.chat.messages.ToolResponseMessage
 
hashCode() - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
 
hashCode() - Method in class org.springframework.ai.chat.model.ChatResponse
 
hashCode() - Method in class org.springframework.ai.chat.model.Generation
 
hashCode() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.chat.prompt.Prompt
 
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.document.Document
 
hashCode() - Method in class org.springframework.ai.embedding.Embedding
 
hashCode() - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
hashCode() - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
hashCode() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
hashCode() - Method in class org.springframework.ai.huggingface.model.AllOfGenerateResponseDetails
 
hashCode() - Method in class org.springframework.ai.huggingface.model.AllOfStreamResponseDetails
 
hashCode() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
hashCode() - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
hashCode() - Method in class org.springframework.ai.huggingface.model.Details
 
hashCode() - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
hashCode() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
hashCode() - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
hashCode() - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
hashCode() - Method in class org.springframework.ai.huggingface.model.Info
 
hashCode() - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
hashCode() - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
hashCode() - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
hashCode() - Method in class org.springframework.ai.huggingface.model.Token
 
hashCode() - Method in class org.springframework.ai.image.Image
 
hashCode() - Method in class org.springframework.ai.image.ImageMessage
 
hashCode() - Method in class org.springframework.ai.image.ImagePrompt
 
hashCode() - Method in class org.springframework.ai.image.ImageResponse
 
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ResponseFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
hashCode() - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper
 
hashCode() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.moderation.Categories
 
hashCode() - Method in class org.springframework.ai.moderation.CategoryScores
 
hashCode() - Method in class org.springframework.ai.moderation.Moderation
 
hashCode() - Method in class org.springframework.ai.moderation.ModerationMessage
 
hashCode() - Method in class org.springframework.ai.moderation.ModerationPrompt
 
hashCode() - Method in class org.springframework.ai.moderation.ModerationResponse
 
hashCode() - Method in class org.springframework.ai.moderation.ModerationResult
 
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
hashCode() - Method in record class org.springframework.ai.observation.AiOperationMetadata
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingResponse
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage.CompletionTokenDetails
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.openai.audio.speech.Speech
 
hashCode() - Method in class org.springframework.ai.openai.audio.speech.SpeechMessage
 
hashCode() - Method in class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
hashCode() - Method in class org.springframework.ai.openai.audio.speech.SpeechResponse
 
hashCode() - Method in class org.springframework.ai.openai.metadata.OpenAiImageGenerationMetadata
 
hashCode() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
hashCode() - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
hashCode() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
hashCode() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
hashCode() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest.ResponseFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
hashCode() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
hashCode() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
hashCode() - Method in class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
hashCode() - Method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Group
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Key
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Value
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
hashCode() - Method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationMetadata
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResults
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ResponseFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
hashCode() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
hasOuterQuotes(String) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
hasToolCalls() - Method in class org.springframework.ai.chat.messages.AssistantMessage
 
hate() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the hate record component.
hate() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the hate record component.
hateThreatening() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the hateThreatening record component.
hateThreatening() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the hateThreatening record component.
health() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Health check method Health check method
healthWithHttpInfo() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Health check method Health check method
height() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the height record component.
HNSW - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
HNSW - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
The default type of index created for an In-Memory Neighbor Graph vector index is Hierarchical Navigable Small World (HNSW).
HNSW - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
An HNSW index creates a multilayer graph.
horizontalRuleCreateDocument - Variable in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
HSNW - Enum constant in enum class org.springframework.ai.vectorstore.RedisVectorStore.Algorithm
 
HttpBasicAuth - Class in org.springframework.ai.huggingface.invoker.auth
 
HttpBasicAuth() - Constructor for class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
HuggingfaceChatAutoConfiguration - Class in org.springframework.ai.autoconfigure.huggingface
 
HuggingfaceChatAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatAutoConfiguration
 
huggingfaceChatModel(HuggingfaceChatProperties) - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatAutoConfiguration
 
HuggingfaceChatModel - Class in org.springframework.ai.huggingface
An implementation of ChatModel that interfaces with HuggingFace Inference Endpoints for text generation.
HuggingfaceChatModel(String, String) - Constructor for class org.springframework.ai.huggingface.HuggingfaceChatModel
Constructs a new HuggingfaceChatModel with the specified API token and base path.
HuggingfaceChatProperties - Class in org.springframework.ai.autoconfigure.huggingface
 
HuggingfaceChatProperties() - Constructor for class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 

I

id() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
 
id() - Method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
 
id() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
 
id() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingModel
 
id() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
 
id() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
 
id() - Method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
 
id() - Method in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
 
id() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Returns the value of the id record component.
id() - Method in enum class org.springframework.ai.ollama.api.OllamaModel
 
id() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Returns the value of the id record component.
id(Integer) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
id(Integer) - Method in class org.springframework.ai.huggingface.model.Token
 
ID_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
identifier() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareExpressionContext
 
identifier() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
identifier() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
identifier() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
IDENTIFIER - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
IDENTIFIER - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
IDENTIFIER() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
IDENTIFIER(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
IdGenerator - Interface in org.springframework.ai.document.id
Interface for generating unique document IDs.
ids() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns the value of the ids record component.
Image - Class in org.springframework.ai.image
 
Image(String, String) - Constructor for class org.springframework.ai.image.Image
 
IMAGE - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Image message.
IMAGE - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Type
Image message.
IMAGE - Enum constant in enum class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType
 
IMAGE - Enum constant in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
 
IMAGE - Enum constant in enum class org.springframework.ai.observation.conventions.AiOperationType
 
IMAGE_MODEL_OPERATION - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation
 
ImageBuilder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
imageBytes - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
Image bytes to be encoded in a base64 string.
ImageGeneration - Class in org.springframework.ai.image
 
ImageGeneration(Image) - Constructor for class org.springframework.ai.image.ImageGeneration
 
ImageGeneration(Image, ImageGenerationMetadata) - Constructor for class org.springframework.ai.image.ImageGeneration
 
ImageGenerationMetadata - Interface in org.springframework.ai.image
 
ImageMessage - Class in org.springframework.ai.image
 
ImageMessage(String) - Constructor for class org.springframework.ai.image.ImageMessage
 
ImageMessage(String, Float) - Constructor for class org.springframework.ai.image.ImageMessage
 
ImageModel - Interface in org.springframework.ai.image
 
ImageModelObservationContext - Class in org.springframework.ai.image.observation
Context used to store metadata for image model exchanges.
ImageModelObservationContext.Builder - Class in org.springframework.ai.image.observation
 
ImageModelObservationConvention - Interface in org.springframework.ai.image.observation
Interface for an ObservationConvention for image model exchanges.
ImageModelObservationDocumentation - Enum Class in org.springframework.ai.image.observation
Documented conventions for image model observations.
ImageModelObservationDocumentation.Events - Enum Class in org.springframework.ai.image.observation
Events for image model operations.
ImageModelObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.image.observation
High-cardinality observation key names for image model operations.
ImageModelObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.image.observation
Low-cardinality observation key names for image model operations.
ImageModelPromptContentObservationFilter - Class in org.springframework.ai.image.observation
An ObservationFilter to include the image prompt content in the observation.
ImageModelPromptContentObservationFilter() - Constructor for class org.springframework.ai.image.observation.ImageModelPromptContentObservationFilter
 
ImageObservationAutoConfiguration - Class in org.springframework.ai.autoconfigure.image.observation
Auto-configuration for Spring AI image model observations.
ImageObservationAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.image.observation.ImageObservationAutoConfiguration
 
ImageObservationProperties - Class in org.springframework.ai.autoconfigure.image.observation
Configuration properties for image model observations.
ImageObservationProperties() - Constructor for class org.springframework.ai.autoconfigure.image.observation.ImageObservationProperties
 
ImageOptions - Interface in org.springframework.ai.image
ImageOptions represent the common options, portable across different image generation models.
ImageOptionsBuilder - Class in org.springframework.ai.image
 
imagePrompt(ImagePrompt) - Method in class org.springframework.ai.image.observation.ImageModelObservationContext.Builder
 
ImagePrompt - Class in org.springframework.ai.image
 
ImagePrompt(String) - Constructor for class org.springframework.ai.image.ImagePrompt
 
ImagePrompt(String, ImageOptions) - Constructor for class org.springframework.ai.image.ImagePrompt
 
ImagePrompt(List<ImageMessage>) - Constructor for class org.springframework.ai.image.ImagePrompt
 
ImagePrompt(List<ImageMessage>, ImageOptions) - Constructor for class org.springframework.ai.image.ImagePrompt
 
ImagePrompt(ImageMessage, ImageOptions) - Constructor for class org.springframework.ai.image.ImagePrompt
 
ImageResponse - Class in org.springframework.ai.image
The image completion (e.g.
ImageResponse(List<ImageGeneration>) - Constructor for class org.springframework.ai.image.ImageResponse
Construct a new ImageResponse instance without metadata.
ImageResponse(List<ImageGeneration>, ImageResponseMetadata) - Constructor for class org.springframework.ai.image.ImageResponse
Construct a new ImageResponse instance.
ImageResponseMetadata - Class in org.springframework.ai.image
Represents metadata associated with an image response.
ImageResponseMetadata - Interface in org.springframework.ai.openai
 
ImageResponseMetadata() - Constructor for class org.springframework.ai.image.ImageResponseMetadata
 
ImageResponseMetadata(Long) - Constructor for class org.springframework.ai.image.ImageResponseMetadata
 
images() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the images record component.
images() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns the value of the images record component.
imageUrl() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Returns the value of the imageUrl record component.
imageUrl() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Returns the value of the imageUrl record component.
imageUrl() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Returns the value of the imageUrl record component.
ImageUrl(String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
 
ImageUrl(String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
 
ImageUrl(String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
 
ImageUrl(String, String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Creates an instance of a ImageUrl record class.
ImageUrl(String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Creates an instance of a ImageUrl record class.
ImageUrl(String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Creates an instance of a ImageUrl record class.
implicit - Enum constant in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
 
in(String, Object...) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
in(String, List<Object>) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
IN - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
IN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
IN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
IN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
IN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
include() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns the value of the include record component.
include() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns the value of the include record component.
INCLUDE_USAGE - Static variable in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
 
includeBlockquote - Variable in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
includeCodeBlock - Variable in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
includeUsage() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
Returns the value of the includeUsage record component.
index - Variable in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
index() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the index record component.
index() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Returns the value of the index record component.
indexed() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
 
INDEXED - Enum constant in enum class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumnTags
 
indexExists() - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStore
 
indexExists() - Method in class org.springframework.ai.vectorstore.GemFireVectorStore
Checks if the index exists in the GemFireVectorStore.
InExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.InExpressionContext
 
INFERENCE - Enum constant in enum class org.springframework.ai.document.MetadataMode
 
Info - Class in org.springframework.ai.huggingface.model
Info
Info() - Constructor for class org.springframework.ai.huggingface.model.Info
 
init() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
 
initializeDefaults() - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
InMemoryChatMemory - Class in org.springframework.ai.chat.memory
The InMemoryChatMemory class is an implementation of the ChatMemory interface that represents an in-memory storage for chat conversation history.
InMemoryChatMemory() - Constructor for class org.springframework.ai.chat.memory.InMemoryChatMemory
 
input() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Returns the value of the input record component.
input() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Returns the value of the input record component.
INPUT - Enum constant in enum class org.springframework.ai.observation.conventions.AiTokenType
 
INPUT_JSON_DELTA - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Tool use input partial JSON delta streaming.
inputImage() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Returns the value of the inputImage record component.
inputs(String) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
inputs(String) - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
inputSchema() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Returns the value of the inputSchema record component.
inputText() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Returns the value of the inputText record component.
inputText() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Returns the value of the inputText record component.
inputTextTokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Returns the value of the inputTextTokenCount record component.
inputTextTokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the inputTextTokenCount record component.
inputTextTokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns the value of the inputTextTokenCount record component.
inputTokenCount() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns the value of the inputTokenCount record component.
inputTokenCount() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns the value of the inputTokenCount record component.
inputTokenCount() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns the value of the inputTokenCount record component.
inputTokenLimit() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the inputTokenLimit record component.
inputTokens() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Returns the value of the inputTokens record component.
inputTokens() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Returns the value of the inputTokens record component.
inputType() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Returns the value of the inputType record component.
inputTypeSchema() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Returns the value of the inputTypeSchema record component.
INSTANCE - Static variable in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
 
INSTANCE_PRINCIPAL - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
 
int32(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
int64(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
INTEGER_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
INTEGER_VALUE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
INTEGER_VALUE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
IntegerConstantContext(FiltersParser.ConstantContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
IntegerScalePenalty(Integer, boolean, boolean, boolean, boolean, boolean) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Creates an instance of a IntegerScalePenalty record class.
internalInvocation(I, Class<O>) - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
Internal method to invoke the model and return the response.
internalInvocationStream(I, Class<SO>) - Method in class org.springframework.ai.bedrock.api.AbstractBedrockApi
Internal method to invoke the model and return the response stream.
intervalSec - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
The interval of the video the embedding will be generated.
INVALID - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
INVALID - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Invalid metric type
INVALID_EMBEDDING_DIMENSION - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
INVALID_EMBEDDING_DIMENSION - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
INVALID_EMBEDDING_DIMENSION - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
invocationLatency() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns the value of the invocationLatency record component.
invokeAPI(String, HttpMethod, MultiValueMap<String, String>, Object, HttpHeaders, MultiValueMap<String, Object>, List<MediaType>, MediaType, String[], ParameterizedTypeReference<T>) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Invoke API by sending HTTP request with the given options.
IP - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Inner product
IS_RUNTIME_CALL - Static variable in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
IS_RUNTIME_CALL - Static variable in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
isCopyContentFormatter() - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
isDebugging() - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Check that whether debugging is enabled for this API client.
isDecoderInputDetails() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get decoderInputDetails
isDetails() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get details
isDoSample() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get doSample
isEmpty() - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ToolUseAggregationEvent
 
isEmpty() - Method in class org.springframework.ai.model.AbstractResponseMetadata
 
isEmpty() - Method in class org.springframework.ai.model.MutableResponseMetadata
 
isEmpty() - Method in interface org.springframework.ai.model.ResponseMetadata
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Cache
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
isEnabled() - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
isFinished() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the isFinished record component.
isFlagged() - Method in class org.springframework.ai.moderation.ModerationResult
 
isForcedNormalization() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
isHarassment() - Method in class org.springframework.ai.moderation.Categories
 
isHarassmentThreatening() - Method in class org.springframework.ai.moderation.Categories
 
isHate() - Method in class org.springframework.ai.moderation.Categories
 
isHateThreatening() - Method in class org.springframework.ai.moderation.Categories
 
isIncludeCompletion() - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
isIncludeErrorLogging() - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
isIncludeInput() - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties.Observations
 
isIncludePrompt() - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
isIncludePrompt() - Method in class org.springframework.ai.autoconfigure.image.observation.ImageObservationProperties
 
isIncludeQueryResponse() - Method in class org.springframework.ai.autoconfigure.vectorstore.observation.VectorStoreObservationProperties
 
isInitializeSchema() - Method in class org.springframework.ai.autoconfigure.chat.memory.CommonChatMemoryProperties
 
isInitializeSchema() - Method in class org.springframework.ai.autoconfigure.vectorstore.CommonVectorStoreProperties
 
isJsonMime(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Check if the given String is a JSON MIME.
isJsonMime(MediaType) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Check if the given MIME is a JSON MIME.
isJsonType() - Method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
isLogprobs() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
ISOMETRIC - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
isOnClientErrors() - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
isPass() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
isProxyToolCalls(Prompt, FunctionCallingOptions) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
Check if the proxyToolCalls is enabled for the given prompt or the default tool call options.
isRemoveExistingVectorStoreTable() - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
isRemoveExistingVectorStoreTable() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
isReturnFullText() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get returnFullText
isSchemaValidation() - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
isSecure() - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
isSelfHarm() - Method in class org.springframework.ai.moderation.Categories
 
isSelfHarmInstructions() - Method in class org.springframework.ai.moderation.Categories
 
isSelfHarmIntent() - Method in class org.springframework.ai.moderation.Categories
 
isSexual() - Method in class org.springframework.ai.moderation.Categories
 
isSexualMinors() - Method in class org.springframework.ai.moderation.Categories
 
isSpecial() - Method in class org.springframework.ai.huggingface.model.Token
Get special
isSslEnabled() - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
isStream() - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
isStream() - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
Get stream
isStreamingToolFunctionCall(MiniMaxApi.ChatCompletionChunk) - Method in class org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper
 
isStreamingToolFunctionCall(MistralAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.mistralai.api.MistralAiStreamFunctionCallingHelper
 
isStreamingToolFunctionCall(MoonshotApi.ChatCompletionChunk) - Method in class org.springframework.ai.moonshot.api.MoonshotStreamFunctionCallingHelper
 
isStreamingToolFunctionCall(OpenAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.openai.api.OpenAiStreamFunctionCallingHelper
 
isStreamingToolFunctionCall(ZhiPuAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiStreamFunctionCallingHelper
 
isStreamingToolFunctionCallFinish(MiniMaxApi.ChatCompletionChunk) - Method in class org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper
 
isStreamingToolFunctionCallFinish(MistralAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.mistralai.api.MistralAiStreamFunctionCallingHelper
 
isStreamingToolFunctionCallFinish(MoonshotApi.ChatCompletionChunk) - Method in class org.springframework.ai.moonshot.api.MoonshotStreamFunctionCallingHelper
 
isStreamingToolFunctionCallFinish(OpenAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.openai.api.OpenAiStreamFunctionCallingHelper
 
isStreamingToolFunctionCallFinish(ZhiPuAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiStreamFunctionCallingHelper
 
isTableExists(String, String) - Method in class org.springframework.ai.vectorstore.PgVectorSchemaValidator
 
isToolCall(ChatResponse, Set<String>) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
 
isToolCall(ChatResponse, Set<String>) - Method in class org.springframework.ai.model.function.ToolCallHelper
 
isToolCall(Generation, Set<String>) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
Check if the generation is a tool call.
isToolCall(Generation, Set<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatModel
The MimiMax web search function tool type is 'web_search', so we need to filter out the tool calls whose type is not 'function'
isToolFunctionCall(Resp) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
 
isToolUseFinish(AnthropicApi.StreamEvent) - Method in class org.springframework.ai.anthropic.api.StreamHelper
 
isToolUseStart(AnthropicApi.StreamEvent) - Method in class org.springframework.ai.anthropic.api.StreamHelper
 
isUseTls() - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
isViolence() - Method in class org.springframework.ai.moderation.Categories
 
isViolenceGraphic() - Method in class org.springframework.ai.moderation.Categories
 
isWatermark() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
Get watermark
IVF - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
The default type of index created for a Neighbor Partition vector index is Inverted File Flat (IVF) vector index.
IVF_FLAT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
IVF_PQ - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
IVF_SQ8 - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
IVFFLAT - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
An IVFFlat index divides vectors into lists, and then searches a subset of those lists that are closest to the query vector.

J

JACCARD - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Jaccard distance
javaType() - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
 
javaType() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
 
JdkSha256HexIdGenerator - Class in org.springframework.ai.document.id
A SHA-256 based ID generator that returns the hash as a UUID.
JdkSha256HexIdGenerator() - Constructor for class org.springframework.ai.document.id.JdkSha256HexIdGenerator
 
JdkSha256HexIdGenerator(String, Charset) - Constructor for class org.springframework.ai.document.id.JdkSha256HexIdGenerator
 
JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
 
JSON - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
JSON_OBJECT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type
Enables JSON mode, which guarantees the message the model generates is valid JSON.
JSON_SCHEMA - Enum constant in enum class org.springframework.ai.model.function.FunctionCallbackContext.SchemaType
 
JSON_SCHEMA - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type
Enables Structured Outputs which guarantees the model will match your supplied JSON schema.
JsonMetadataGenerator - Interface in org.springframework.ai.reader
 
JsonReader - Class in org.springframework.ai.reader
A class that reads JSON documents and converts them into a list of Document objects.
JsonReader(Resource) - Constructor for class org.springframework.ai.reader.JsonReader
 
JsonReader(Resource, String...) - Constructor for class org.springframework.ai.reader.JsonReader
 
JsonReader(Resource, JsonMetadataGenerator, String...) - Constructor for class org.springframework.ai.reader.JsonReader
 
jsonSchema() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Returns the value of the jsonSchema record component.
JsonSchema(String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
 
JsonSchema(String, String, Boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
 
JsonSchema(String, Map<String, Object>, Boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Creates an instance of a JsonSchema record class.
jsonToMap(String) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Converts the given JSON string to a Map of String and Object.
jsonToMap(String) - Static method in class org.springframework.ai.vectorstore.JsonUtils
Converts a JSON string to a map.
jsonToObject(String, Class<T>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Converts the given JSON string to an Object of the given type.
jsonToValue(String) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
JsonUtils - Class in org.springframework.ai.vectorstore
Utility class for JSON processing.
JsonUtils() - Constructor for class org.springframework.ai.vectorstore.JsonUtils
 
JTokkitTokenCountEstimator - Class in org.springframework.ai.tokenizer
Estimates the number of tokens in a given text or message using the JTokkit encoding library.
JTokkitTokenCountEstimator() - Constructor for class org.springframework.ai.tokenizer.JTokkitTokenCountEstimator
 
JTokkitTokenCountEstimator(EncodingType) - Constructor for class org.springframework.ai.tokenizer.JTokkitTokenCountEstimator
 
jurassic2ChatModel(Ai21Jurassic2ChatBedrockApi, BedrockAi21Jurassic2ChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatAutoConfiguration
 

K

keepAlive() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the keepAlive record component.
keepAlive() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns the value of the keepAlive record component.
keepAlive() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns the value of the keepAlive record component.
keepAlive() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the keepAlive record component.
key() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Key
Returns the value of the key record component.
Key(String) - Constructor for record class org.springframework.ai.vectorstore.filter.Filter.Key
Creates an instance of a Key record class.
keySet() - Method in class org.springframework.ai.model.AbstractResponseMetadata
 
keySet() - Method in class org.springframework.ai.model.MutableResponseMetadata
 
keySet() - Method in interface org.springframework.ai.model.ResponseMetadata
 
KeywordMetadataEnricher - Class in org.springframework.ai.transformer
Keyword extractor that uses generative to extract 'excerpt_keywords' metadata field.
KeywordMetadataEnricher(ChatModel, int) - Constructor for class org.springframework.ai.transformer.KeywordMetadataEnricher
 
KEYWORDS_TEMPLATE - Static variable in class org.springframework.ai.transformer.KeywordMetadataEnricher
 
KnuddelsRuntimeHints - Class in org.springframework.ai.aot
 
KnuddelsRuntimeHints() - Constructor for class org.springframework.ai.aot.KnuddelsRuntimeHints
 

L

L2 - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Euclidean distance
l2_norm - Enum constant in enum class org.springframework.ai.vectorstore.SimilarityFunction
 
language() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the language record component.
language() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns the value of the language record component.
language() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the language record component.
LARGE - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
LastMaxTokenSizeContentPurger - Class in org.springframework.ai.chat.client.advisor
Returns a new list of content (e.g list of messages of list of documents) that is a subset of the input list of contents and complies with the max token size constraint.
LastMaxTokenSizeContentPurger(TokenCountEstimator, int) - Constructor for class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
LE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
LE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
LE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
left - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
left - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
left() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Returns the value of the left record component.
LEFT_PARENTHESIS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
LEFT_PARENTHESIS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
LEFT_PARENTHESIS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
LEFT_SQUARE_BRACKETS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
LEFT_SQUARE_BRACKETS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
LEFT_SQUARE_BRACKETS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
length() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Returns the value of the length record component.
LENGTH - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse.StopReason
The response was truncated because of the response length you set.
LENGTH - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.CompletionReason
The response was truncated because of the response length you set.
LENGTH - Enum constant in enum class org.springframework.ai.huggingface.model.FinishReason
 
LENGTH - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
The maximum number of tokens specified in the request was reached.
LENGTH - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
The maximum number of tokens specified in the request was reached.
LENGTH - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
The maximum number of tokens specified in the request was reached.
LENGTH - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
The maximum number of tokens specified in the request was reached.
LENGTH - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
The maximum number of tokens specified in the request was reached.
level() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the level record component.
license() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns the value of the license record component.
likelihood() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the likelihood record component.
likelihood() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Returns the value of the likelihood record component.
limit() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns the value of the limit record component.
LINE_ART - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
listCollections() - Method in class org.springframework.ai.chroma.ChromaApi
 
listModels() - Method in class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Returns the list of models available for use.
ListOutputConverter - Class in org.springframework.ai.converter
StructuredOutputConverter implementation that uses a DefaultConversionService to convert the LLM output into a List instance.
ListOutputConverter(DefaultConversionService) - Constructor for class org.springframework.ai.converter.ListOutputConverter
 
ListOutputParser - Class in org.springframework.ai.parser
Deprecated.
Use the ListOutputConverter instead. OutputParser implementation that uses a DefaultConversionService to convert the LLM output into a List instance.
ListOutputParser(DefaultConversionService) - Constructor for class org.springframework.ai.parser.ListOutputParser
Deprecated.
 
LLAMA2 - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Llama 2 is a collection of language models ranging from 7B to 70B parameters.
LLAMA2_13B_CHAT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama2-13b-chat-v1
LLAMA2_70B_CHAT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama2-70b-chat-v1
LLAMA2_UNCENSORED - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Uncensored Llama 2 model
LLAMA3 - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Llama 3 is a collection of language models ranging from 8B and 70B parameters.
LLAMA3_1 - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The 8B language model from Meta.
LLAMA3_1_405B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-1-405b-instruct-v1:0
LLAMA3_1_70B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-1-70b-instruct-v1:0
LLAMA3_1_8B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-1-8b-instruct-v1:0
LLAMA3_2 - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The Llama 3.2 3B language model from Meta.
LLAMA3_2_11B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-2-11b-instruct-v1:0
LLAMA3_2_1B - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The Llama 3.2 1B language model from Meta.
LLAMA3_2_1B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-2-1b-instruct-v1:0
LLAMA3_2_3B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-2-3b-instruct-v1:0
LLAMA3_2_90B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-2-90b-instruct-v1:0
LLAMA3_70B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-70b-instruct-v1:0
LLAMA3_8B_INSTRUCT_V1 - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
meta.llama3-8b-instruct-v1:0
llamaApi(AwsCredentialsProvider, AwsRegionProvider, BedrockLlamaChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatAutoConfiguration
 
LlamaChatBedrockApi - Class in org.springframework.ai.bedrock.llama.api
Java client for the Bedrock Llama chat model.
LlamaChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
Create a new LlamaChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
LlamaChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
Create a new LlamaChatBedrockApi instance using the default credentials provider chain, the default object mapper, default temperature and topP values.
LlamaChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
Create a new LlamaChatBedrockApi instance using the provided credentials provider, region and object mapper.
LlamaChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
Create a new LlamaChatBedrockApi instance using the provided credentials provider, region and object mapper.
LlamaChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi
Create a new LlamaChatBedrockApi instance using the provided credentials provider, region and object mapper.
LlamaChatBedrockApi.LlamaChatModel - Enum Class in org.springframework.ai.bedrock.llama.api
Llama models version.
LlamaChatBedrockApi.LlamaChatRequest - Record Class in org.springframework.ai.bedrock.llama.api
LlamaChatRequest encapsulates the request parameters for the Meta Llama chat model.
LlamaChatBedrockApi.LlamaChatRequest.Builder - Class in org.springframework.ai.bedrock.llama.api
 
LlamaChatBedrockApi.LlamaChatResponse - Record Class in org.springframework.ai.bedrock.llama.api
LlamaChatResponse encapsulates the response parameters for the Meta Llama chat model.
LlamaChatBedrockApi.LlamaChatResponse.StopReason - Enum Class in org.springframework.ai.bedrock.llama.api
The reason the response finished being generated.
llamaChatModel(LlamaChatBedrockApi, BedrockLlamaChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatAutoConfiguration
 
LlamaChatRequest(String, Double, Double, Integer) - Constructor for record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Creates an instance of a LlamaChatRequest record class.
LlamaChatResponse(String, Integer, Integer, LlamaChatBedrockApi.LlamaChatResponse.StopReason, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Creates an instance of a LlamaChatResponse record class.
LLAVA - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Llava is a Large Language and Vision Assistant model
load(File) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
Deserialize the vector store content from a file in JSON format into memory.
load(Resource) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
Deserialize the vector store content from a resource in JSON format into memory.
loadDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the loadDuration record component.
loadDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the loadDuration record component.
logitBias() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the logitBias record component.
logitBias() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the logitBias record component.
LogitBias(String, Float) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Creates an instance of a LogitBias record class.
logprob() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns the value of the logprob record component.
logprob() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Returns the value of the logprob record component.
logprob(Float) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
logprob(Float) - Method in class org.springframework.ai.huggingface.model.Token
 
logprobs() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns the value of the logprobs record component.
logprobs() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns the value of the logprobs record component.
LogProbs(List<MiniMaxApi.LogProbs.Content>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs
Creates an instance of a LogProbs record class.
LogProbs(List<MistralAiApi.LogProbs.Content>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs
Creates an instance of a LogProbs record class.
LogProbs(List<OpenAiApi.LogProbs.Content>) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.LogProbs
Creates an instance of a LogProbs record class.
LogProbs(List<ZhiPuAiApi.LogProbs.Content>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Creates an instance of a LogProbs record class.
LOW_POLY - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
lt(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
LT - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
LT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
LT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
LT() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
lte(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
LTE - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 

M

MANHATTAN - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
The manhattan distance metric.
MANHATTAN - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Also called L1_DISTANCE or taxicab distance, calculates the Manhattan distance.
map - Variable in class org.springframework.ai.model.AbstractResponseMetadata
 
map(Observation.Context) - Method in class org.springframework.ai.chat.client.observation.ChatClientInputContentObservationFilter
 
map(Observation.Context) - Method in class org.springframework.ai.chat.observation.ChatModelCompletionObservationFilter
 
map(Observation.Context) - Method in class org.springframework.ai.chat.observation.ChatModelPromptContentObservationFilter
 
map(Observation.Context) - Method in class org.springframework.ai.image.observation.ImageModelPromptContentObservationFilter
 
map(Observation.Context) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationFilter
 
MapOutputConverter - Class in org.springframework.ai.converter
StructuredOutputConverter implementation that uses a pre-configured MappingJackson2MessageConverter to convert the LLM output into a java.util.Map<String, Object> instance.
MapOutputConverter() - Constructor for class org.springframework.ai.converter.MapOutputConverter
 
MapOutputParser - Class in org.springframework.ai.parser
Deprecated.
Use the MapOutputConverter instead. OutputParser implementation that uses a pre-configured MappingJackson2MessageConverter to convert the LLM output into a java.util.Map<String, Object> instance.
MapOutputParser() - Constructor for class org.springframework.ai.parser.MapOutputParser
Deprecated.
 
mapToClass(Map<String, Object>, Class<T>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Converts the given Map to the given class.
MarkdownDocumentReader - Class in org.springframework.ai.reader.markdown
Reads the given Markdown resource and groups headers, paragraphs, or text divided by horizontal lines (depending on the MarkdownDocumentReaderConfig.horizontalRuleCreateDocument configuration) into Documents.
MarkdownDocumentReader(String) - Constructor for class org.springframework.ai.reader.markdown.MarkdownDocumentReader
 
MarkdownDocumentReader(String, MarkdownDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.markdown.MarkdownDocumentReader
 
MarkdownDocumentReader(Resource, MarkdownDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.markdown.MarkdownDocumentReader
 
MarkdownDocumentReaderConfig - Class in org.springframework.ai.reader.markdown.config
Common configuration for the MarkdownDocumentReader.
MarkdownDocumentReaderConfig(MarkdownDocumentReaderConfig.Builder) - Constructor for class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig
 
MarkdownDocumentReaderConfig.Builder - Class in org.springframework.ai.reader.markdown.config
 
maskSensitiveInfo() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the maskSensitiveInfo record component.
MAX_DOCUMENT_BATCH_SIZE - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
MAX_TOKENS - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
The reply was cut off because the model reached the maximum number of tokens for its context length.
maxBatchTotalTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxBestOf(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxCompletionTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the maxCompletionTokens record component.
maxConcurrentRequests(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxGenLen() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns the value of the maxGenLen record component.
maxInputLength(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxNewTokens(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
maxStopSequences(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxTokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns the value of the maxTokenCount record component.
maxTokens() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokens() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the maxTokens record component.
maxTokenSize - Variable in class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
maxTokensToSample() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the maxTokensToSample record component.
maxTotalTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
maxWaitingTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
media - Variable in class org.springframework.ai.chat.messages.UserMessage
 
media() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the media record component.
media() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
media(Media...) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
media(Media...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
media(MimeType, URL) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
media(MimeType, URL) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
media(MimeType, Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
media(MimeType, Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
Media - Class in org.springframework.ai.model
The Media class represents the data and metadata of a media attachment in a message.
Media(MimeType, Object) - Constructor for class org.springframework.ai.model.Media
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is deprecated since version 1.0.0 M1 and will be removed in a future release.
Media(MimeType, URL) - Constructor for class org.springframework.ai.model.Media
 
Media(MimeType, Resource) - Constructor for class org.springframework.ai.model.Media
 
MediaContent - Interface in org.springframework.ai.model
 
MediaContent(String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
 
MediaContent(String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Shortcut constructor for a text content.
MediaContent(String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Shortcut constructor for a text content.
MediaContent(String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Shortcut constructor for a text content.
MediaContent(String, String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
 
MediaContent(String, String, MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Creates an instance of a MediaContent record class.
MediaContent(String, String, OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Creates an instance of a MediaContent record class.
MediaContent(String, String, ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Creates an instance of a MediaContent record class.
MediaContent(Anthropic3ChatBedrockApi.MediaContent.Source) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
 
MediaContent(Anthropic3ChatBedrockApi.MediaContent.Type, Anthropic3ChatBedrockApi.MediaContent.Source, String, Integer) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Creates an instance of a MediaContent record class.
MediaContent(MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Shortcut constructor for an image content.
MediaContent(OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Shortcut constructor for an image content.
MediaContent(ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Shortcut constructor for an image content.
mediaType() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Returns the value of the mediaType record component.
mediaType() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Returns the value of the mediaType record component.
MEDIUM - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
merge(Object, Object, Class<T>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Merges the source object into the target object and returns an object represented by the given class.
merge(Object, Object, Class<T>, List<String>) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Merges the source object into the target object and returns an object represented by the given class.
merge(EmbeddingOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
merge(MiniMaxApi.ChatCompletionChunk, MiniMaxApi.ChatCompletionChunk) - Method in class org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper
 
merge(MistralAiApi.ChatCompletionChunk, MistralAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.mistralai.api.MistralAiStreamFunctionCallingHelper
Merge the previous and current ChatCompletionChunk into a single one.
merge(MoonshotApi.ChatCompletionChunk, MoonshotApi.ChatCompletionChunk) - Method in class org.springframework.ai.moonshot.api.MoonshotStreamFunctionCallingHelper
 
merge(OpenAiApi.ChatCompletionChunk, OpenAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.openai.api.OpenAiStreamFunctionCallingHelper
Merge the previous and current ChatCompletionChunk into a single one.
merge(ZhiPuAiApi.ChatCompletionChunk, ZhiPuAiApi.ChatCompletionChunk) - Method in class org.springframework.ai.zhipuai.api.ZhiPuAiStreamFunctionCallingHelper
Merge the previous and current ChatCompletionChunk into a single one.
mergeBeans(S, T, Class<I>, boolean) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Merges the source object into the target object.
mergeChatCompletions(ChatCompletions, ChatCompletions) - Static method in class org.springframework.ai.azure.openai.MergeUtils
Merge two ChatCompletions instances into a single ChatCompletions instance.
mergeOption(T, T) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Return the runtime value if not empty, or else the default value.
mergeToolUseEvents(AnthropicApi.StreamEvent, AnthropicApi.StreamEvent) - Method in class org.springframework.ai.anthropic.api.StreamHelper
 
MergeUtils - Class in org.springframework.ai.azure.openai
Utility class for merging ChatCompletions instances and their associated objects.
MergeUtils() - Constructor for class org.springframework.ai.azure.openai.MergeUtils
 
message() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Returns the value of the message record component.
message() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns the value of the message record component.
Message - Interface in org.springframework.ai.chat.messages
The Message interface represents a message that can be sent or received in a chat application.
Message(String, String) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Short-hand constructor for a message without citation metadata.
Message(String, String, VertexAiPaLm2Api.Message.CitationMetadata) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Creates an instance of a Message record class.
Message(OllamaApi.Message.Role, String, List<String>, List<OllamaApi.Message.ToolCall>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.Message
Creates an instance of a Message record class.
MESSAGE_DELTA - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
Message delta event, indicating top-level changes to the final Message object.
MESSAGE_DELTA - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Message delta.
MESSAGE_START - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
Message start event.
MESSAGE_START - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Message start.
MESSAGE_STOP - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
A final message stop event.
MESSAGE_STOP - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Message stop.
MESSAGE_TYPE - Static variable in class org.springframework.ai.chat.messages.AbstractMessage
 
MessageAggregator - Class in org.springframework.ai.chat.model
Helper that for streaming chat responses, aggregate the chat response messages into a single AssistantMessage.
MessageAggregator() - Constructor for class org.springframework.ai.chat.model.MessageAggregator
 
MessageAggregator.DefaultUsage - Record Class in org.springframework.ai.chat.model
 
MessageChatMemoryAdvisor - Class in org.springframework.ai.chat.client.advisor
Memory is retrieved added as a collection of messages to the prompt
MessageChatMemoryAdvisor(ChatMemory) - Constructor for class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
MessageChatMemoryAdvisor(ChatMemory, String, int) - Constructor for class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
MessageChatMemoryAdvisor(ChatMemory, String, int, int) - Constructor for class org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor
 
MessageChatMemoryAdvisor.Builder - Class in org.springframework.ai.chat.client.advisor
 
MessageDelta(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Creates an instance of a MessageDelta record class.
MessageDeltaEvent(AnthropicApi.EventType, AnthropicApi.MessageDeltaEvent.MessageDelta, AnthropicApi.MessageDeltaEvent.MessageDeltaUsage) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Creates an instance of a MessageDeltaEvent record class.
MessageDeltaUsage(Integer) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Creates an instance of a MessageDeltaUsage record class.
MessagePrompt(String, List<VertexAiPaLm2Api.Message>) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Shortcut constructor for a message prompt without context.
MessagePrompt(String, List<VertexAiPaLm2Api.MessagePrompt.Example>, List<VertexAiPaLm2Api.Message>) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Creates an instance of a MessagePrompt record class.
MessagePrompt(List<VertexAiPaLm2Api.Message>) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Shortcut constructor for a message prompt without context.
messages() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Returns the value of the messages record component.
messages() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the messages record component.
messages(List<Message>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
messages(List<Message>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
messages(Message...) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
messages(Message...) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
MessageStartEvent(AnthropicApi.EventType, AnthropicApi.ChatCompletionResponse) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Creates an instance of a MessageStartEvent record class.
MessageStopEvent(AnthropicApi.EventType) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStopEvent
Creates an instance of a MessageStopEvent record class.
MessageToPromptConverter - Class in org.springframework.ai.bedrock
Converts a list of messages to a prompt for bedrock models.
MessageToPromptConverter - Class in org.springframework.ai.watsonx.utils
 
messageToString(Message) - Method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
messageToString(Message) - Method in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
messageType - Variable in class org.springframework.ai.chat.messages.AbstractMessage
 
MessageType - Enum Class in org.springframework.ai.chat.messages
The MessageType enum represents the type of message in a chat application.
metadata - Variable in class org.springframework.ai.chat.messages.AbstractMessage
Additional options for the message to influence the response, not a generative map.
metadata() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns the value of the metadata record component.
Metadata(String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Creates an instance of a Metadata record class.
METADATA_END_PAGE_NUMBER - Static variable in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
METADATA_END_PAGE_NUMBER - Static variable in class org.springframework.ai.writer.FileDocumentWriter
 
METADATA_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
METADATA_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
METADATA_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
METADATA_FILE_NAME - Static variable in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
METADATA_SOURCE - Static variable in class org.springframework.ai.reader.tika.TikaDocumentReader
Metadata key representing the source of the document.
METADATA_START_PAGE_NUMBER - Static variable in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
METADATA_START_PAGE_NUMBER - Static variable in class org.springframework.ai.writer.FileDocumentWriter
 
MetadataField(String, SearchFieldDataType) - Constructor for record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Creates an instance of a MetadataField record class.
MetadataField(String, WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type) - Constructor for record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Creates an instance of a MetadataField record class.
MetadataField(String, Schema.FieldType) - Constructor for record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Creates an instance of a MetadataField record class.
metadataFilter(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
metadataFilter(Map<String, Object>, MetadataMode) - Method in class org.springframework.ai.document.DefaultContentFormatter
Filters the metadata by the configured MetadataMode.
metadataMode - Variable in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
MetadataMode - Enum Class in org.springframework.ai.document
 
METADATAS - Enum constant in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
 
metrics() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Prometheus metrics scrape endpoint Prometheus metrics scrape endpoint
metricsWithHttpInfo() - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
Prometheus metrics scrape endpoint Prometheus metrics scrape endpoint
MILVUS - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
milvusClient(MilvusVectorStoreProperties, MilvusServiceClientProperties, MilvusServiceClientConnectionDetails) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoConfiguration
 
MilvusFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into Milvus metadata filter expression format.
MilvusFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.MilvusFilterExpressionConverter
 
MilvusServiceClientConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.milvus
 
MilvusServiceClientProperties - Class in org.springframework.ai.autoconfigure.vectorstore.milvus
Parameters for Milvus client connection.
MilvusServiceClientProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
MilvusVectorStore - Class in org.springframework.ai.vectorstore
 
MilvusVectorStore(MilvusServiceClient, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.MilvusVectorStore
 
MilvusVectorStore(MilvusServiceClient, EmbeddingModel, boolean, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.MilvusVectorStore
 
MilvusVectorStore(MilvusServiceClient, EmbeddingModel, MilvusVectorStore.MilvusVectorStoreConfig, boolean, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.MilvusVectorStore
 
MilvusVectorStore(MilvusServiceClient, EmbeddingModel, MilvusVectorStore.MilvusVectorStoreConfig, boolean, BatchingStrategy, ObservationRegistry, VectorStoreObservationConvention) - Constructor for class org.springframework.ai.vectorstore.MilvusVectorStore
 
MilvusVectorStore.MilvusVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration for the Milvus vector store.
MilvusVectorStore.MilvusVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
MilvusVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.milvus
 
MilvusVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoConfiguration
 
MilvusVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.milvus
 
MilvusVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
MilvusVectorStoreProperties.MilvusIndexType - Enum Class in org.springframework.ai.autoconfigure.vectorstore.milvus
 
MilvusVectorStoreProperties.MilvusMetricType - Enum Class in org.springframework.ai.autoconfigure.vectorstore.milvus
 
mimeType - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
The MIME type of the content of the image.
mimeType - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
MimeTypeDetector - Class in org.springframework.ai.vertexai.gemini
Gemini supports the following MIME types: image/gif image/png image/jpeg video/mov video/mpeg video/mp4 video/mpg video/avi video/wmv video/mpegps video/flv https://cloud.google.com/vertex-ai/docs/generative-ai/model-reference/gemini
MimeTypeDetector() - Constructor for class org.springframework.ai.vertexai.gemini.MimeTypeDetector
 
mimeTypeToStringConverter() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreAutoConfiguration
 
MINIMAX - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
MiniMaxApi - Class in org.springframework.ai.minimax.api
Single class implementation of the MiniMax Chat Completion API and MiniMax Embedding API.
MiniMaxApi(String) - Constructor for class org.springframework.ai.minimax.api.MiniMaxApi
Create a new chat completion api with default base URL.
MiniMaxApi(String, String) - Constructor for class org.springframework.ai.minimax.api.MiniMaxApi
Create a new chat completion api.
MiniMaxApi(String, String, RestClient.Builder) - Constructor for class org.springframework.ai.minimax.api.MiniMaxApi
Create a new chat completion api.
MiniMaxApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.minimax.api.MiniMaxApi
Create a new chat completion api.
MiniMaxApi.ChatCompletion - Record Class in org.springframework.ai.minimax.api
Represents a chat completion response returned by model, based on the provided input.
MiniMaxApi.ChatCompletion.BaseResponse - Record Class in org.springframework.ai.minimax.api
 
MiniMaxApi.ChatCompletion.Choice - Record Class in org.springframework.ai.minimax.api
Chat completion choice.
MiniMaxApi.ChatCompletionChunk - Record Class in org.springframework.ai.minimax.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
MiniMaxApi.ChatCompletionChunk.ChunkChoice - Record Class in org.springframework.ai.minimax.api
Chat completion choice.
MiniMaxApi.ChatCompletionFinishReason - Enum Class in org.springframework.ai.minimax.api
The reason the model stopped generating tokens.
MiniMaxApi.ChatCompletionMessage - Record Class in org.springframework.ai.minimax.api
Message comprising the conversation.
MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction - Record Class in org.springframework.ai.minimax.api
The function definition.
MiniMaxApi.ChatCompletionMessage.MediaContent - Record Class in org.springframework.ai.minimax.api
An array of content parts with a defined type.
MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl - Record Class in org.springframework.ai.minimax.api
 
MiniMaxApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.minimax.api
The role of the author of this message.
MiniMaxApi.ChatCompletionMessage.ToolCall - Record Class in org.springframework.ai.minimax.api
The relevant tool call.
MiniMaxApi.ChatCompletionRequest - Record Class in org.springframework.ai.minimax.api
Creates a model response for the given chat conversation.
MiniMaxApi.ChatCompletionRequest.ResponseFormat - Record Class in org.springframework.ai.minimax.api
An object specifying the format that the model must output.
MiniMaxApi.ChatCompletionRequest.ToolChoiceBuilder - Class in org.springframework.ai.minimax.api
Helper factory that creates a tool_choice of type 'none', 'auto' or selected function by name.
MiniMaxApi.ChatModel - Enum Class in org.springframework.ai.minimax.api
MiniMax Chat Completion Models: MiniMax Model.
MiniMaxApi.EmbeddingList - Record Class in org.springframework.ai.minimax.api
List of multiple embedding responses.
MiniMaxApi.EmbeddingModel - Enum Class in org.springframework.ai.minimax.api
MiniMax Embeddings Models: Embeddings.
MiniMaxApi.EmbeddingRequest - Record Class in org.springframework.ai.minimax.api
Creates an embedding vector representing the input text.
MiniMaxApi.EmbeddingType - Enum Class in org.springframework.ai.minimax.api
MiniMax Embeddings Types
MiniMaxApi.FunctionTool - Record Class in org.springframework.ai.minimax.api
Represents a tool the model may call.
MiniMaxApi.FunctionTool.Function - Record Class in org.springframework.ai.minimax.api
Function definition.
MiniMaxApi.FunctionTool.Type - Enum Class in org.springframework.ai.minimax.api
Create a tool of type 'function' and the given function definition.
MiniMaxApi.LogProbs - Record Class in org.springframework.ai.minimax.api
Log probability information for the choice.
MiniMaxApi.LogProbs.Content - Record Class in org.springframework.ai.minimax.api
Message content tokens with log probability information.
MiniMaxApi.LogProbs.Content.TopLogProbs - Record Class in org.springframework.ai.minimax.api
The most likely tokens and their log probability, at this token position.
MiniMaxApi.Usage - Record Class in org.springframework.ai.minimax.api
Usage statistics for the completion request.
MiniMaxApiConstants - Class in org.springframework.ai.minimax.api
Common value constants for MiniMax api.
MiniMaxApiConstants() - Constructor for class org.springframework.ai.minimax.api.MiniMaxApiConstants
 
MiniMaxAutoConfiguration - Class in org.springframework.ai.autoconfigure.minimax
 
MiniMaxAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.minimax.MiniMaxAutoConfiguration
 
miniMaxChatModel(MiniMaxConnectionProperties, MiniMaxChatProperties, RestClient.Builder, List<FunctionCallback>, FunctionCallbackContext, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxAutoConfiguration
 
MiniMaxChatModel - Class in org.springframework.ai.minimax
ChatModel and StreamingChatModel implementation for MiniMax backed by MiniMaxApi.
MiniMaxChatModel(MiniMaxApi) - Constructor for class org.springframework.ai.minimax.MiniMaxChatModel
Creates an instance of the MiniMaxChatModel.
MiniMaxChatModel(MiniMaxApi, MiniMaxChatOptions) - Constructor for class org.springframework.ai.minimax.MiniMaxChatModel
Initializes an instance of the MiniMaxChatModel.
MiniMaxChatModel(MiniMaxApi, MiniMaxChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.minimax.MiniMaxChatModel
Initializes a new instance of the MiniMaxChatModel.
MiniMaxChatModel(MiniMaxApi, MiniMaxChatOptions, FunctionCallbackContext, RetryTemplate) - Constructor for class org.springframework.ai.minimax.MiniMaxChatModel
Initializes a new instance of the MiniMaxChatModel.
MiniMaxChatOptions - Class in org.springframework.ai.minimax
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API.
MiniMaxChatOptions() - Constructor for class org.springframework.ai.minimax.MiniMaxChatOptions
 
MiniMaxChatOptions.Builder - Class in org.springframework.ai.minimax
 
MiniMaxChatProperties - Class in org.springframework.ai.autoconfigure.minimax
 
MiniMaxChatProperties() - Constructor for class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
MiniMaxConnectionProperties - Class in org.springframework.ai.autoconfigure.minimax
 
MiniMaxConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.minimax.MiniMaxConnectionProperties
 
miniMaxEmbeddingModel(MiniMaxConnectionProperties, MiniMaxEmbeddingProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxAutoConfiguration
 
MiniMaxEmbeddingModel - Class in org.springframework.ai.minimax
MiniMax Embedding Model implementation.
MiniMaxEmbeddingModel(MiniMaxApi) - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingModel
Constructor for the MiniMaxEmbeddingModel class.
MiniMaxEmbeddingModel(MiniMaxApi, MetadataMode) - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingModel
Initializes a new instance of the MiniMaxEmbeddingModel class.
MiniMaxEmbeddingModel(MiniMaxApi, MetadataMode, MiniMaxEmbeddingOptions) - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingModel
Initializes a new instance of the MiniMaxEmbeddingModel class.
MiniMaxEmbeddingModel(MiniMaxApi, MetadataMode, MiniMaxEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingModel
Initializes a new instance of the MiniMaxEmbeddingModel class.
MiniMaxEmbeddingModel(MiniMaxApi, MetadataMode, MiniMaxEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingModel
Initializes a new instance of the MiniMaxEmbeddingModel class.
MiniMaxEmbeddingOptions - Class in org.springframework.ai.minimax
This class represents the options for MiniMax embedding.
MiniMaxEmbeddingOptions() - Constructor for class org.springframework.ai.minimax.MiniMaxEmbeddingOptions
 
MiniMaxEmbeddingOptions.Builder - Class in org.springframework.ai.minimax
 
MiniMaxEmbeddingProperties - Class in org.springframework.ai.autoconfigure.minimax
 
MiniMaxEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
MiniMaxRuntimeHints - Class in org.springframework.ai.minimax.aot
The MiniMaxRuntimeHints class is responsible for registering runtime hints for MiniMax API classes.
MiniMaxRuntimeHints() - Constructor for class org.springframework.ai.minimax.aot.MiniMaxRuntimeHints
 
MiniMaxStreamFunctionCallingHelper - Class in org.springframework.ai.minimax.api
Helper class to support Streaming function calling.
MiniMaxStreamFunctionCallingHelper() - Constructor for class org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper
 
MiniMaxUsage - Class in org.springframework.ai.minimax.metadata
Usage implementation for MiniMax.
MiniMaxUsage(MiniMaxApi.Usage) - Constructor for class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
MINUS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
MINUS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
MINUS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
MINUS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
MISTRAL - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The 7B parameters model
MISTRAL_AI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
MISTRAL_NEMO - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
A 12B model with 128k context length, built by Mistral AI in collaboration with NVIDIA.
MistralAiApi - Class in org.springframework.ai.mistralai.api
Single-class, Java Client library for Mistral AI platform.
MistralAiApi(String) - Constructor for class org.springframework.ai.mistralai.api.MistralAiApi
Create a new client api with DEFAULT_BASE_URL
MistralAiApi(String, String) - Constructor for class org.springframework.ai.mistralai.api.MistralAiApi
Create a new client api.
MistralAiApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.mistralai.api.MistralAiApi
Create a new client api.
MistralAiApi.ChatCompletion - Record Class in org.springframework.ai.mistralai.api
Represents a chat completion response returned by model, based on the provided input.
MistralAiApi.ChatCompletion.Choice - Record Class in org.springframework.ai.mistralai.api
Chat completion choice.
MistralAiApi.ChatCompletionChunk - Record Class in org.springframework.ai.mistralai.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
MistralAiApi.ChatCompletionChunk.ChunkChoice - Record Class in org.springframework.ai.mistralai.api
Chat completion choice.
MistralAiApi.ChatCompletionFinishReason - Enum Class in org.springframework.ai.mistralai.api
The reason the model stopped generating tokens.
MistralAiApi.ChatCompletionMessage - Record Class in org.springframework.ai.mistralai.api
Message comprising the conversation.
MistralAiApi.ChatCompletionMessage.ChatCompletionFunction - Record Class in org.springframework.ai.mistralai.api
The function definition.
MistralAiApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.mistralai.api
The role of the author of this message.
MistralAiApi.ChatCompletionMessage.ToolCall - Record Class in org.springframework.ai.mistralai.api
The relevant tool call.
MistralAiApi.ChatCompletionRequest - Record Class in org.springframework.ai.mistralai.api
Creates a model request for chat conversation.
MistralAiApi.ChatCompletionRequest.ResponseFormat - Record Class in org.springframework.ai.mistralai.api
An object specifying the format that the model must output.
MistralAiApi.ChatCompletionRequest.ToolChoice - Enum Class in org.springframework.ai.mistralai.api
Specifies a tool the model should use.
MistralAiApi.ChatModel - Enum Class in org.springframework.ai.mistralai.api
List of well-known Mistral chat models.
MistralAiApi.Embedding - Record Class in org.springframework.ai.mistralai.api
Represents an embedding vector returned by embedding endpoint.
MistralAiApi.EmbeddingList<T> - Record Class in org.springframework.ai.mistralai.api
List of multiple embedding responses.
MistralAiApi.EmbeddingModel - Enum Class in org.springframework.ai.mistralai.api
List of well-known Mistral embedding models.
MistralAiApi.EmbeddingRequest<T> - Record Class in org.springframework.ai.mistralai.api
Creates an embedding vector representing the input text.
MistralAiApi.FunctionTool - Record Class in org.springframework.ai.mistralai.api
Represents a tool the model may call.
MistralAiApi.FunctionTool.Function - Record Class in org.springframework.ai.mistralai.api
Function definition.
MistralAiApi.FunctionTool.Type - Enum Class in org.springframework.ai.mistralai.api
Create a tool of type 'function' and the given function definition.
MistralAiApi.LogProbs - Record Class in org.springframework.ai.mistralai.api
Log probability information for the choice.
MistralAiApi.LogProbs.Content - Record Class in org.springframework.ai.mistralai.api
Message content tokens with log probability information.
MistralAiApi.LogProbs.Content.TopLogProbs - Record Class in org.springframework.ai.mistralai.api
The most likely tokens and their log probability, at this token position.
MistralAiApi.Usage - Record Class in org.springframework.ai.mistralai.api
Usage statistics.
MistralAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.mistralai
 
MistralAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.mistralai.MistralAiAutoConfiguration
 
MistralAiBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "mistralai".
MistralAiBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.MistralAiBindingsPropertiesProcessor
 
mistralAiChatModel(MistralAiCommonProperties, MistralAiChatProperties, RestClient.Builder, List<FunctionCallback>, FunctionCallbackContext, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiAutoConfiguration
 
MistralAiChatModel - Class in org.springframework.ai.mistralai
Represents a Mistral AI Chat Model.
MistralAiChatModel(MistralAiApi) - Constructor for class org.springframework.ai.mistralai.MistralAiChatModel
 
MistralAiChatModel(MistralAiApi, MistralAiChatOptions) - Constructor for class org.springframework.ai.mistralai.MistralAiChatModel
 
MistralAiChatModel(MistralAiApi, MistralAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate) - Constructor for class org.springframework.ai.mistralai.MistralAiChatModel
 
MistralAiChatModel(MistralAiApi, MistralAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.mistralai.MistralAiChatModel
 
MistralAiChatModel(MistralAiApi, MistralAiChatOptions, FunctionCallbackContext, RetryTemplate) - Constructor for class org.springframework.ai.mistralai.MistralAiChatModel
 
MistralAiChatOptions - Class in org.springframework.ai.mistralai
 
MistralAiChatOptions() - Constructor for class org.springframework.ai.mistralai.MistralAiChatOptions
 
MistralAiChatOptions.Builder - Class in org.springframework.ai.mistralai
 
MistralAiChatProperties - Class in org.springframework.ai.autoconfigure.mistralai
 
MistralAiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
MistralAiCommonProperties - Class in org.springframework.ai.autoconfigure.mistralai
 
MistralAiCommonProperties() - Constructor for class org.springframework.ai.autoconfigure.mistralai.MistralAiCommonProperties
 
mistralAiEmbeddingModel(MistralAiCommonProperties, MistralAiEmbeddingProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiAutoConfiguration
 
MistralAiEmbeddingModel - Class in org.springframework.ai.mistralai
Provides the Mistral AI Embedding Model.
MistralAiEmbeddingModel(MistralAiApi) - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
MistralAiEmbeddingModel(MistralAiApi, MetadataMode) - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
MistralAiEmbeddingModel(MistralAiApi, MetadataMode, MistralAiEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
MistralAiEmbeddingModel(MistralAiApi, MetadataMode, MistralAiEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
MistralAiEmbeddingModel(MistralAiApi, MistralAiEmbeddingOptions) - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingModel
 
MistralAiEmbeddingOptions - Class in org.springframework.ai.mistralai
 
MistralAiEmbeddingOptions() - Constructor for class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
MistralAiEmbeddingOptions.Builder - Class in org.springframework.ai.mistralai
 
MistralAiEmbeddingProperties - Class in org.springframework.ai.autoconfigure.mistralai
 
MistralAiEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
MistralAiParentProperties - Class in org.springframework.ai.autoconfigure.mistralai
 
MistralAiParentProperties() - Constructor for class org.springframework.ai.autoconfigure.mistralai.MistralAiParentProperties
 
MistralAiRuntimeHints - Class in org.springframework.ai.mistralai.aot
The MistralAiRuntimeHints class is responsible for registering runtime hints for Mistral AI API classes.
MistralAiRuntimeHints() - Constructor for class org.springframework.ai.mistralai.aot.MistralAiRuntimeHints
 
MistralAiStreamFunctionCallingHelper - Class in org.springframework.ai.mistralai.api
Helper class to support Streaming function calling.
MistralAiStreamFunctionCallingHelper() - Constructor for class org.springframework.ai.mistralai.api.MistralAiStreamFunctionCallingHelper
 
MistralAiUsage - Class in org.springframework.ai.mistralai.metadata
Usage implementation for Mistral AI.
MistralAiUsage(MistralAiApi.Usage) - Constructor for class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
MIXTRAL - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
ModalityUtils() - Constructor for class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityUtils
 
model() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Returns the value of the model record component.
model() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Returns the value of the model record component.
Model<TReq extends ModelRequest<?>,TRes extends ModelResponse<?>> - Interface in org.springframework.ai.model
The Model interface provides a generic API for invoking AI models.
Model(String, String, String, String, String, Integer, Integer, List<String>, Double, Double, Integer) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Creates an instance of a Model record class.
MODEL - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
 
MODEL_LENGTH - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
The content was omitted due to a flag from our content filters.
MODEL_PARAMETER_IS_REQUIRED - Static variable in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest.Builder
 
ModelDescription - Interface in org.springframework.ai.model
Describes an AI model's basic characteristics.
modelDeviceType(String) - Method in class org.springframework.ai.huggingface.model.Info
 
modelDtype(String) - Method in class org.springframework.ai.huggingface.model.Info
 
modelId() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns the value of the modelId record component.
modelId(String) - Method in class org.springframework.ai.huggingface.model.Info
 
MODELING_COMPOUND - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
ModelObservationContext<REQ,RES> - Class in org.springframework.ai.model.observation
Context used when sending a request to a machine learning model and waiting for a response from the model provider.
ModelObservationContext(REQ, AiOperationMetadata) - Constructor for class org.springframework.ai.model.observation.ModelObservationContext
 
ModelOptions - Interface in org.springframework.ai.model
Interface representing the customizable options for AI model interactions.
ModelOptionsUtils - Class in org.springframework.ai.model
Utility class for manipulating ModelOptions objects.
ModelOptionsUtils() - Constructor for class org.springframework.ai.model.ModelOptionsUtils
 
modelPipelineTag(String) - Method in class org.springframework.ai.huggingface.model.Info
 
ModelRequest<T> - Interface in org.springframework.ai.model
Interface representing a request to an AI model.
ModelResponse<T extends ModelResult<?>> - Interface in org.springframework.ai.model
Interface representing the response received from an AI model.
ModelResult<T> - Interface in org.springframework.ai.model
This interface provides methods to access the main output of the AI model and the metadata associated with this result.
modelSha(String) - Method in class org.springframework.ai.huggingface.model.Info
 
ModelUsageMetricsGenerator - Class in org.springframework.ai.model.observation
Generate metrics about the model usage in the context of an AI operation.
ModelUsageMetricsGenerator() - Constructor for class org.springframework.ai.model.observation.ModelUsageMetricsGenerator
 
modeNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
Moderation - Class in org.springframework.ai.moderation
The Moderation class represents the result of a moderation process.
Moderation.Builder - Class in org.springframework.ai.moderation
 
ModerationGenerationMetadata - Interface in org.springframework.ai.moderation
An interface that represents metadata associated with the results of a moderation generation process.
ModerationMessage - Class in org.springframework.ai.moderation
Represents a single message intended for moderation, encapsulating the text content.
ModerationMessage(String) - Constructor for class org.springframework.ai.moderation.ModerationMessage
 
ModerationModel - Interface in org.springframework.ai.moderation
The ModerationModel interface defines a generic AI model for moderation.
ModerationOptions - Interface in org.springframework.ai.moderation
Represents the options for moderation.
ModerationOptionsBuilder - Class in org.springframework.ai.moderation
A builder class for creating instances of ModerationOptions.
ModerationPrompt - Class in org.springframework.ai.moderation
Represents a prompt for moderation containing a single message and the options for the moderation model.
ModerationPrompt(String) - Constructor for class org.springframework.ai.moderation.ModerationPrompt
 
ModerationPrompt(String, ModerationOptions) - Constructor for class org.springframework.ai.moderation.ModerationPrompt
 
ModerationPrompt(ModerationMessage, ModerationOptions) - Constructor for class org.springframework.ai.moderation.ModerationPrompt
 
ModerationResponse - Class in org.springframework.ai.moderation
Represents a response from a moderation process, encapsulating the moderation metadata and the generated content.
ModerationResponse(Generation) - Constructor for class org.springframework.ai.moderation.ModerationResponse
 
ModerationResponse(Generation, ModerationResponseMetadata) - Constructor for class org.springframework.ai.moderation.ModerationResponse
 
ModerationResponseMetadata - Class in org.springframework.ai.moderation
Defines the metadata associated with a moderation response, extending a base response interface.
ModerationResponseMetadata() - Constructor for class org.springframework.ai.moderation.ModerationResponseMetadata
 
ModerationResult - Class in org.springframework.ai.moderation
Represents the result of a moderation process, indicating whether content was flagged, the categories of moderation, and detailed scores for each category.
ModerationResult.Builder - Class in org.springframework.ai.moderation
 
mongoCustomConversions() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreAutoConfiguration
 
MONGODB - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
MongoDBAtlasFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into MongoDB Atlas metadata filter expression format.
MongoDBAtlasFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.MongoDBAtlasFilterExpressionConverter
 
MongoDBAtlasVectorStore - Class in org.springframework.ai.vectorstore
 
MongoDBAtlasVectorStore(MongoTemplate, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
MongoDBAtlasVectorStore(MongoTemplate, EmbeddingModel, MongoDBAtlasVectorStore.MongoDBVectorStoreConfig, boolean) - Constructor for class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
MongoDBAtlasVectorStore(MongoTemplate, EmbeddingModel, MongoDBAtlasVectorStore.MongoDBVectorStoreConfig, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
MongoDBAtlasVectorStore.MongoDBVectorStoreConfig - Class in org.springframework.ai.vectorstore
 
MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
MongoDBAtlasVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.mongo
 
MongoDBAtlasVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreAutoConfiguration
 
MongoDBAtlasVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.mongo
 
MongoDBAtlasVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
MOONDREAM - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
A small vision language model designed to run efficiently on edge devices.
MOONSHOT - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
MOONSHOT_V1_128K - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
 
MOONSHOT_V1_32K - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
 
MOONSHOT_V1_8K - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
 
MoonshotApi - Class in org.springframework.ai.moonshot.api
Single-class, Java Client library for Moonshot platform.
MoonshotApi(String) - Constructor for class org.springframework.ai.moonshot.api.MoonshotApi
Create a new client api with DEFAULT_BASE_URL
MoonshotApi(String, String) - Constructor for class org.springframework.ai.moonshot.api.MoonshotApi
Create a new client api.
MoonshotApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.moonshot.api.MoonshotApi
Create a new client api.
MoonshotApi.ChatCompletion - Record Class in org.springframework.ai.moonshot.api
Represents a chat completion response returned by model, based on the provided input.
MoonshotApi.ChatCompletion.Choice - Record Class in org.springframework.ai.moonshot.api
Chat completion choice.
MoonshotApi.ChatCompletionChunk - Record Class in org.springframework.ai.moonshot.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
MoonshotApi.ChatCompletionChunk.ChunkChoice - Record Class in org.springframework.ai.moonshot.api
Chat completion choice.
MoonshotApi.ChatCompletionFinishReason - Enum Class in org.springframework.ai.moonshot.api
The reason the model stopped generating tokens.
MoonshotApi.ChatCompletionMessage - Record Class in org.springframework.ai.moonshot.api
Message comprising the conversation.
MoonshotApi.ChatCompletionMessage.ChatCompletionFunction - Record Class in org.springframework.ai.moonshot.api
The function definition.
MoonshotApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.moonshot.api
The role of the author of this message.
MoonshotApi.ChatCompletionMessage.ToolCall - Record Class in org.springframework.ai.moonshot.api
The relevant tool call.
MoonshotApi.ChatCompletionRequest - Record Class in org.springframework.ai.moonshot.api
Creates a model response for the given chat conversation.
MoonshotApi.ChatCompletionRequest.ToolChoiceBuilder - Class in org.springframework.ai.moonshot.api
Helper factory that creates a tool_choice of type 'none', 'auto' or selected function by name.
MoonshotApi.ChatModel - Enum Class in org.springframework.ai.moonshot.api
Moonshot Chat Completion Models: MOONSHOT_V1_8K - moonshot-v1-8k MOONSHOT_V1_32K - moonshot-v1-32k MOONSHOT_V1_128K - moonshot-v1-128k
MoonshotApi.FunctionTool - Record Class in org.springframework.ai.moonshot.api
Represents a tool the model may call.
MoonshotApi.FunctionTool.Function - Record Class in org.springframework.ai.moonshot.api
Function definition.
MoonshotApi.FunctionTool.Type - Enum Class in org.springframework.ai.moonshot.api
Create a tool of type 'function' and the given function definition.
MoonshotApi.Usage - Record Class in org.springframework.ai.moonshot.api
Usage statistics.
MoonshotAutoConfiguration - Class in org.springframework.ai.autoconfigure.moonshot
 
MoonshotAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.moonshot.MoonshotAutoConfiguration
 
moonshotChatModel(MoonshotCommonProperties, MoonshotChatProperties, RestClient.Builder, List<FunctionCallback>, FunctionCallbackContext, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotAutoConfiguration
 
MoonshotChatModel - Class in org.springframework.ai.moonshot
 
MoonshotChatModel(MoonshotApi) - Constructor for class org.springframework.ai.moonshot.MoonshotChatModel
Initializes a new instance of the MoonshotChatModel.
MoonshotChatModel(MoonshotApi, MoonshotChatOptions) - Constructor for class org.springframework.ai.moonshot.MoonshotChatModel
Initializes a new instance of the MoonshotChatModel.
MoonshotChatModel(MoonshotApi, MoonshotChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.moonshot.MoonshotChatModel
Initializes a new instance of the MoonshotChatModel.
MoonshotChatModel(MoonshotApi, MoonshotChatOptions, FunctionCallbackContext, RetryTemplate) - Constructor for class org.springframework.ai.moonshot.MoonshotChatModel
Initializes a new instance of the MoonshotChatModel.
MoonshotChatOptions - Class in org.springframework.ai.moonshot
 
MoonshotChatOptions() - Constructor for class org.springframework.ai.moonshot.MoonshotChatOptions
 
MoonshotChatOptions.Builder - Class in org.springframework.ai.moonshot
 
MoonshotChatProperties - Class in org.springframework.ai.autoconfigure.moonshot
 
MoonshotChatProperties() - Constructor for class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
MoonshotCommonProperties - Class in org.springframework.ai.autoconfigure.moonshot
 
MoonshotCommonProperties() - Constructor for class org.springframework.ai.autoconfigure.moonshot.MoonshotCommonProperties
 
MoonshotConstants - Class in org.springframework.ai.moonshot.api
 
MoonshotConstants() - Constructor for class org.springframework.ai.moonshot.api.MoonshotConstants
 
MoonshotParentProperties - Class in org.springframework.ai.autoconfigure.moonshot
 
MoonshotParentProperties() - Constructor for class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
 
MoonshotRuntimeHints - Class in org.springframework.ai.moonshot.aot
The MoonshotRuntimeHints class is responsible for registering runtime hints for Moonshot API classes.
MoonshotRuntimeHints() - Constructor for class org.springframework.ai.moonshot.aot.MoonshotRuntimeHints
 
MoonshotStreamFunctionCallingHelper - Class in org.springframework.ai.moonshot.api
Helper class to support Streaming function calling.
MoonshotStreamFunctionCallingHelper() - Constructor for class org.springframework.ai.moonshot.api.MoonshotStreamFunctionCallingHelper
 
MoonshotUsage - Class in org.springframework.ai.moonshot.metadata
 
MoonshotUsage(MoonshotApi.Usage) - Constructor for class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
MP3 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
MULTI - Enum constant in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
 
MULTIMODAL_EMBEDDING_001 - Enum constant in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
Multimodal model.Expires on May 14, 2025.
multimodalEmbedding(VertexAiEmbeddingConnectionDetails, VertexAiMultimodalEmbeddingProperties) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingAutoConfiguration
 
MultimodalInstanceBuilder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
MutableResponseMetadata - Class in org.springframework.ai.model
 
MutableResponseMetadata() - Constructor for class org.springframework.ai.model.MutableResponseMetadata
 
mutate() - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
Return a ChatClient.Builder to create a new ChatClient whose settings are replicated from this ChatClientRequest.
mutate() - Method in interface org.springframework.ai.chat.client.ChatClient
Return a ChatClient.Builder to create a new ChatClient whose settings are replicated from the default ChatClient.ChatClientRequestSpec of this client.
mutate() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
Return a ChatClient2Builder to create a new ChatClient2 whose settings are replicated from this ChatClientRequest.
mutate() - Method in class org.springframework.ai.chat.client.DefaultChatClient
Return a ChatClient2Builder to create a new ChatClient whose settings are replicated from this ChatClientRequest.

N

n() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the n record component.
n() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the n record component.
n() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the n record component.
n() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the n record component.
n() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the n record component.
name - Variable in enum class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
 
name() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Returns the value of the name record component.
namespace(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
ne(String, Object) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
NE - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
NE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
NE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
NE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.CompareContext
 
needsRefresh() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
negate(Filter.Operand) - Static method in class org.springframework.ai.vectorstore.filter.FilterHelper
Transforms the input expression into a semantically equivalent one with negation operators propagated thought the expression tree by following the negation rules:
NEGATIVE_INFINITY - Static variable in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
NEGATIVE_INNER_PRODUCT - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
negativePrompt() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the negativePrompt record component.
NEO4J - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
Neo4jVectorFilterExpressionConverter - Class in org.springframework.ai.vectorstore.filter
Converts Filter.Expression into Neo4j condition expression format.
Neo4jVectorFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.filter.Neo4jVectorFilterExpressionConverter
 
Neo4jVectorStore - Class in org.springframework.ai.vectorstore
 
Neo4jVectorStore(Driver, EmbeddingModel, Neo4jVectorStore.Neo4jVectorStoreConfig, boolean) - Constructor for class org.springframework.ai.vectorstore.Neo4jVectorStore
 
Neo4jVectorStore(Driver, EmbeddingModel, Neo4jVectorStore.Neo4jVectorStoreConfig, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.Neo4jVectorStore
 
Neo4jVectorStore.Neo4jDistanceType - Enum Class in org.springframework.ai.vectorstore
An enum to configure the distance function used in the Neo4j vector index.
Neo4jVectorStore.Neo4jVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration for the Neo4j vector store.
Neo4jVectorStore.Neo4jVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
Neo4jVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.neo4j
 
Neo4jVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreAutoConfiguration
 
Neo4jVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.neo4j
 
Neo4jVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
NEON_PUNK - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
NEURAL_CHAT - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
A fine-tuned Mistral model
NEXT - Enum constant in enum class org.springframework.ai.transformer.SummaryMetadataEnricher.SummaryType
 
nextAroundCall(AdvisedRequest) - Method in interface org.springframework.ai.chat.client.advisor.api.CallAroundAdvisorChain
Invokes the next Around Advisor in the CallAroundAdvisorChain with the given request.
nextAroundCall(AdvisedRequest) - Method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain
 
nextAroundStream(AdvisedRequest) - Method in interface org.springframework.ai.chat.client.advisor.api.StreamAroundAdvisorChain
This method delegates the call to the next StreamAroundAdvisor in the chain and is used for streaming responses.
nextAroundStream(AdvisedRequest) - Method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain
 
nin(String, Object...) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
nin(String, List<Object>) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
NIN - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
NIN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
NIN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
NIN() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
NinExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
NOMIC_EMBED_TEXT - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
A high-performing open embedding model with a large token context window.
NONE - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods
(Default) Don't return any likelihoods.
NONE - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Truncate
Returns an error when the input exceeds the maximum input token length.
NONE - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
Returns an error when the input exceeds the maximum input token length.
NONE - Enum constant in enum class org.springframework.ai.document.MetadataMode
 
NONE - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ToolChoice
 
NONE - Enum constant in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
Performs exact nearest neighbor search.
NONE - Enum constant in enum class org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
Performs exact nearest neighbor search, which provides perfect recall.
NONE - Static variable in class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ToolChoiceBuilder
Model will not call a function and instead generates a message
NONE - Static variable in class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest.ToolChoiceBuilder
Model will not call a function and instead generates a message
NONE - Static variable in class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ToolChoiceBuilder
Model will not call a function and instead generates a message
NONE - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ToolChoiceBuilder
Model will not call a function and instead generates a message
NonTransientAiException - Exception in org.springframework.ai.retry
Root of the hierarchy of Model access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
NonTransientAiException(String) - Constructor for exception org.springframework.ai.retry.NonTransientAiException
 
NonTransientAiException(String, Throwable) - Constructor for exception org.springframework.ai.retry.NonTransientAiException
 
norm(float[]) - Static method in class org.springframework.ai.vectorstore.SimpleVectorStore.EmbeddingMath
 
noSpeechProb() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the noSpeechProb record component.
noSpeechProb() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the noSpeechProb record component.
not(FilterExpressionBuilder.Op) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
NOT - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
NOT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
NOT - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
NOT() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NinExpressionContext
 
NOT() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
NotExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.NotExpressionContext
 
NOVA - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
nResults() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns the value of the nResults record component.
NULL - Static variable in interface org.springframework.ai.audio.transcription.AudioTranscriptionMetadata
 
NULL - Static variable in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
NULL - Static variable in interface org.springframework.ai.chat.metadata.ChatGenerationMetadata
 
NULL - Static variable in interface org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechMetadata
 
NULL - Static variable in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
NULL - Static variable in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
number(String) - Static method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
 
NUMBER - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
 
numeric(String) - Static method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
 
numGenerations() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the numGenerations record component.

O

O1_MINI - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Points to the most recent o1-mini snapshot:o1-mini-2024-09-12
O1_MINI_2024_09_12 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Latest o1-mini model snapshot
O1_PREVIEW - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Points to the most recent snapshot of the o1 model:o1-preview-2024-09-12
O1_PREVIEW_2024_09_12 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Latest o1 model snapshot
OAuth - Class in org.springframework.ai.huggingface.invoker.auth
 
OAuth() - Constructor for class org.springframework.ai.huggingface.invoker.auth.OAuth
 
OAuthFlow - Enum Class in org.springframework.ai.huggingface.invoker.auth
 
object() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Returns the value of the object record component.
object() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns the value of the object record component.
OBJECT_MAPPER - Static variable in class org.springframework.ai.model.ModelOptionsUtils
 
objectToMap(Object) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Converts the given object to a Map.
Observations() - Constructor for class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties.Observations
 
OCI_GENAI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
OCIConnectionProperties - Class in org.springframework.ai.autoconfigure.oci.genai
 
OCIConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
OCIConnectionProperties.AuthenticationType - Enum Class in org.springframework.ai.autoconfigure.oci.genai
 
ociEmbeddingModel(GenerativeAiInferenceClient, OCIEmbeddingModelProperties) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIGenAiAutoConfiguration
 
OCIEmbeddingModel - Class in org.springframework.ai.oci
EmbeddingModel implementation that uses the OCI GenAI Embedding API.
OCIEmbeddingModel(GenerativeAiInference, OCIEmbeddingOptions) - Constructor for class org.springframework.ai.oci.OCIEmbeddingModel
 
OCIEmbeddingModel(GenerativeAiInference, OCIEmbeddingOptions, ObservationRegistry) - Constructor for class org.springframework.ai.oci.OCIEmbeddingModel
 
OCIEmbeddingModelProperties - Class in org.springframework.ai.autoconfigure.oci.genai
 
OCIEmbeddingModelProperties() - Constructor for class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
OCIEmbeddingOptions - Class in org.springframework.ai.oci
The configuration information for OCI embedding requests
OCIEmbeddingOptions() - Constructor for class org.springframework.ai.oci.OCIEmbeddingOptions
 
OCIEmbeddingOptions.Builder - Class in org.springframework.ai.oci
 
OCIGenAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.oci.genai
 
OCIGenAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.oci.genai.OCIGenAiAutoConfiguration
 
of() - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
of() - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
of(Iterable<PromptMetadata.PromptFilterMetadata>) - Static method in interface org.springframework.ai.chat.metadata.PromptMetadata
Factory method used to create a new PromptMetadata composed of an Iterable of PromptMetadata.PromptFilterMetadata.
of(String) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
of(PromptMetadata.PromptFilterMetadata...) - Static method in interface org.springframework.ai.chat.metadata.PromptMetadata
Factory method used to create a new PromptMetadata composed of an array of PromptMetadata.PromptFilterMetadata.
of(MimeType) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
of(MimeType) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
offset() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns the value of the offset record component.
OLLAMA - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
ollamaApi(OllamaConnectionDetails, RestClient.Builder, WebClient.Builder) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
OllamaApi - Class in org.springframework.ai.ollama.api
Java Client for the Ollama API.
OllamaApi() - Constructor for class org.springframework.ai.ollama.api.OllamaApi
Default constructor that uses the default localhost url.
OllamaApi(String) - Constructor for class org.springframework.ai.ollama.api.OllamaApi
Crate a new OllamaApi instance with the given base url.
OllamaApi(String, RestClient.Builder, WebClient.Builder) - Constructor for class org.springframework.ai.ollama.api.OllamaApi
Crate a new OllamaApi instance with the given base url and RestClient.Builder.
OllamaApi.ChatRequest - Record Class in org.springframework.ai.ollama.api
Chat request object.
OllamaApi.ChatRequest.Builder - Class in org.springframework.ai.ollama.api
 
OllamaApi.ChatRequest.Tool - Record Class in org.springframework.ai.ollama.api
Represents a tool the model may call.
OllamaApi.ChatRequest.Tool.Function - Record Class in org.springframework.ai.ollama.api
Function definition.
OllamaApi.ChatRequest.Tool.Type - Enum Class in org.springframework.ai.ollama.api
Create a tool of type 'function' and the given function definition.
OllamaApi.ChatResponse - Record Class in org.springframework.ai.ollama.api
Ollama chat response object.
OllamaApi.EmbeddingRequest - Record Class in org.springframework.ai.ollama.api
Deprecated, for removal: This API element is subject to removal in a future version.
OllamaApi.EmbeddingResponse - Record Class in org.springframework.ai.ollama.api
Deprecated, for removal: This API element is subject to removal in a future version.
OllamaApi.EmbeddingsRequest - Record Class in org.springframework.ai.ollama.api
Generate embeddings from a model.
OllamaApi.EmbeddingsResponse - Record Class in org.springframework.ai.ollama.api
The response object returned from the /embedding endpoint.
OllamaApi.GenerateRequest - Record Class in org.springframework.ai.ollama.api
Deprecated, for removal: This API element is subject to removal in a future version.
OllamaApi.GenerateRequest.Builder - Class in org.springframework.ai.ollama.api
Deprecated.
 
OllamaApi.GenerateResponse - Record Class in org.springframework.ai.ollama.api
Deprecated, for removal: This API element is subject to removal in a future version.
OllamaApi.Message - Record Class in org.springframework.ai.ollama.api
Chat message object.
OllamaApi.Message.Builder - Class in org.springframework.ai.ollama.api
 
OllamaApi.Message.Role - Enum Class in org.springframework.ai.ollama.api
The role of the message in the conversation.
OllamaApi.Message.ToolCall - Record Class in org.springframework.ai.ollama.api
The relevant tool call.
OllamaApi.Message.ToolCallFunction - Record Class in org.springframework.ai.ollama.api
The function definition.
OllamaAutoConfiguration - Class in org.springframework.ai.autoconfigure.ollama
Auto-configuration for Ollama Chat Client.
OllamaAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
OllamaBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "ollama".
OllamaBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.OllamaBindingsPropertiesProcessor
 
ollamaChatModel(OllamaApi, OllamaChatProperties, List<FunctionCallback>, FunctionCallbackContext, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
OllamaChatModel - Class in org.springframework.ai.ollama
ChatModel implementation for Ollama.
OllamaChatModel(OllamaApi) - Constructor for class org.springframework.ai.ollama.OllamaChatModel
 
OllamaChatModel(OllamaApi, OllamaOptions) - Constructor for class org.springframework.ai.ollama.OllamaChatModel
 
OllamaChatModel(OllamaApi, OllamaOptions, FunctionCallbackContext) - Constructor for class org.springframework.ai.ollama.OllamaChatModel
 
OllamaChatModel(OllamaApi, OllamaOptions, FunctionCallbackContext, List<FunctionCallback>) - Constructor for class org.springframework.ai.ollama.OllamaChatModel
 
OllamaChatModel(OllamaApi, OllamaOptions, FunctionCallbackContext, List<FunctionCallback>, ObservationRegistry) - Constructor for class org.springframework.ai.ollama.OllamaChatModel
 
OllamaChatProperties - Class in org.springframework.ai.autoconfigure.ollama
Ollama Chat autoconfiguration properties.
OllamaChatProperties() - Constructor for class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
ollamaConnectionDetails(OllamaConnectionProperties) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
OllamaConnectionDetails - Interface in org.springframework.ai.autoconfigure.ollama
 
OllamaConnectionProperties - Class in org.springframework.ai.autoconfigure.ollama
Ollama connection autoconfiguration properties.
OllamaConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.ollama.OllamaConnectionProperties
 
ollamaEmbeddingModel(OllamaApi, OllamaEmbeddingProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
OllamaEmbeddingModel - Class in org.springframework.ai.ollama
EmbeddingModel implementation for Ollama.
OllamaEmbeddingModel(OllamaApi) - Constructor for class org.springframework.ai.ollama.OllamaEmbeddingModel
 
OllamaEmbeddingModel(OllamaApi, OllamaOptions) - Constructor for class org.springframework.ai.ollama.OllamaEmbeddingModel
 
OllamaEmbeddingModel(OllamaApi, OllamaOptions, ObservationRegistry) - Constructor for class org.springframework.ai.ollama.OllamaEmbeddingModel
 
OllamaEmbeddingModel.DurationParser - Class in org.springframework.ai.ollama
 
OllamaEmbeddingProperties - Class in org.springframework.ai.autoconfigure.ollama
Ollama Embedding autoconfiguration properties.
OllamaEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
OllamaModel - Enum Class in org.springframework.ai.ollama.api
Helper class for common Ollama models.
OllamaOptions - Class in org.springframework.ai.ollama.api
Helper class for creating strongly-typed Ollama options.
OllamaOptions() - Constructor for class org.springframework.ai.ollama.api.OllamaOptions
 
OllamaRuntimeHints - Class in org.springframework.ai.ollama.aot
The OllamaRuntimeHints class is responsible for registering runtime hints for Ollama AI API classes.
OllamaRuntimeHints() - Constructor for class org.springframework.ai.ollama.aot.OllamaRuntimeHints
 
OllamaUsage - Class in org.springframework.ai.ollama.metadata
Usage implementation for Ollama
OllamaUsage(OllamaApi.ChatResponse) - Constructor for class org.springframework.ai.ollama.metadata.OllamaUsage
 
ON_DEMAND - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.ServingMode
 
ONE - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
Write must receive an acknowledgement from at least one replica node.
onError(Observation.Context) - Method in class org.springframework.ai.model.observation.ErrorLoggingObservationHandler
 
Onnx() - Constructor for class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
ONNX - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
onStop(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.ChatModelCompletionObservationHandler
 
onStop(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.ChatModelMeterObservationHandler
 
onStop(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.ChatModelPromptContentObservationHandler
 
onStop(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.EmbeddingModelMeterObservationHandler
 
onStop(VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationHandler
 
ONYX - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
Op(Filter.Operand) - Constructor for record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
Creates an instance of a Op record class.
OPEN_API_SCHEMA - Enum constant in enum class org.springframework.ai.model.function.FunctionCallbackContext.SchemaType
 
OPEN_MISTRAL_7B - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
OPEN_MIXTRAL_22B - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
OPEN_MIXTRAL_7B - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
OPENAI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
OPENAI_EMBEDDING_DIMENSION_SIZE - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
OPENAI_EMBEDDING_DIMENSION_SIZE - Static variable in class org.springframework.ai.vectorstore.PgVectorStore
 
OPENAI_EMBEDDING_DIMENSION_SIZE - Static variable in class org.springframework.ai.vectorstore.TypesenseVectorStore
 
OpenAiApi - Class in org.springframework.ai.openai.api
Single class implementation of the OpenAI Chat Completion API and OpenAI Embedding API.
OpenAiApi(String) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api with base URL set to https://api.openai.com
OpenAiApi(String, String) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api.
OpenAiApi(String, String, String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api.
OpenAiApi(String, String, MultiValueMap<String, String>, String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api.
OpenAiApi(String, String, RestClient.Builder, WebClient.Builder) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api.
OpenAiApi(String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiApi
Create a new chat completion api.
OpenAiApi.ChatCompletion - Record Class in org.springframework.ai.openai.api
Represents a chat completion response returned by model, based on the provided input.
OpenAiApi.ChatCompletion.Choice - Record Class in org.springframework.ai.openai.api
Chat completion choice.
OpenAiApi.ChatCompletionChunk - Record Class in org.springframework.ai.openai.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
OpenAiApi.ChatCompletionChunk.ChunkChoice - Record Class in org.springframework.ai.openai.api
Chat completion choice.
OpenAiApi.ChatCompletionFinishReason - Enum Class in org.springframework.ai.openai.api
The reason the model stopped generating tokens.
OpenAiApi.ChatCompletionMessage - Record Class in org.springframework.ai.openai.api
Message comprising the conversation.
OpenAiApi.ChatCompletionMessage.ChatCompletionFunction - Record Class in org.springframework.ai.openai.api
The function definition.
OpenAiApi.ChatCompletionMessage.MediaContent - Record Class in org.springframework.ai.openai.api
An array of content parts with a defined type.
OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl - Record Class in org.springframework.ai.openai.api
 
OpenAiApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.openai.api
The role of the author of this message.
OpenAiApi.ChatCompletionMessage.ToolCall - Record Class in org.springframework.ai.openai.api
The relevant tool call.
OpenAiApi.ChatCompletionRequest - Record Class in org.springframework.ai.openai.api
Creates a model response for the given chat conversation.
OpenAiApi.ChatCompletionRequest.ResponseFormat - Record Class in org.springframework.ai.openai.api
An object specifying the format that the model must output.
OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema - Record Class in org.springframework.ai.openai.api
JSON schema object that describes the format of the JSON object.
OpenAiApi.ChatCompletionRequest.ResponseFormat.Type - Enum Class in org.springframework.ai.openai.api
 
OpenAiApi.ChatCompletionRequest.StreamOptions - Record Class in org.springframework.ai.openai.api
 
OpenAiApi.ChatCompletionRequest.ToolChoiceBuilder - Class in org.springframework.ai.openai.api
Helper factory that creates a tool_choice of type 'none', 'auto' or selected function by name.
OpenAiApi.ChatModel - Enum Class in org.springframework.ai.openai.api
OpenAI Chat Completion Models: GPT-4o GPT-4o mini GPT-4 and GPT-4 Turbo GPT-3.5 Turbo
OpenAiApi.Embedding - Record Class in org.springframework.ai.openai.api
Represents an embedding vector returned by embedding endpoint.
OpenAiApi.EmbeddingList<T> - Record Class in org.springframework.ai.openai.api
List of multiple embedding responses.
OpenAiApi.EmbeddingModel - Enum Class in org.springframework.ai.openai.api
OpenAI Embeddings Models: Embeddings.
OpenAiApi.EmbeddingRequest<T> - Record Class in org.springframework.ai.openai.api
Creates an embedding vector representing the input text.
OpenAiApi.FunctionTool - Record Class in org.springframework.ai.openai.api
Represents a tool the model may call.
OpenAiApi.FunctionTool.Function - Record Class in org.springframework.ai.openai.api
Function definition.
OpenAiApi.FunctionTool.Type - Enum Class in org.springframework.ai.openai.api
Create a tool of type 'function' and the given function definition.
OpenAiApi.LogProbs - Record Class in org.springframework.ai.openai.api
Log probability information for the choice.
OpenAiApi.LogProbs.Content - Record Class in org.springframework.ai.openai.api
Message content tokens with log probability information.
OpenAiApi.LogProbs.Content.TopLogProbs - Record Class in org.springframework.ai.openai.api
The most likely tokens and their log probability, at this token position.
OpenAiApi.Usage - Record Class in org.springframework.ai.openai.api
Usage statistics for the completion request.
OpenAiApi.Usage.CompletionTokenDetails - Record Class in org.springframework.ai.openai.api
Breakdown of tokens used in a completion
OpenAiApiClientErrorException - Exception in org.springframework.ai.openai.api.common
Thrown on 4xx client errors, such as 401 - Incorrect API key provided, 401 - You must be a member of an organization to use the API, 429 - Rate limit reached for requests, 429 - You exceeded your current quota , please check your plan and billing details.
OpenAiApiClientErrorException(String) - Constructor for exception org.springframework.ai.openai.api.common.OpenAiApiClientErrorException
 
OpenAiApiClientErrorException(String, Throwable) - Constructor for exception org.springframework.ai.openai.api.common.OpenAiApiClientErrorException
 
OpenAiApiConstants - Class in org.springframework.ai.openai.api.common
Common value constants for OpenAI api.
OpenAiApiConstants() - Constructor for class org.springframework.ai.openai.api.common.OpenAiApiConstants
 
OpenAiApiResponseHeaders - Enum Class in org.springframework.ai.openai.metadata.support
Enumeration of OpenAI API response headers.
OpenAiAudioApi - Class in org.springframework.ai.openai.api
Turn audio into text or text into audio.
OpenAiAudioApi(String) - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi
Create a new audio api.
OpenAiAudioApi(String, String, MultiValueMap<String, String>, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi
Create a new audio api.
OpenAiAudioApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi
Create a new audio api.
OpenAiAudioApi(String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiAudioApi
Create a new audio api.
OpenAiAudioApi.SpeechRequest - Record Class in org.springframework.ai.openai.api
Request to generates audio from the input text.
OpenAiAudioApi.SpeechRequest.AudioResponseFormat - Enum Class in org.springframework.ai.openai.api
The format to audio in.
OpenAiAudioApi.SpeechRequest.Builder - Class in org.springframework.ai.openai.api
Builder for the SpeechRequest.
OpenAiAudioApi.SpeechRequest.Voice - Enum Class in org.springframework.ai.openai.api
The voice to use for synthesis.
OpenAiAudioApi.StructuredResponse - Record Class in org.springframework.ai.openai.api
The Transcription Object represents a verbose json transcription response returned by model, based on the provided input.
OpenAiAudioApi.StructuredResponse.Segment - Record Class in org.springframework.ai.openai.api
Segment of the transcribed text and its corresponding details.
OpenAiAudioApi.StructuredResponse.Word - Record Class in org.springframework.ai.openai.api
Extracted word and it corresponding timestamps.
OpenAiAudioApi.TranscriptionRequest - Record Class in org.springframework.ai.openai.api
Request to transcribe an audio file to text.
OpenAiAudioApi.TranscriptionRequest.Builder - Class in org.springframework.ai.openai.api
 
OpenAiAudioApi.TranscriptionRequest.GranularityType - Enum Class in org.springframework.ai.openai.api
 
OpenAiAudioApi.TranscriptResponseFormat - Enum Class in org.springframework.ai.openai.api
The format of the transcript and translation outputs, in one of these options: json, text, srt, verbose_json, or vtt.
OpenAiAudioApi.TranslationRequest - Record Class in org.springframework.ai.openai.api
Request to translate an audio file to English.
OpenAiAudioApi.TranslationRequest.Builder - Class in org.springframework.ai.openai.api
 
OpenAiAudioApi.TtsModel - Enum Class in org.springframework.ai.openai.api
TTS is an AI model that converts text to natural sounding spoken text.
OpenAiAudioApi.WhisperModel - Enum Class in org.springframework.ai.openai.api
Whisper is a general-purpose speech recognition model.
openAiAudioSpeechClient(OpenAiConnectionProperties, OpenAiAudioSpeechProperties, RetryTemplate, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiAudioSpeechMetadata - Interface in org.springframework.ai.openai.metadata.audio
 
OpenAiAudioSpeechModel - Class in org.springframework.ai.openai
OpenAI audio speech client implementation for backed by OpenAiAudioApi.
OpenAiAudioSpeechModel(OpenAiAudioApi) - Constructor for class org.springframework.ai.openai.OpenAiAudioSpeechModel
Initializes a new instance of the OpenAiAudioSpeechModel class with the provided OpenAiAudioApi.
OpenAiAudioSpeechModel(OpenAiAudioApi, OpenAiAudioSpeechOptions) - Constructor for class org.springframework.ai.openai.OpenAiAudioSpeechModel
Initializes a new instance of the OpenAiAudioSpeechModel class with the provided OpenAiAudioApi and options.
OpenAiAudioSpeechModel(OpenAiAudioApi, OpenAiAudioSpeechOptions, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiAudioSpeechModel
Initializes a new instance of the OpenAiAudioSpeechModel class with the provided OpenAiAudioApi and options.
OpenAiAudioSpeechOptions - Class in org.springframework.ai.openai
Options for OpenAI text to audio - speech synthesis.
OpenAiAudioSpeechOptions() - Constructor for class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
OpenAiAudioSpeechOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiAudioSpeechProperties - Class in org.springframework.ai.autoconfigure.openai
Configuration properties for OpenAI audio speech.
OpenAiAudioSpeechProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
OpenAiAudioSpeechResponseMetadata - Class in org.springframework.ai.openai.metadata.audio
Audio speech metadata implementation for OpenAI.
OpenAiAudioSpeechResponseMetadata() - Constructor for class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
OpenAiAudioSpeechResponseMetadata(RateLimit) - Constructor for class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
openAiAudioTranscriptionModel(OpenAiConnectionProperties, OpenAiAudioTranscriptionProperties, RetryTemplate, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiAudioTranscriptionModel - Class in org.springframework.ai.openai
OpenAI audio transcription client implementation for backed by OpenAiAudioApi.
OpenAiAudioTranscriptionModel(OpenAiAudioApi) - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionModel
OpenAiAudioTranscriptionModel is a client class used to interact with the OpenAI Audio Transcription API.
OpenAiAudioTranscriptionModel(OpenAiAudioApi, OpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionModel
OpenAiAudioTranscriptionModel is a client class used to interact with the OpenAI Audio Transcription API.
OpenAiAudioTranscriptionModel(OpenAiAudioApi, OpenAiAudioTranscriptionOptions, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionModel
OpenAiAudioTranscriptionModel is a client class used to interact with the OpenAI Audio Transcription API.
OpenAiAudioTranscriptionOptions - Class in org.springframework.ai.openai
 
OpenAiAudioTranscriptionOptions() - Constructor for class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
OpenAiAudioTranscriptionOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiAudioTranscriptionProperties - Class in org.springframework.ai.autoconfigure.openai
 
OpenAiAudioTranscriptionProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
OpenAiAudioTranscriptionResponseMetadata - Class in org.springframework.ai.openai.metadata.audio
Audio transcription metadata implementation for OpenAI.
OpenAiAudioTranscriptionResponseMetadata() - Constructor for class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
OpenAiAudioTranscriptionResponseMetadata(OpenAiRateLimit) - Constructor for class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
OpenAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.openai
 
OpenAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "openai".
OpenAiBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.OpenAiBindingsPropertiesProcessor
 
openAiChatModel - Variable in class org.springframework.ai.evaluation.BasicEvaluationTest
 
openAiChatModel(OpenAiConnectionProperties, OpenAiChatProperties, RestClient.Builder, WebClient.Builder, List<FunctionCallback>, FunctionCallbackContext, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiChatModel - Class in org.springframework.ai.openai
ChatModel and StreamingChatModel implementation for OpenAI backed by OpenAiApi.
OpenAiChatModel(OpenAiApi) - Constructor for class org.springframework.ai.openai.OpenAiChatModel
Creates an instance of the OpenAiChatModel.
OpenAiChatModel(OpenAiApi, OpenAiChatOptions) - Constructor for class org.springframework.ai.openai.OpenAiChatModel
Initializes an instance of the OpenAiChatModel.
OpenAiChatModel(OpenAiApi, OpenAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiChatModel
Initializes a new instance of the OpenAiChatModel.
OpenAiChatModel(OpenAiApi, OpenAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.openai.OpenAiChatModel
Initializes a new instance of the OpenAiChatModel.
OpenAiChatModel(OpenAiApi, OpenAiChatOptions, FunctionCallbackContext, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiChatModel
Initializes a new instance of the OpenAiChatModel.
OpenAiChatOptions - Class in org.springframework.ai.openai
 
OpenAiChatOptions() - Constructor for class org.springframework.ai.openai.OpenAiChatOptions
 
OpenAiChatOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiChatProperties - Class in org.springframework.ai.autoconfigure.openai
 
OpenAiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
openAIClientBuilder(AzureOpenAiConnectionProperties) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
openAIClientWithTokenCredential(AzureOpenAiConnectionProperties, TokenCredential) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
OpenAiConnectionProperties - Class in org.springframework.ai.autoconfigure.openai
 
OpenAiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiConnectionProperties
 
openAiEmbeddingModel(OpenAiConnectionProperties, OpenAiEmbeddingProperties, RestClient.Builder, WebClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiEmbeddingModel - Class in org.springframework.ai.openai
Open AI Embedding Model implementation.
OpenAiEmbeddingModel(OpenAiApi) - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingModel
Constructor for the OpenAiEmbeddingModel class.
OpenAiEmbeddingModel(OpenAiApi, MetadataMode) - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingModel
Initializes a new instance of the OpenAiEmbeddingModel class.
OpenAiEmbeddingModel(OpenAiApi, MetadataMode, OpenAiEmbeddingOptions) - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingModel
Initializes a new instance of the OpenAiEmbeddingModel class.
OpenAiEmbeddingModel(OpenAiApi, MetadataMode, OpenAiEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingModel
Initializes a new instance of the OpenAiEmbeddingModel class.
OpenAiEmbeddingModel(OpenAiApi, MetadataMode, OpenAiEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingModel
Initializes a new instance of the OpenAiEmbeddingModel class.
OpenAiEmbeddingOptions - Class in org.springframework.ai.openai
 
OpenAiEmbeddingOptions() - Constructor for class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
OpenAiEmbeddingOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiEmbeddingProperties - Class in org.springframework.ai.autoconfigure.openai
 
OpenAiEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
OpenAiImageApi - Class in org.springframework.ai.openai.api
OpenAI Image API.
OpenAiImageApi(String) - Constructor for class org.springframework.ai.openai.api.OpenAiImageApi
Create a new OpenAI Image api with base URL set to https://api.openai.com.
OpenAiImageApi(String, String, MultiValueMap<String, String>, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiImageApi
Create a new OpenAI Image API with the provided base URL.
OpenAiImageApi(String, String, RestClient.Builder) - Constructor for class org.springframework.ai.openai.api.OpenAiImageApi
Create a new OpenAI Image API with the provided base URL.
OpenAiImageApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiImageApi
Create a new OpenAI Image API with the provided base URL.
OpenAiImageApi.Data - Record Class in org.springframework.ai.openai.api
 
OpenAiImageApi.ImageModel - Enum Class in org.springframework.ai.openai.api
OpenAI Image API model.
OpenAiImageApi.OpenAiImageRequest - Record Class in org.springframework.ai.openai.api
 
OpenAiImageApi.OpenAiImageResponse - Record Class in org.springframework.ai.openai.api
 
OpenAiImageGenerationMetadata - Class in org.springframework.ai.openai.metadata
 
OpenAiImageGenerationMetadata(String) - Constructor for class org.springframework.ai.openai.metadata.OpenAiImageGenerationMetadata
 
openAiImageModel(OpenAiConnectionProperties, OpenAiImageProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ImageModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiImageModel - Class in org.springframework.ai.openai
OpenAiImageModel is a class that implements the ImageModel interface.
OpenAiImageModel(OpenAiImageApi) - Constructor for class org.springframework.ai.openai.OpenAiImageModel
Creates an instance of the OpenAiImageModel.
OpenAiImageModel(OpenAiImageApi, OpenAiImageOptions, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiImageModel
Initializes a new instance of the OpenAiImageModel.
OpenAiImageModel(OpenAiImageApi, OpenAiImageOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.openai.OpenAiImageModel
Initializes a new instance of the OpenAiImageModel.
OpenAiImageOptions - Class in org.springframework.ai.openai
OpenAI Image API options.
OpenAiImageOptions() - Constructor for class org.springframework.ai.openai.OpenAiImageOptions
 
OpenAiImageOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiImageProperties - Class in org.springframework.ai.autoconfigure.openai
OpenAI Image autoconfiguration properties.
OpenAiImageProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
OpenAiImageRequest(String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
 
OpenAiImageRequest(String, String, Integer, String, String, String, String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Creates an instance of a OpenAiImageRequest record class.
OpenAiImageResponse(Long, List<OpenAiImageApi.Data>) - Constructor for record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Creates an instance of a OpenAiImageResponse record class.
OpenAiModerationApi - Class in org.springframework.ai.openai.api
OpenAI Moderation API.
OpenAiModerationApi(String) - Constructor for class org.springframework.ai.openai.api.OpenAiModerationApi
Create a new OpenAI Moderation api with base URL set to https://api.openai.com
OpenAiModerationApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.openai.api.OpenAiModerationApi
 
OpenAiModerationApi.Categories - Record Class in org.springframework.ai.openai.api
 
OpenAiModerationApi.CategoryScores - Record Class in org.springframework.ai.openai.api
 
OpenAiModerationApi.Data - Record Class in org.springframework.ai.openai.api
 
OpenAiModerationApi.OpenAiModerationRequest - Record Class in org.springframework.ai.openai.api
 
OpenAiModerationApi.OpenAiModerationResponse - Record Class in org.springframework.ai.openai.api
 
OpenAiModerationApi.OpenAiModerationResult - Record Class in org.springframework.ai.openai.api
 
openAiModerationClient(OpenAiConnectionProperties, OpenAiModerationProperties, RetryTemplate, RestClient.Builder, ResponseErrorHandler) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
OpenAiModerationGenerationMetadata - Class in org.springframework.ai.openai.metadata
 
OpenAiModerationGenerationMetadata() - Constructor for class org.springframework.ai.openai.metadata.OpenAiModerationGenerationMetadata
 
OpenAiModerationModel - Class in org.springframework.ai.openai
OpenAiModerationModel is a class that implements the ModerationModel interface.
OpenAiModerationModel(OpenAiModerationApi) - Constructor for class org.springframework.ai.openai.OpenAiModerationModel
 
OpenAiModerationModel(OpenAiModerationApi, RetryTemplate) - Constructor for class org.springframework.ai.openai.OpenAiModerationModel
 
OpenAiModerationOptions - Class in org.springframework.ai.openai
OpenAI Moderation API options.
OpenAiModerationOptions() - Constructor for class org.springframework.ai.openai.OpenAiModerationOptions
 
OpenAiModerationOptions.Builder - Class in org.springframework.ai.openai
 
OpenAiModerationProperties - Class in org.springframework.ai.autoconfigure.openai
OpenAI Moderation autoconfiguration properties.
OpenAiModerationProperties() - Constructor for class org.springframework.ai.autoconfigure.openai.OpenAiModerationProperties
 
OpenAiModerationRequest(String) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
 
OpenAiModerationRequest(String, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Creates an instance of a OpenAiModerationRequest record class.
OpenAiModerationResponse(String, String, OpenAiModerationApi.OpenAiModerationResult[]) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Creates an instance of a OpenAiModerationResponse record class.
OpenAiModerationResult(boolean, OpenAiModerationApi.Categories, OpenAiModerationApi.CategoryScores) - Constructor for record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Creates an instance of a OpenAiModerationResult record class.
OpenAiRateLimit - Class in org.springframework.ai.openai.metadata
RateLimit implementation for OpenAI.
OpenAiRateLimit(Long, Long, Duration, Long, Long, Duration) - Constructor for class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
OpenAiResponseHeaderExtractor - Class in org.springframework.ai.openai.metadata.support
Utility used to extract known HTTP response headers for the OpenAI API.
OpenAiResponseHeaderExtractor() - Constructor for class org.springframework.ai.openai.metadata.support.OpenAiResponseHeaderExtractor
 
OpenAiRuntimeHints - Class in org.springframework.ai.openai.aot
The OpenAiRuntimeHints class is responsible for registering runtime hints for OpenAI API classes.
OpenAiRuntimeHints() - Constructor for class org.springframework.ai.openai.aot.OpenAiRuntimeHints
 
OpenAiStreamFunctionCallingHelper - Class in org.springframework.ai.openai.api
Helper class to support Streaming function calling.
OpenAiStreamFunctionCallingHelper() - Constructor for class org.springframework.ai.openai.api.OpenAiStreamFunctionCallingHelper
 
OpenAiUsage - Class in org.springframework.ai.openai.metadata
Usage implementation for OpenAI.
OpenAiUsage(OpenAiApi.Usage) - Constructor for class org.springframework.ai.openai.metadata.OpenAiUsage
 
OPENSEARCH - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
OpenSearchAiSearchFilterExpressionConverter - Class in org.springframework.ai.vectorstore
 
OpenSearchAiSearchFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
OpenSearchConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.opensearch
 
OpenSearchVectorStore - Class in org.springframework.ai.vectorstore
 
OpenSearchVectorStore(String, OpenSearchClient, EmbeddingModel, String, boolean) - Constructor for class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
OpenSearchVectorStore(String, OpenSearchClient, EmbeddingModel, String, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
OpenSearchVectorStore(OpenSearchClient, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
OpenSearchVectorStore(OpenSearchClient, EmbeddingModel, String, boolean) - Constructor for class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
OpenSearchVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.opensearch
 
OpenSearchVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreAutoConfiguration
 
OpenSearchVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.opensearch
 
OpenSearchVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
OPERATION_DURATION - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationMetricNames
 
operationType() - Method in record class org.springframework.ai.observation.AiOperationMetadata
Returns the value of the operationType record component.
operationType(String) - Method in class org.springframework.ai.observation.AiOperationMetadata.Builder
 
operator - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
operator - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
operator - Variable in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
options - Variable in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
options - Variable in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
options - Variable in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
options - Variable in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
options - Variable in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
options - Variable in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
options - Variable in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
options - Variable in class org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
options - Variable in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
options - Variable in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions.Builder
 
options() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the options record component.
options() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns the value of the options record component.
options() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns the value of the options record component.
options() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the options record component.
options(T) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
options(T) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
OPUS - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
or(FilterExpressionBuilder.Op, FilterExpressionBuilder.Op) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder
 
OR - Enum constant in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
 
OR - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
OR - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
OR() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
ORACLE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
OracleVectorStore - Class in org.springframework.ai.vectorstore
Integration of Oracle database 23ai as a Vector Store.
OracleVectorStore(JdbcTemplate, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.OracleVectorStore
 
OracleVectorStore(JdbcTemplate, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.OracleVectorStore
 
OracleVectorStore(JdbcTemplate, EmbeddingModel, String, OracleVectorStore.OracleVectorStoreIndexType, OracleVectorStore.OracleVectorStoreDistanceType, int, int, boolean, boolean, boolean) - Constructor for class org.springframework.ai.vectorstore.OracleVectorStore
 
OracleVectorStore(JdbcTemplate, EmbeddingModel, String, OracleVectorStore.OracleVectorStoreIndexType, OracleVectorStore.OracleVectorStoreDistanceType, int, int, boolean, boolean, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.OracleVectorStore
 
OracleVectorStore.OracleVectorStoreDistanceType - Enum Class in org.springframework.ai.vectorstore
 
OracleVectorStore.OracleVectorStoreIndexType - Enum Class in org.springframework.ai.vectorstore
 
OracleVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.oracle
 
OracleVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreAutoConfiguration
 
OracleVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.oracle
 
OracleVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
ORCA_MINI - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Orca Mini is based on Llama and Llama 2 ranging from 3 billion parameters to 70 billion
order - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
OrExpressionContext(FiltersParser.BooleanExpressionContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
org.springframework.ai - package org.springframework.ai
 
org.springframework.ai.anthropic - package org.springframework.ai.anthropic
 
org.springframework.ai.anthropic.aot - package org.springframework.ai.anthropic.aot
 
org.springframework.ai.anthropic.api - package org.springframework.ai.anthropic.api
 
org.springframework.ai.anthropic.metadata - package org.springframework.ai.anthropic.metadata
 
org.springframework.ai.aot - package org.springframework.ai.aot
 
org.springframework.ai.audio.transcription - package org.springframework.ai.audio.transcription
 
org.springframework.ai.autoconfigure.anthropic - package org.springframework.ai.autoconfigure.anthropic
 
org.springframework.ai.autoconfigure.azure.openai - package org.springframework.ai.autoconfigure.azure.openai
 
org.springframework.ai.autoconfigure.bedrock - package org.springframework.ai.autoconfigure.bedrock
 
org.springframework.ai.autoconfigure.bedrock.anthropic - package org.springframework.ai.autoconfigure.bedrock.anthropic
 
org.springframework.ai.autoconfigure.bedrock.anthropic3 - package org.springframework.ai.autoconfigure.bedrock.anthropic3
 
org.springframework.ai.autoconfigure.bedrock.cohere - package org.springframework.ai.autoconfigure.bedrock.cohere
 
org.springframework.ai.autoconfigure.bedrock.jurrasic2 - package org.springframework.ai.autoconfigure.bedrock.jurrasic2
 
org.springframework.ai.autoconfigure.bedrock.llama - package org.springframework.ai.autoconfigure.bedrock.llama
 
org.springframework.ai.autoconfigure.bedrock.titan - package org.springframework.ai.autoconfigure.bedrock.titan
 
org.springframework.ai.autoconfigure.chat.client - package org.springframework.ai.autoconfigure.chat.client
 
org.springframework.ai.autoconfigure.chat.memory - package org.springframework.ai.autoconfigure.chat.memory
 
org.springframework.ai.autoconfigure.chat.memory.cassandra - package org.springframework.ai.autoconfigure.chat.memory.cassandra
 
org.springframework.ai.autoconfigure.chat.observation - package org.springframework.ai.autoconfigure.chat.observation
 
org.springframework.ai.autoconfigure.embedding.observation - package org.springframework.ai.autoconfigure.embedding.observation
 
org.springframework.ai.autoconfigure.huggingface - package org.springframework.ai.autoconfigure.huggingface
 
org.springframework.ai.autoconfigure.image.observation - package org.springframework.ai.autoconfigure.image.observation
 
org.springframework.ai.autoconfigure.minimax - package org.springframework.ai.autoconfigure.minimax
 
org.springframework.ai.autoconfigure.mistralai - package org.springframework.ai.autoconfigure.mistralai
 
org.springframework.ai.autoconfigure.moonshot - package org.springframework.ai.autoconfigure.moonshot
 
org.springframework.ai.autoconfigure.oci.genai - package org.springframework.ai.autoconfigure.oci.genai
 
org.springframework.ai.autoconfigure.ollama - package org.springframework.ai.autoconfigure.ollama
 
org.springframework.ai.autoconfigure.openai - package org.springframework.ai.autoconfigure.openai
 
org.springframework.ai.autoconfigure.postgresml - package org.springframework.ai.autoconfigure.postgresml
 
org.springframework.ai.autoconfigure.qianfan - package org.springframework.ai.autoconfigure.qianfan
 
org.springframework.ai.autoconfigure.retry - package org.springframework.ai.autoconfigure.retry
 
org.springframework.ai.autoconfigure.stabilityai - package org.springframework.ai.autoconfigure.stabilityai
 
org.springframework.ai.autoconfigure.transformers - package org.springframework.ai.autoconfigure.transformers
 
org.springframework.ai.autoconfigure.vectorstore - package org.springframework.ai.autoconfigure.vectorstore
 
org.springframework.ai.autoconfigure.vectorstore.azure - package org.springframework.ai.autoconfigure.vectorstore.azure
 
org.springframework.ai.autoconfigure.vectorstore.cassandra - package org.springframework.ai.autoconfigure.vectorstore.cassandra
 
org.springframework.ai.autoconfigure.vectorstore.chroma - package org.springframework.ai.autoconfigure.vectorstore.chroma
 
org.springframework.ai.autoconfigure.vectorstore.elasticsearch - package org.springframework.ai.autoconfigure.vectorstore.elasticsearch
 
org.springframework.ai.autoconfigure.vectorstore.gemfire - package org.springframework.ai.autoconfigure.vectorstore.gemfire
 
org.springframework.ai.autoconfigure.vectorstore.hanadb - package org.springframework.ai.autoconfigure.vectorstore.hanadb
 
org.springframework.ai.autoconfigure.vectorstore.milvus - package org.springframework.ai.autoconfigure.vectorstore.milvus
 
org.springframework.ai.autoconfigure.vectorstore.mongo - package org.springframework.ai.autoconfigure.vectorstore.mongo
 
org.springframework.ai.autoconfigure.vectorstore.neo4j - package org.springframework.ai.autoconfigure.vectorstore.neo4j
 
org.springframework.ai.autoconfigure.vectorstore.observation - package org.springframework.ai.autoconfigure.vectorstore.observation
 
org.springframework.ai.autoconfigure.vectorstore.opensearch - package org.springframework.ai.autoconfigure.vectorstore.opensearch
 
org.springframework.ai.autoconfigure.vectorstore.oracle - package org.springframework.ai.autoconfigure.vectorstore.oracle
 
org.springframework.ai.autoconfigure.vectorstore.pgvector - package org.springframework.ai.autoconfigure.vectorstore.pgvector
 
org.springframework.ai.autoconfigure.vectorstore.pinecone - package org.springframework.ai.autoconfigure.vectorstore.pinecone
 
org.springframework.ai.autoconfigure.vectorstore.qdrant - package org.springframework.ai.autoconfigure.vectorstore.qdrant
 
org.springframework.ai.autoconfigure.vectorstore.redis - package org.springframework.ai.autoconfigure.vectorstore.redis
 
org.springframework.ai.autoconfigure.vectorstore.typesense - package org.springframework.ai.autoconfigure.vectorstore.typesense
 
org.springframework.ai.autoconfigure.vectorstore.weaviate - package org.springframework.ai.autoconfigure.vectorstore.weaviate
 
org.springframework.ai.autoconfigure.vertexai.embedding - package org.springframework.ai.autoconfigure.vertexai.embedding
 
org.springframework.ai.autoconfigure.vertexai.gemini - package org.springframework.ai.autoconfigure.vertexai.gemini
 
org.springframework.ai.autoconfigure.vertexai.palm2 - package org.springframework.ai.autoconfigure.vertexai.palm2
 
org.springframework.ai.autoconfigure.watsonxai - package org.springframework.ai.autoconfigure.watsonxai
 
org.springframework.ai.autoconfigure.zhipuai - package org.springframework.ai.autoconfigure.zhipuai
 
org.springframework.ai.azure.openai - package org.springframework.ai.azure.openai
 
org.springframework.ai.azure.openai.aot - package org.springframework.ai.azure.openai.aot
 
org.springframework.ai.azure.openai.metadata - package org.springframework.ai.azure.openai.metadata
 
org.springframework.ai.bedrock - package org.springframework.ai.bedrock
 
org.springframework.ai.bedrock.anthropic - package org.springframework.ai.bedrock.anthropic
 
org.springframework.ai.bedrock.anthropic.api - package org.springframework.ai.bedrock.anthropic.api
 
org.springframework.ai.bedrock.anthropic3 - package org.springframework.ai.bedrock.anthropic3
 
org.springframework.ai.bedrock.anthropic3.api - package org.springframework.ai.bedrock.anthropic3.api
 
org.springframework.ai.bedrock.aot - package org.springframework.ai.bedrock.aot
 
org.springframework.ai.bedrock.api - package org.springframework.ai.bedrock.api
 
org.springframework.ai.bedrock.cohere - package org.springframework.ai.bedrock.cohere
 
org.springframework.ai.bedrock.cohere.api - package org.springframework.ai.bedrock.cohere.api
 
org.springframework.ai.bedrock.jurassic2 - package org.springframework.ai.bedrock.jurassic2
 
org.springframework.ai.bedrock.jurassic2.api - package org.springframework.ai.bedrock.jurassic2.api
 
org.springframework.ai.bedrock.llama - package org.springframework.ai.bedrock.llama
 
org.springframework.ai.bedrock.llama.api - package org.springframework.ai.bedrock.llama.api
 
org.springframework.ai.bedrock.titan - package org.springframework.ai.bedrock.titan
 
org.springframework.ai.bedrock.titan.api - package org.springframework.ai.bedrock.titan.api
 
org.springframework.ai.bindings - package org.springframework.ai.bindings
 
org.springframework.ai.cassandra - package org.springframework.ai.cassandra
 
org.springframework.ai.chat - package org.springframework.ai.chat
The org.sf.ai.chat package represents the bounded context for the Chat Model within the AI generative model domain.
org.springframework.ai.chat.client - package org.springframework.ai.chat.client
 
org.springframework.ai.chat.client.advisor - package org.springframework.ai.chat.client.advisor
 
org.springframework.ai.chat.client.advisor.api - package org.springframework.ai.chat.client.advisor.api
 
org.springframework.ai.chat.client.advisor.observation - package org.springframework.ai.chat.client.advisor.observation
 
org.springframework.ai.chat.client.observation - package org.springframework.ai.chat.client.observation
 
org.springframework.ai.chat.memory - package org.springframework.ai.chat.memory
 
org.springframework.ai.chat.messages - package org.springframework.ai.chat.messages
 
org.springframework.ai.chat.metadata - package org.springframework.ai.chat.metadata
 
org.springframework.ai.chat.model - package org.springframework.ai.chat.model
 
org.springframework.ai.chat.observation - package org.springframework.ai.chat.observation
 
org.springframework.ai.chat.prompt - package org.springframework.ai.chat.prompt
 
org.springframework.ai.chroma - package org.springframework.ai.chroma
 
org.springframework.ai.converter - package org.springframework.ai.converter
 
org.springframework.ai.docker.compose.service.connection.chroma - package org.springframework.ai.docker.compose.service.connection.chroma
 
org.springframework.ai.docker.compose.service.connection.mongo - package org.springframework.ai.docker.compose.service.connection.mongo
 
org.springframework.ai.docker.compose.service.connection.ollama - package org.springframework.ai.docker.compose.service.connection.ollama
 
org.springframework.ai.docker.compose.service.connection.opensearch - package org.springframework.ai.docker.compose.service.connection.opensearch
 
org.springframework.ai.docker.compose.service.connection.qdrant - package org.springframework.ai.docker.compose.service.connection.qdrant
 
org.springframework.ai.docker.compose.service.connection.typesense - package org.springframework.ai.docker.compose.service.connection.typesense
 
org.springframework.ai.docker.compose.service.connection.weaviate - package org.springframework.ai.docker.compose.service.connection.weaviate
 
org.springframework.ai.document - package org.springframework.ai.document
 
org.springframework.ai.document.id - package org.springframework.ai.document.id
 
org.springframework.ai.embedding - package org.springframework.ai.embedding
 
org.springframework.ai.embedding.observation - package org.springframework.ai.embedding.observation
 
org.springframework.ai.evaluation - package org.springframework.ai.evaluation
 
org.springframework.ai.huggingface - package org.springframework.ai.huggingface
 
org.springframework.ai.huggingface.api - package org.springframework.ai.huggingface.api
 
org.springframework.ai.huggingface.invoker - package org.springframework.ai.huggingface.invoker
 
org.springframework.ai.huggingface.invoker.auth - package org.springframework.ai.huggingface.invoker.auth
 
org.springframework.ai.huggingface.model - package org.springframework.ai.huggingface.model
 
org.springframework.ai.image - package org.springframework.ai.image
 
org.springframework.ai.image.observation - package org.springframework.ai.image.observation
 
org.springframework.ai.minimax - package org.springframework.ai.minimax
 
org.springframework.ai.minimax.aot - package org.springframework.ai.minimax.aot
 
org.springframework.ai.minimax.api - package org.springframework.ai.minimax.api
 
org.springframework.ai.minimax.metadata - package org.springframework.ai.minimax.metadata
 
org.springframework.ai.mistralai - package org.springframework.ai.mistralai
 
org.springframework.ai.mistralai.aot - package org.springframework.ai.mistralai.aot
 
org.springframework.ai.mistralai.api - package org.springframework.ai.mistralai.api
 
org.springframework.ai.mistralai.metadata - package org.springframework.ai.mistralai.metadata
 
org.springframework.ai.model - package org.springframework.ai.model
Provides a set of interfaces and classes for a generic API designed to interact with various AI models.
org.springframework.ai.model.function - package org.springframework.ai.model.function
 
org.springframework.ai.model.observation - package org.springframework.ai.model.observation
 
org.springframework.ai.moderation - package org.springframework.ai.moderation
 
org.springframework.ai.moonshot - package org.springframework.ai.moonshot
 
org.springframework.ai.moonshot.aot - package org.springframework.ai.moonshot.aot
 
org.springframework.ai.moonshot.api - package org.springframework.ai.moonshot.api
 
org.springframework.ai.moonshot.metadata - package org.springframework.ai.moonshot.metadata
 
org.springframework.ai.observation - package org.springframework.ai.observation
 
org.springframework.ai.observation.conventions - package org.springframework.ai.observation.conventions
 
org.springframework.ai.observation.tracing - package org.springframework.ai.observation.tracing
 
org.springframework.ai.oci - package org.springframework.ai.oci
 
org.springframework.ai.ollama - package org.springframework.ai.ollama
 
org.springframework.ai.ollama.aot - package org.springframework.ai.ollama.aot
 
org.springframework.ai.ollama.api - package org.springframework.ai.ollama.api
 
org.springframework.ai.ollama.metadata - package org.springframework.ai.ollama.metadata
 
org.springframework.ai.openai - package org.springframework.ai.openai
 
org.springframework.ai.openai.aot - package org.springframework.ai.openai.aot
 
org.springframework.ai.openai.api - package org.springframework.ai.openai.api
 
org.springframework.ai.openai.api.common - package org.springframework.ai.openai.api.common
 
org.springframework.ai.openai.audio.speech - package org.springframework.ai.openai.audio.speech
 
org.springframework.ai.openai.metadata - package org.springframework.ai.openai.metadata
 
org.springframework.ai.openai.metadata.audio - package org.springframework.ai.openai.metadata.audio
 
org.springframework.ai.openai.metadata.support - package org.springframework.ai.openai.metadata.support
 
org.springframework.ai.parser - package org.springframework.ai.parser
 
org.springframework.ai.postgresml - package org.springframework.ai.postgresml
 
org.springframework.ai.qianfan - package org.springframework.ai.qianfan
 
org.springframework.ai.qianfan.aot - package org.springframework.ai.qianfan.aot
 
org.springframework.ai.qianfan.api - package org.springframework.ai.qianfan.api
 
org.springframework.ai.qianfan.api.auth - package org.springframework.ai.qianfan.api.auth
 
org.springframework.ai.qianfan.metadata - package org.springframework.ai.qianfan.metadata
 
org.springframework.ai.reader - package org.springframework.ai.reader
 
org.springframework.ai.reader.markdown - package org.springframework.ai.reader.markdown
 
org.springframework.ai.reader.markdown.config - package org.springframework.ai.reader.markdown.config
 
org.springframework.ai.reader.pdf - package org.springframework.ai.reader.pdf
 
org.springframework.ai.reader.pdf.aot - package org.springframework.ai.reader.pdf.aot
 
org.springframework.ai.reader.pdf.config - package org.springframework.ai.reader.pdf.config
 
org.springframework.ai.reader.pdf.layout - package org.springframework.ai.reader.pdf.layout
 
org.springframework.ai.reader.tika - package org.springframework.ai.reader.tika
 
org.springframework.ai.retry - package org.springframework.ai.retry
 
org.springframework.ai.stabilityai - package org.springframework.ai.stabilityai
 
org.springframework.ai.stabilityai.api - package org.springframework.ai.stabilityai.api
 
org.springframework.ai.tokenizer - package org.springframework.ai.tokenizer
 
org.springframework.ai.transformer - package org.springframework.ai.transformer
 
org.springframework.ai.transformer.splitter - package org.springframework.ai.transformer.splitter
 
org.springframework.ai.transformers - package org.springframework.ai.transformers
 
org.springframework.ai.util - package org.springframework.ai.util
 
org.springframework.ai.util.api - package org.springframework.ai.util.api
 
org.springframework.ai.vectorstore - package org.springframework.ai.vectorstore
 
org.springframework.ai.vectorstore.azure - package org.springframework.ai.vectorstore.azure
 
org.springframework.ai.vectorstore.filter - package org.springframework.ai.vectorstore.filter
 
org.springframework.ai.vectorstore.filter.antlr4 - package org.springframework.ai.vectorstore.filter.antlr4
 
org.springframework.ai.vectorstore.filter.converter - package org.springframework.ai.vectorstore.filter.converter
 
org.springframework.ai.vectorstore.observation - package org.springframework.ai.vectorstore.observation
 
org.springframework.ai.vectorstore.qdrant - package org.springframework.ai.vectorstore.qdrant
 
org.springframework.ai.vertexai.embedding - package org.springframework.ai.vertexai.embedding
 
org.springframework.ai.vertexai.embedding.multimodal - package org.springframework.ai.vertexai.embedding.multimodal
 
org.springframework.ai.vertexai.embedding.text - package org.springframework.ai.vertexai.embedding.text
 
org.springframework.ai.vertexai.gemini - package org.springframework.ai.vertexai.gemini
 
org.springframework.ai.vertexai.gemini.aot - package org.springframework.ai.vertexai.gemini.aot
 
org.springframework.ai.vertexai.gemini.common - package org.springframework.ai.vertexai.gemini.common
 
org.springframework.ai.vertexai.gemini.metadata - package org.springframework.ai.vertexai.gemini.metadata
 
org.springframework.ai.vertexai.palm2 - package org.springframework.ai.vertexai.palm2
 
org.springframework.ai.vertexai.palm2.aot - package org.springframework.ai.vertexai.palm2.aot
 
org.springframework.ai.vertexai.palm2.api - package org.springframework.ai.vertexai.palm2.api
 
org.springframework.ai.watsonx - package org.springframework.ai.watsonx
 
org.springframework.ai.watsonx.aot - package org.springframework.ai.watsonx.aot
 
org.springframework.ai.watsonx.api - package org.springframework.ai.watsonx.api
 
org.springframework.ai.watsonx.utils - package org.springframework.ai.watsonx.utils
 
org.springframework.ai.writer - package org.springframework.ai.writer
 
org.springframework.ai.zhipuai - package org.springframework.ai.zhipuai
 
org.springframework.ai.zhipuai.aot - package org.springframework.ai.zhipuai.aot
 
org.springframework.ai.zhipuai.api - package org.springframework.ai.zhipuai.api
 
org.springframework.ai.zhipuai.metadata - package org.springframework.ai.zhipuai.metadata
 
ORIGAMI - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
OTHER - Enum constant in enum class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason
Content was blocked, but the reason is uncategorized.
output() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Returns the value of the output record component.
OUTPUT - Enum constant in enum class org.springframework.ai.observation.conventions.AiTokenType
 
OUTPUT_SPACE_CHARACTER_WIDTH_IN_PT - Static variable in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
outputDimensionality - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
OutputParser<T> - Interface in org.springframework.ai.parser
Deprecated.
Use the StructuredOutputConverter instead.
outputText() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Returns the value of the outputText record component.
outputText() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the outputText record component.
outputTokenCount() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns the value of the outputTokenCount record component.
outputTokenLimit() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the outputTokenLimit record component.
outputTokens() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Returns the value of the outputTokens record component.
outputTokens() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Returns the value of the outputTokens record component.
outputTokens() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Returns the value of the outputTokens record component.

P

pageBottomMargin - Variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
pageExtractedTextFormatter - Variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
PagePdfDocumentReader - Class in org.springframework.ai.reader.pdf
Groups the parsed PDF pages into Documents.
PagePdfDocumentReader(String) - Constructor for class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
PagePdfDocumentReader(String, PdfDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
PagePdfDocumentReader(Resource) - Constructor for class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
PagePdfDocumentReader(Resource, PdfDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
pagesPerDocument - Variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
pageTopMargin - Variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
Paragraph(ParagraphManager.Paragraph, String, int, int, int, int) - Constructor for record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
 
Paragraph(ParagraphManager.Paragraph, String, int, int, int, int, List<ParagraphManager.Paragraph>) - Constructor for record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Creates an instance of a Paragraph record class.
ParagraphManager - Class in org.springframework.ai.reader.pdf.config
The ParagraphManager class is responsible for managing the paragraphs and hierarchy of a PDF document.
ParagraphManager(PDDocument) - Constructor for class org.springframework.ai.reader.pdf.config.ParagraphManager
 
ParagraphManager.Paragraph - Record Class in org.springframework.ai.reader.pdf.config
Represents a document paragraph metadata and hierarchy.
ParagraphPdfDocumentReader - Class in org.springframework.ai.reader.pdf
Uses the PDF catalog (e.g.
ParagraphPdfDocumentReader(String) - Constructor for class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
Constructs a ParagraphPdfDocumentReader using a resource URL.
ParagraphPdfDocumentReader(String, PdfDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
Constructs a ParagraphPdfDocumentReader using a resource URL and a configuration.
ParagraphPdfDocumentReader(Resource) - Constructor for class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
Constructs a ParagraphPdfDocumentReader using a resource.
ParagraphPdfDocumentReader(Resource, PdfDocumentReaderConfig) - Constructor for class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
Constructs a ParagraphPdfDocumentReader using a resource and a configuration.
parallelToolCalls() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the parallelToolCalls record component.
param(String, Object) - Method in interface org.springframework.ai.chat.client.ChatClient.AdvisorSpec
 
param(String, Object) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
 
param(String, Object) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
param(String, Object) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
param(String, Object) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
param(String, Object) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
parameters() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Returns the value of the parameters record component.
parameters() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Returns the value of the parameters record component.
parameters() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Returns the value of the parameters record component.
parameters() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Returns the value of the parameters record component.
parameters() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Returns the value of the parameters record component.
parameters() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Returns the value of the parameters record component.
parameters(GenerateParameters) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
parameters(GenerateParameters) - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
parameterToMultiValueMap(ApiClient.CollectionFormat, String, Object) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Converts a parameter to a MultiValueMap for use in REST requests
parameterToString(Object) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Format the given parameter object into string.
params() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
params() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
params(Map<String, Object>) - Method in interface org.springframework.ai.chat.client.ChatClient.AdvisorSpec
 
params(Map<String, Object>) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
 
params(Map<String, Object>) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
params(Map<String, Object>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultAdvisorSpec
 
params(Map<String, Object>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
params(Map<String, Object>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
parent() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the parent record component.
parse(String) - Method in interface org.springframework.ai.converter.StructuredOutputConverter
Deprecated.
Use the Converter.convert(Object) instead.
parse(String) - Static method in class org.springframework.ai.ollama.OllamaEmbeddingModel.DurationParser
 
parse(String) - Method in class org.springframework.ai.parser.BeanOutputParser
Deprecated.
 
parse(String) - Method in class org.springframework.ai.parser.ListOutputParser
Deprecated.
 
parse(String) - Method in class org.springframework.ai.parser.MapOutputParser
Deprecated.
 
parse(String) - Method in interface org.springframework.ai.parser.Parser
 
parse(String) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser
 
parseDate(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Parse the given string into Date object.
Parser<T> - Interface in org.springframework.ai.parser
 
ParsingUtils - Class in org.springframework.ai.util
Utility methods for String parsing.
partialJson() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Returns the value of the partialJson record component.
password - Enum constant in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
 
PdfDocumentReaderConfig - Class in org.springframework.ai.reader.pdf.config
Common configuration builder for the PagePdfDocumentReader and the ParagraphPdfDocumentReader.
PdfDocumentReaderConfig.Builder - Class in org.springframework.ai.reader.pdf.config
 
PDFLayoutTextStripperByArea - Class in org.springframework.ai.reader.pdf.layout
Re-implement the PDFLayoutTextStripperByArea on top of the PDFLayoutTextStripper instead the original PDFTextStripper.
PDFLayoutTextStripperByArea() - Constructor for class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Constructor.
PdfReaderRuntimeHints - Class in org.springframework.ai.reader.pdf.aot
The PdfReaderRuntimeHints class is responsible for registering runtime hints for PDFBox resources.
PdfReaderRuntimeHints() - Constructor for class org.springframework.ai.reader.pdf.aot.PdfReaderRuntimeHints
 
Penalty(Double, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Creates an instance of a Penalty record class.
PG_ARRAY - Enum constant in enum class org.springframework.ai.postgresml.PostgresMlEmbeddingModel.VectorType
 
PG_VECTOR - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
PG_VECTOR - Enum constant in enum class org.springframework.ai.postgresml.PostgresMlEmbeddingModel.VectorType
 
PgVectorFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into PgVector metadata filter expression format.
PgVectorFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.PgVectorFilterExpressionConverter
 
PgVectorSchemaValidator - Class in org.springframework.ai.vectorstore
 
PgVectorSchemaValidator(JdbcTemplate) - Constructor for class org.springframework.ai.vectorstore.PgVectorSchemaValidator
 
PgVectorStore - Class in org.springframework.ai.vectorstore
Uses the "vector_store" table to store the Spring AI vector data.
PgVectorStore(String, JdbcTemplate, EmbeddingModel, int, PgVectorStore.PgDistanceType, boolean, PgVectorStore.PgIndexType, boolean) - Constructor for class org.springframework.ai.vectorstore.PgVectorStore
 
PgVectorStore(JdbcTemplate, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.PgVectorStore
 
PgVectorStore(JdbcTemplate, EmbeddingModel, int) - Constructor for class org.springframework.ai.vectorstore.PgVectorStore
 
PgVectorStore(JdbcTemplate, EmbeddingModel, int, PgVectorStore.PgDistanceType, boolean, PgVectorStore.PgIndexType, boolean) - Constructor for class org.springframework.ai.vectorstore.PgVectorStore
 
PgVectorStore.Builder - Class in org.springframework.ai.vectorstore
 
PgVectorStore.PgDistanceType - Enum Class in org.springframework.ai.vectorstore
Defaults to CosineDistance.
PgVectorStore.PgIndexType - Enum Class in org.springframework.ai.vectorstore
By default, pgvector performs exact nearest neighbor search, which provides perfect recall.
PgVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.pgvector
 
PgVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreAutoConfiguration
 
PgVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.pgvector
 
PgVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
PHI - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The Phi-2 2.7B language model
PHI3 - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
The Phi-3 3.8B language model
PHOTOGRAPHIC - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
PINECONE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
PineconeFilterExpressionConverter - Class in org.springframework.ai.vectorstore.filter.converter
Converts Filter.Expression into Pinecone metadata filter expression format.
PineconeFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.filter.converter.PineconeFilterExpressionConverter
 
PineconeVectorStore - Class in org.springframework.ai.vectorstore
A VectorStore implementation backed by Pinecone, a cloud-based vector database.
PineconeVectorStore(PineconeVectorStore.PineconeVectorStoreConfig, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.PineconeVectorStore
Constructs a new PineconeVectorStore.
PineconeVectorStore(PineconeVectorStore.PineconeVectorStoreConfig, EmbeddingModel, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.PineconeVectorStore
Constructs a new PineconeVectorStore.
PineconeVectorStore.PineconeVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration class for the PineconeVectorStore.
PineconeVectorStore.PineconeVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
PineconeVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.pinecone
 
PineconeVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreAutoConfiguration
 
PineconeVectorStoreConfig(PineconeVectorStore.PineconeVectorStoreConfig.Builder) - Constructor for class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig
Constructor using the builder.
PineconeVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.pinecone
 
PineconeVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
PING - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
 
PING - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Ping.
PingEvent(AnthropicApi.EventType) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.PingEvent
Creates an instance of a PingEvent record class.
PIPES - Enum constant in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
 
PIXEL_ART - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
PLUS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
PLUS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
PLUS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.DecimalConstantContext
 
PLUS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IntegerConstantContext
 
PortableFunctionCallingOptions() - Constructor for class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
position() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the position record component.
POSITIVE_INFINITY - Static variable in class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
PostgresMlAutoConfiguration - Class in org.springframework.ai.autoconfigure.postgresml
Auto-configuration class for PostgresMlEmbeddingModel.
PostgresMlAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.postgresml.PostgresMlAutoConfiguration
 
postgresMlEmbeddingModel(JdbcTemplate, PostgresMlEmbeddingProperties) - Method in class org.springframework.ai.autoconfigure.postgresml.PostgresMlAutoConfiguration
 
PostgresMlEmbeddingModel - Class in org.springframework.ai.postgresml
PostgresML EmbeddingModel
PostgresMlEmbeddingModel(JdbcTemplate) - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
a constructor
PostgresMlEmbeddingModel(JdbcTemplate, String) - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
Deprecated, for removal: This API element is subject to removal in a future version.
PostgresMlEmbeddingModel(JdbcTemplate, String, PostgresMlEmbeddingModel.VectorType) - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor with PostgresMlEmbeddingOptions instead.
PostgresMlEmbeddingModel(JdbcTemplate, String, PostgresMlEmbeddingModel.VectorType, Map<String, Object>, MetadataMode) - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
Deprecated, for removal: This API element is subject to removal in a future version.
PostgresMlEmbeddingModel(JdbcTemplate, PostgresMlEmbeddingOptions) - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingModel
a PostgresMlEmbeddingModel constructor
PostgresMlEmbeddingModel.VectorType - Enum Class in org.springframework.ai.postgresml
 
PostgresMlEmbeddingOptions - Class in org.springframework.ai.postgresml
 
PostgresMlEmbeddingOptions() - Constructor for class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
PostgresMlEmbeddingOptions.Builder - Class in org.springframework.ai.postgresml
 
PostgresMlEmbeddingProperties - Class in org.springframework.ai.autoconfigure.postgresml
Configuration properties for Postgres ML.
PostgresMlEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
prefill(List<PrefillToken>) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
prefill(List<PrefillToken>) - Method in class org.springframework.ai.huggingface.model.Details
 
PrefillToken - Class in org.springframework.ai.huggingface.model
PrefillToken
PrefillToken() - Constructor for class org.springframework.ai.huggingface.model.PrefillToken
 
presencePenalty() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the presencePenalty record component.
presencePenalty() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the presencePenalty record component.
presencePenalty() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the presencePenalty record component.
presencePenalty() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the presencePenalty record component.
presencePenalty() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the presencePenalty record component.
PREVIOUS - Enum constant in enum class org.springframework.ai.transformer.SummaryMetadataEnricher.SummaryType
 
PrintFilterExpressionConverter - Class in org.springframework.ai.vectorstore.filter.converter
Converts Filter.Expression into test string format.
PrintFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.filter.converter.PrintFilterExpressionConverter
 
probBytes() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns the value of the probBytes record component.
probBytes() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Returns the value of the probBytes record component.
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.ChromaBindingsPropertiesProcessor
 
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.MistralAiBindingsPropertiesProcessor
 
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.OllamaBindingsPropertiesProcessor
 
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.OpenAiBindingsPropertiesProcessor
 
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.TanzuBindingsPropertiesProcessor
 
process(Environment, Bindings, Map<String, Object>) - Method in class org.springframework.ai.bindings.WeaviateBindingsPropertiesProcessor
 
processCall(ChatModel, Prompt, Set<String>, Function<AssistantMessage.ToolCall, String>) - Method in class org.springframework.ai.model.function.ToolCallHelper
 
processPage(PDPage) - Method in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
processStream(ChatModel, Prompt, Set<String>, Function<AssistantMessage.ToolCall, String>) - Method in class org.springframework.ai.model.function.ToolCallHelper
 
processTextPosition(TextPosition) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
prompt() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns the value of the prompt record component.
prompt() - Method in interface org.springframework.ai.chat.client.ChatClient
 
prompt() - Method in class org.springframework.ai.chat.client.DefaultChatClient
 
prompt() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns the value of the prompt record component.
prompt() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Returns the value of the prompt record component.
prompt(String) - Method in interface org.springframework.ai.chat.client.ChatClient
 
prompt(String) - Method in class org.springframework.ai.chat.client.DefaultChatClient
 
prompt(ChatModelObservationContext) - Static method in class org.springframework.ai.chat.observation.ChatModelObservationContentProcessor
 
prompt(Prompt) - Method in interface org.springframework.ai.chat.client.ChatClient
 
prompt(Prompt) - Method in class org.springframework.ai.chat.client.DefaultChatClient
 
prompt(Prompt) - Method in class org.springframework.ai.chat.observation.ChatModelObservationContext.Builder
 
Prompt - Class in org.springframework.ai.chat.prompt
The Prompt class represents a prompt used in AI model requests.
Prompt(String) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
Prompt(String, List<Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token>) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Creates an instance of a Prompt record class.
Prompt(String, ChatOptions) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
Prompt(List<Message>) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
Prompt(List<Message>, ChatOptions) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
Prompt(Message) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
Prompt(Message, ChatOptions) - Constructor for class org.springframework.ai.chat.prompt.Prompt
 
PROMPT - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The full prompt sent to the model.
PROMPT - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The full prompt sent to the model.
PROMPT - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The full prompt sent to the model.
PROMPT_TEMPLATE - Static variable in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi
 
PromptChatMemoryAdvisor - Class in org.springframework.ai.chat.client.advisor
Memory is retrieved added into the prompt's system text.
PromptChatMemoryAdvisor(ChatMemory) - Constructor for class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
PromptChatMemoryAdvisor(ChatMemory, String) - Constructor for class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
PromptChatMemoryAdvisor(ChatMemory, String, int, String) - Constructor for class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
PromptChatMemoryAdvisor(ChatMemory, String, int, String, int) - Constructor for class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor
 
PromptChatMemoryAdvisor.Builder - Class in org.springframework.ai.chat.client.advisor
 
promptEvalCount() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the promptEvalCount record component.
promptEvalCount() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the promptEvalCount record component.
promptEvalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the promptEvalDuration record component.
promptEvalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the promptEvalDuration record component.
PromptMetadata - Interface in org.springframework.ai.chat.metadata
Abstract Data Type (ADT) modeling metadata gathered by the AI during request processing.
PromptMetadata.PromptFilterMetadata - Interface in org.springframework.ai.chat.metadata
Abstract Data Type (ADT) modeling filter metadata for all prompts sent during an AI request.
PromptTemplate - Class in org.springframework.ai.chat.prompt
 
PromptTemplate(String) - Constructor for class org.springframework.ai.chat.prompt.PromptTemplate
 
PromptTemplate(String, Map<String, Object>) - Constructor for class org.springframework.ai.chat.prompt.PromptTemplate
 
PromptTemplate(Resource) - Constructor for class org.springframework.ai.chat.prompt.PromptTemplate
 
PromptTemplate(Resource, Map<String, Object>) - Constructor for class org.springframework.ai.chat.prompt.PromptTemplate
 
PromptTemplateActions - Interface in org.springframework.ai.chat.prompt
 
PromptTemplateChatActions - Interface in org.springframework.ai.chat.prompt
 
PromptTemplateMessageActions - Interface in org.springframework.ai.chat.prompt
 
PromptTemplateStringActions - Interface in org.springframework.ai.chat.prompt
 
promptTokenCount() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns the value of the promptTokenCount record component.
promptTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Returns the value of the promptTokens record component.
promptTokens() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Returns the value of the promptTokens record component.
protectFromBlocking - Variable in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
provider() - Method in record class org.springframework.ai.observation.AiOperationMetadata
Returns the value of the provider record component.
provider(String) - Method in class org.springframework.ai.chat.observation.ChatModelObservationContext.Builder
 
provider(String) - Method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext.Builder
 
provider(String) - Method in class org.springframework.ai.image.observation.ImageModelObservationContext.Builder
 
provider(String) - Method in class org.springframework.ai.observation.AiOperationMetadata.Builder
 
PROVIDER_NAME - Static variable in class org.springframework.ai.anthropic.api.AnthropicApi
 
PROVIDER_NAME - Static variable in class org.springframework.ai.minimax.api.MiniMaxApiConstants
 
PROVIDER_NAME - Static variable in class org.springframework.ai.mistralai.api.MistralAiApi
 
PROVIDER_NAME - Static variable in class org.springframework.ai.moonshot.api.MoonshotConstants
 
PROVIDER_NAME - Static variable in class org.springframework.ai.ollama.api.OllamaApi
 
PROVIDER_NAME - Static variable in class org.springframework.ai.openai.api.common.OpenAiApiConstants
 
PROVIDER_NAME - Static variable in class org.springframework.ai.qianfan.api.QianFanConstants
 
PROVIDER_NAME - Static variable in class org.springframework.ai.vertexai.gemini.common.VertexAiGeminiConstants
 
PROVIDER_NAME - Static variable in class org.springframework.ai.zhipuai.api.ZhiPuApiConstants
 
purgeEmbeddings() - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
purgeExcess(List<MediaContent>, int) - Method in class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
push(Advisor) - Method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain.Builder
 
pushAll(List<? extends Advisor>) - Method in class org.springframework.ai.chat.client.advisor.DefaultAroundAdvisorChain.Builder
 
put(String, T) - Method in class org.springframework.ai.model.MutableResponseMetadata
Puts an element to the context.

Q

qaEvaluatorAccurateAnswerResource - Variable in class org.springframework.ai.evaluation.BasicEvaluationTest
 
qaEvaluatorFactBasedAnswerResource - Variable in class org.springframework.ai.evaluation.BasicEvaluationTest
 
qaEvaluatorNotRelatedResource - Variable in class org.springframework.ai.evaluation.BasicEvaluationTest
 
QDRANT - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
qdrantClient(QdrantVectorStoreProperties, QdrantConnectionDetails) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration
 
QdrantConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.qdrant
 
QdrantVectorStore - Class in org.springframework.ai.vectorstore.qdrant
Qdrant vectorStore implementation.
QdrantVectorStore(QdrantClient, String, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Constructs a new QdrantVectorStore.
QdrantVectorStore(QdrantClient, String, EmbeddingModel, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Constructs a new QdrantVectorStore.
QdrantVectorStore(QdrantClient, QdrantVectorStore.QdrantVectorStoreConfig, EmbeddingModel, boolean) - Constructor for class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.0 in favor of QdrantVectorStore.
QdrantVectorStore.QdrantVectorStoreConfig - Class in org.springframework.ai.vectorstore.qdrant
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.0 in favor of QdrantVectorStore.
QdrantVectorStore.QdrantVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore.qdrant
Deprecated.
 
QdrantVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.qdrant
 
QdrantVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration
 
QdrantVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.qdrant
 
QdrantVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
QIANFAN - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
QianFanAccessToken - Class in org.springframework.ai.qianfan.api.auth
Represents an access token for the QianFan API.
QianFanAccessToken(AccessTokenResponse) - Constructor for class org.springframework.ai.qianfan.api.auth.QianFanAccessToken
 
QianFanApi - Class in org.springframework.ai.qianfan.api
Single class implementation of the QianFan Chat Completion API and Embedding API.
QianFanApi(String, String) - Constructor for class org.springframework.ai.qianfan.api.QianFanApi
Create a new chat completion api with default base URL.
QianFanApi(String, String, String) - Constructor for class org.springframework.ai.qianfan.api.QianFanApi
Create a new chat completion api.
QianFanApi(String, String, String, RestClient.Builder) - Constructor for class org.springframework.ai.qianfan.api.QianFanApi
Create a new chat completion api.
QianFanApi(String, String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.qianfan.api.QianFanApi
Create a new chat completion api.
QianFanApi(String, String, String, RestClient.Builder, WebClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.qianfan.api.QianFanApi
Create a new chat completion api.
QianFanApi.ChatCompletion - Record Class in org.springframework.ai.qianfan.api
Represents a chat completion response returned by model, based on the provided input.
QianFanApi.ChatCompletionChunk - Record Class in org.springframework.ai.qianfan.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
QianFanApi.ChatCompletionMessage - Record Class in org.springframework.ai.qianfan.api
Message comprising the conversation.
QianFanApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.qianfan.api
The role of the author of this message.
QianFanApi.ChatCompletionRequest - Record Class in org.springframework.ai.qianfan.api
Creates a model response for the given chat conversation.
QianFanApi.ChatCompletionRequest.ResponseFormat - Record Class in org.springframework.ai.qianfan.api
An object specifying the format that the model must output.
QianFanApi.ChatModel - Enum Class in org.springframework.ai.qianfan.api
QianFan Chat Completion Models: QianFan Model.
QianFanApi.Embedding - Record Class in org.springframework.ai.qianfan.api
Represents an embedding vector returned by embedding endpoint.
QianFanApi.EmbeddingList - Record Class in org.springframework.ai.qianfan.api
List of multiple embedding responses.
QianFanApi.EmbeddingModel - Enum Class in org.springframework.ai.qianfan.api
QianFan Embeddings Models: Embeddings.
QianFanApi.EmbeddingRequest - Record Class in org.springframework.ai.qianfan.api
Creates an embedding vector representing the input text.
QianFanApi.Usage - Record Class in org.springframework.ai.qianfan.api
Usage statistics for the completion request.
QianFanAuthenticator - Class in org.springframework.ai.qianfan.api.auth
QianFanAuthenticator is a class that authenticates and requests access token for the QianFan API.
QianFanAuthenticator(String, String, String) - Constructor for class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator
 
QianFanAuthenticator.Builder - Class in org.springframework.ai.qianfan.api.auth
 
QianFanAutoConfiguration - Class in org.springframework.ai.autoconfigure.qianfan
 
QianFanAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.qianfan.QianFanAutoConfiguration
 
qianFanChatModel(QianFanConnectionProperties, QianFanChatProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanAutoConfiguration
 
QianFanChatModel - Class in org.springframework.ai.qianfan
ChatModel and StreamingChatModel implementation for QianFan backed by QianFanApi.
QianFanChatModel(QianFanApi) - Constructor for class org.springframework.ai.qianfan.QianFanChatModel
Creates an instance of the QianFanChatModel.
QianFanChatModel(QianFanApi, QianFanChatOptions) - Constructor for class org.springframework.ai.qianfan.QianFanChatModel
Initializes an instance of the QianFanChatModel.
QianFanChatModel(QianFanApi, QianFanChatOptions, RetryTemplate) - Constructor for class org.springframework.ai.qianfan.QianFanChatModel
Initializes a new instance of the QianFanChatModel.
QianFanChatModel(QianFanApi, QianFanChatOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.qianfan.QianFanChatModel
Initializes a new instance of the QianFanChatModel.
QianFanChatOptions - Class in org.springframework.ai.qianfan
QianFanChatOptions represents the options for performing chat completion using the QianFan API.
QianFanChatOptions() - Constructor for class org.springframework.ai.qianfan.QianFanChatOptions
 
QianFanChatOptions.Builder - Class in org.springframework.ai.qianfan
 
QianFanChatProperties - Class in org.springframework.ai.autoconfigure.qianfan
 
QianFanChatProperties() - Constructor for class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
QianFanConnectionProperties - Class in org.springframework.ai.autoconfigure.qianfan
 
QianFanConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
QianFanConstants - Class in org.springframework.ai.qianfan.api
The ApiUtils class provides utility methods for working with API requests and responses.
QianFanConstants() - Constructor for class org.springframework.ai.qianfan.api.QianFanConstants
 
qianFanEmbeddingModel(QianFanConnectionProperties, QianFanEmbeddingProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanAutoConfiguration
 
QianFanEmbeddingModel - Class in org.springframework.ai.qianfan
QianFan Embedding Client implementation.
QianFanEmbeddingModel(QianFanApi) - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingModel
Constructor for the QianFanEmbeddingModel class.
QianFanEmbeddingModel(QianFanApi, MetadataMode) - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingModel
Initializes a new instance of the QianFanEmbeddingModel class.
QianFanEmbeddingModel(QianFanApi, MetadataMode, QianFanEmbeddingOptions) - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingModel
Initializes a new instance of the QianFanEmbeddingModel class.
QianFanEmbeddingModel(QianFanApi, MetadataMode, QianFanEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingModel
Initializes a new instance of the QianFanEmbeddingModel class.
QianFanEmbeddingModel(QianFanApi, MetadataMode, QianFanEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingModel
Initializes a new instance of the QianFanEmbeddingModel class.
QianFanEmbeddingOptions - Class in org.springframework.ai.qianfan
This class represents the options for QianFan embedding.
QianFanEmbeddingOptions() - Constructor for class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
QianFanEmbeddingOptions.Builder - Class in org.springframework.ai.qianfan
 
QianFanEmbeddingProperties - Class in org.springframework.ai.autoconfigure.qianfan
 
QianFanEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
QianFanImageApi - Class in org.springframework.ai.qianfan.api
QianFan Image API.
QianFanImageApi(String, String) - Constructor for class org.springframework.ai.qianfan.api.QianFanImageApi
Create a new QianFan Image api with default base URL.
QianFanImageApi(String, String, String, RestClient.Builder) - Constructor for class org.springframework.ai.qianfan.api.QianFanImageApi
Create a new QianFan Image API with the provided base URL.
QianFanImageApi(String, String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.qianfan.api.QianFanImageApi
Create a new QianFan Image API with the provided base URL.
QianFanImageApi.Data - Record Class in org.springframework.ai.qianfan.api
 
QianFanImageApi.ImageModel - Enum Class in org.springframework.ai.qianfan.api
QianFan Image API model.
QianFanImageApi.QianFanImageRequest - Record Class in org.springframework.ai.qianfan.api
 
QianFanImageApi.QianFanImageResponse - Record Class in org.springframework.ai.qianfan.api
 
qianFanImageModel(QianFanConnectionProperties, QianFanImageProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ImageModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanAutoConfiguration
 
QianFanImageModel - Class in org.springframework.ai.qianfan
QianFanImageModel is a class that implements the ImageModel interface.
QianFanImageModel(QianFanImageApi) - Constructor for class org.springframework.ai.qianfan.QianFanImageModel
Creates an instance of the QianFanImageModel.
QianFanImageModel(QianFanImageApi, QianFanImageOptions) - Constructor for class org.springframework.ai.qianfan.QianFanImageModel
Creates an instance of the QianFanImageModel.
QianFanImageModel(QianFanImageApi, QianFanImageOptions, RetryTemplate) - Constructor for class org.springframework.ai.qianfan.QianFanImageModel
Creates an instance of the QianFanImageModel.
QianFanImageModel(QianFanImageApi, QianFanImageOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.qianfan.QianFanImageModel
Initializes a new instance of the QianFanImageModel.
QianFanImageOptions - Class in org.springframework.ai.qianfan
QianFan Image API options.
QianFanImageOptions() - Constructor for class org.springframework.ai.qianfan.QianFanImageOptions
 
QianFanImageOptions.Builder - Class in org.springframework.ai.qianfan
 
QianFanImageProperties - Class in org.springframework.ai.autoconfigure.qianfan
QianFan Image autoconfiguration properties.
QianFanImageProperties() - Constructor for class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
QianFanImageRequest(String, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
 
QianFanImageRequest(String, String, String, String, Integer, Integer, Integer, String, String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Creates an instance of a QianFanImageRequest record class.
QianFanImageResponse(String, Long, List<QianFanImageApi.Data>) - Constructor for record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Creates an instance of a QianFanImageResponse record class.
QianFanRuntimeHints - Class in org.springframework.ai.qianfan.aot
The QianFanRuntimeHints class is responsible for registering runtime hints for QianFan API classes.
QianFanRuntimeHints() - Constructor for class org.springframework.ai.qianfan.aot.QianFanRuntimeHints
 
QianFanUsage - Class in org.springframework.ai.qianfan.metadata
Usage implementation for QianFan.
QianFanUsage(QianFanApi.Usage) - Constructor for class org.springframework.ai.qianfan.metadata.QianFanUsage
 
QianFanUtils - Class in org.springframework.ai.qianfan.api
 
QianFanUtils() - Constructor for class org.springframework.ai.qianfan.api.QianFanUtils
 
quality() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the quality record component.
query - Variable in class org.springframework.ai.vectorstore.SearchRequest
 
query(String) - Static method in class org.springframework.ai.vectorstore.SearchRequest
Create a new SearchRequest builder instance with specified embedding query string.
Query - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
Query, used to generate vectors for queries (when used as retrieval text)
QUERY - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
VectorStore similarity search operation.
queryCollection(String, ChromaApi.QueryRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
queryContent(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
queryEmbeddings() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns the value of the queryEmbeddings record component.
QueryRequest(float[], int) - Constructor for record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Convenience to query for a single embedding instead of a batch of embeddings.
QueryRequest(float[], int, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.QueryRequest
 
QueryRequest(List<float[]>, int, Map<String, Object>, List<ChromaApi.QueryRequest.Include>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Creates an instance of a QueryRequest record class.
QueryResponse(List<List<String>>, List<List<float[]>>, List<List<String>>, List<List<Map<String, Object>>>, List<List<Double>>) - Constructor for record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Creates an instance of a QueryResponse record class.
QUESTION_ANSWERING - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies that the query embedding is used for answering questions.
QuestionAnswerAdvisor - Class in org.springframework.ai.chat.client.advisor
Context for the question is retrieved from a Vector Store and added to the prompt's user text.
QuestionAnswerAdvisor(VectorStore) - Constructor for class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.
QuestionAnswerAdvisor(VectorStore, SearchRequest) - Constructor for class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.
QuestionAnswerAdvisor(VectorStore, SearchRequest, String) - Constructor for class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.
QuestionAnswerAdvisor(VectorStore, SearchRequest, String, boolean) - Constructor for class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.
QuestionAnswerAdvisor(VectorStore, SearchRequest, String, boolean, int) - Constructor for class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
The QuestionAnswerAdvisor retrieves context information from a Vector Store and combines it with the user's text.
QuestionAnswerAdvisor.Builder - Class in org.springframework.ai.chat.client.advisor
 
QUORUM - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
Write must receive an acknowledgement from at least QUORUM replica nodes.
QUOTED_STRING - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
QUOTED_STRING - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
QUOTED_STRING() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.IdentifierContext
 
QUOTED_STRING() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 
QUOTED_STRING(int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 

R

RandomIdGenerator - Class in org.springframework.ai.document.id
A random ID generator that returns a UUID.
RandomIdGenerator() - Constructor for class org.springframework.ai.document.id.RandomIdGenerator
 
randomSeed() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the randomSeed record component.
RateLimit - Interface in org.springframework.ai.chat.metadata
Abstract Data Type (ADT) encapsulating metadata from an AI provider's API rate limits granted to the API key in use and the API key's current balance.
raw() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the raw record component.
rawContent() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns the value of the rawContent record component.
rawContent() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns the value of the rawContent record component.
rawContent() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the rawContent record component.
rawContent() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Returns the value of the rawContent record component.
rawContent() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns the value of the rawContent record component.
rawLogprob() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Returns the value of the rawLogprob record component.
read() - Method in interface org.springframework.ai.document.DocumentReader
 
reason() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Returns the value of the reason record component.
reason() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Returns the value of the reason record component.
reasoningTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage.CompletionTokenDetails
Returns the value of the reasoningTokens record component.
reConcatenateCamelCase(String, String) - Static method in class org.springframework.ai.util.ParsingUtils
Reconcatenates the given camel-case source String using the given delimiter.
REDIS - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
RedisFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into Redis search filter expression format.
RedisFilterExpressionConverter(List<RedisVectorStore.MetadataField>) - Constructor for class org.springframework.ai.vectorstore.RedisFilterExpressionConverter
 
RedisVectorStore - Class in org.springframework.ai.vectorstore
The RedisVectorStore is for managing and querying vector data in a Redis database.
RedisVectorStore(RedisVectorStore.RedisVectorStoreConfig, EmbeddingModel, JedisPooled, boolean) - Constructor for class org.springframework.ai.vectorstore.RedisVectorStore
 
RedisVectorStore(RedisVectorStore.RedisVectorStoreConfig, EmbeddingModel, JedisPooled, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.RedisVectorStore
 
RedisVectorStore.Algorithm - Enum Class in org.springframework.ai.vectorstore
 
RedisVectorStore.MetadataField - Record Class in org.springframework.ai.vectorstore
 
RedisVectorStore.RedisVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration for the Redis vector store.
RedisVectorStore.RedisVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
RedisVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.redis
 
RedisVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreAutoConfiguration
 
RedisVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.redis
 
RedisVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
refreshToken() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the refreshToken record component.
refusal() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the refusal record component.
regionProvider(BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionConfiguration
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.anthropic.aot.AnthropicRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.aot.KnuddelsRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.aot.SpringAiCoreRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.azure.openai.aot.AzureOpenAiRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.bedrock.aot.BedrockRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.minimax.aot.MiniMaxRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.mistralai.aot.MistralAiRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.moonshot.aot.MoonshotRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.ollama.aot.OllamaRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.openai.aot.OpenAiRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.qianfan.aot.QianFanRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.reader.pdf.aot.PdfReaderRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.vertexai.gemini.aot.VertexAiGeminiRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.vertexai.palm2.aot.VertexRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.watsonx.aot.WatsonxAiRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.zhipuai.aot.ZhiPuAiRuntimeHints
 
RelevancyEvaluator - Class in org.springframework.ai.evaluation
 
RelevancyEvaluator(ChatClient.Builder) - Constructor for class org.springframework.ai.evaluation.RelevancyEvaluator
 
remove(Object) - Method in class org.springframework.ai.model.MutableResponseMetadata
Removes an entry from the context.
removeOuterQuotes(String) - Method in class org.springframework.ai.vectorstore.filter.converter.AbstractFilterExpressionConverter
 
removeRegion(String) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
Delete a region to group text by.
render() - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
render() - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
render() - Method in interface org.springframework.ai.chat.prompt.PromptTemplateStringActions
 
render(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.ChatPromptTemplate
 
render(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
render(Map<String, Object>) - Method in interface org.springframework.ai.chat.prompt.PromptTemplateStringActions
 
repetitionPenalty(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
request(Prompt) - Method in class org.springframework.ai.watsonx.WatsonxAiChatModel
 
REQUEST_BODY_NULL_ERROR - Static variable in class org.springframework.ai.ollama.api.OllamaApi
 
REQUEST_EMBEDDING_DIMENSIONS - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.HighCardinalityKeyNames
The number of dimensions the resulting output embeddings have.
REQUEST_EMBEDDING_DIMENSIONS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The number of dimensions the resulting output embeddings have.
REQUEST_FREQUENCY_PENALTY - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The frequency penalty setting for the model request.
REQUEST_FREQUENCY_PENALTY - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The frequency penalty setting for the model request.
REQUEST_IMAGE_RESPONSE_FORMAT - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The format in which the generated image is returned.
REQUEST_IMAGE_RESPONSE_FORMAT - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The format in which the generated image is returned.
REQUEST_IMAGE_SIZE - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The size of the image to generate.
REQUEST_IMAGE_SIZE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The size of the image to generate.
REQUEST_IMAGE_STYLE - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The style of the image to generate.
REQUEST_IMAGE_STYLE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The style of the image to generate.
REQUEST_MAX_TOKENS - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The maximum number of tokens the model generates for a request.
REQUEST_MAX_TOKENS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The maximum number of tokens the model generates for a request.
REQUEST_MODEL - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
The name of the model a request is being made to.
REQUEST_MODEL - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
The name of the model a request is being made to.
REQUEST_MODEL - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.LowCardinalityKeyNames
The name of the model a request is being made to.
REQUEST_MODEL - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The name of the model a request is being made to.
REQUEST_PRESENCE_PENALTY - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The presence penalty setting for the model request.
REQUEST_PRESENCE_PENALTY - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The presence penalty setting for the model request.
REQUEST_STOP_SEQUENCES - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
List of sequences that the model will use to stop generating further tokens.
REQUEST_STOP_SEQUENCES - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
List of sequences that the model will use to stop generating further tokens.
REQUEST_TEMPERATURE - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The temperature setting for the model request.
REQUEST_TEMPERATURE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The temperature setting for the model request.
REQUEST_TOP_K - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The top_k sampling setting for the model request.
REQUEST_TOP_K - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The top_k sampling setting for the model request.
REQUEST_TOP_P - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The top_p sampling setting for the model request.
REQUEST_TOP_P - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The top_p sampling setting for the model request.
requestEmbeddingDimension(KeyValues, EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
requestFrequencyPenalty(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestId() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the requestId record component.
requestImageFormat(KeyValues, ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
requestImageSize(KeyValues, ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
requestImageStyle(KeyValues, ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
requestMaxTokens(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestModel(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestModel(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
requestModel(ImageModelObservationContext) - Method in class org.springframework.ai.image.observation.DefaultImageModelObservationConvention
 
requestOptions(ChatOptions) - Method in class org.springframework.ai.chat.observation.ChatModelObservationContext.Builder
 
requestOptions(EmbeddingOptions) - Method in class org.springframework.ai.embedding.observation.EmbeddingModelObservationContext.Builder
 
requestOptions(ImageOptions) - Method in class org.springframework.ai.image.observation.ImageModelObservationContext.Builder
 
requestPresencePenalty(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
RequestResponseAdvisor - Interface in org.springframework.ai.chat.client
Deprecated.
since 1.0.0 M3 please use CallAroundAdvisor or StreamAroundAdvisor instead.
REQUESTS_LIMIT_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
REQUESTS_REMAINING_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
REQUESTS_RESET_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
requestStopSequences(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestTemperature(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestToken() - Method in class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator
 
requestTopK(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
requestTopP(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
resolveFunctionCallbacks(Set<String>) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
Resolve the function callbacks by name.
resolveFunctionCallbacks(Set<String>) - Method in class org.springframework.ai.model.function.AbstractFunctionCallSupport
Deprecated.
Resolve the function callbacks by name.
ResourceCacheService - Class in org.springframework.ai.transformers
Service that helps caching remote Resources on the local file system.
ResourceCacheService() - Constructor for class org.springframework.ai.transformers.ResourceCacheService
 
ResourceCacheService(File) - Constructor for class org.springframework.ai.transformers.ResourceCacheService
 
ResourceCacheService(String) - Constructor for class org.springframework.ai.transformers.ResourceCacheService
 
resourceFileName - Variable in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
resourceFileName - Variable in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
 
ResourceUtils - Class in org.springframework.ai
Miscellaneous Resource utility methods.
ResourceUtils() - Constructor for class org.springframework.ai.ResourceUtils
 
response() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Returns the value of the response record component.
response() - Method in record class org.springframework.ai.chat.client.ResponseEntity
Returns the value of the response record component.
response() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the response record component.
RESPONSE_FINISH_REASONS - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
Reasons the model stopped generating tokens, corresponding to each generation received.
RESPONSE_FINISH_REASONS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
Reasons the model stopped generating tokens, corresponding to each generation received.
RESPONSE_ID - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The unique identifier for the AI response.
RESPONSE_ID - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The unique identifier for the AI response.
RESPONSE_ID - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The unique identifier for the AI response.
RESPONSE_MODEL - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
The name of the model that generated the response.
RESPONSE_MODEL - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
The name of the model that generated the response.
RESPONSE_MODEL - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The name of the model that generated the response.
RESPONSE_MODEL - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The name of the model that generated the response.
responseCandiateToGeneration(Candidate) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
responseData() - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Returns the value of the responseData record component.
responseEntity(Class<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
responseEntity(Class<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
responseEntity(StructuredOutputConverter<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
responseEntity(StructuredOutputConverter<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
responseEntity(ParameterizedTypeReference<T>) - Method in interface org.springframework.ai.chat.client.ChatClient.CallResponseSpec
 
responseEntity(ParameterizedTypeReference<T>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultCallResponseSpec
 
ResponseEntity<R,E> - Record Class in org.springframework.ai.chat.client
Represents a Model response that includes the entire response along withe specified response entity type.
ResponseEntity(R, E) - Constructor for record class org.springframework.ai.chat.client.ResponseEntity
Creates an instance of a ResponseEntity record class.
ResponseError(VertexAiPaLm2Api.ResponseError.Error) - Constructor for record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError
Creates an instance of a ResponseError record class.
responseErrorHandler(SpringAiRetryProperties) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryAutoConfiguration
 
responseFinishReasons(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
responseFormat() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the responseFormat record component.
responseFormat() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the responseFormat record component.
ResponseFormat(String) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ResponseFormat
Creates an instance of a ResponseFormat record class.
ResponseFormat(String) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Creates an instance of a ResponseFormat record class.
ResponseFormat(String) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest.ResponseFormat
Creates an instance of a ResponseFormat record class.
ResponseFormat(String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ResponseFormat
Creates an instance of a ResponseFormat record class.
ResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat.Type) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
 
ResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat.Type, String) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
 
ResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat.Type, String, String, Boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
 
ResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat.Type, OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Creates an instance of a ResponseFormat record class.
responseId(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
ResponseMetadata - Interface in org.springframework.ai.model
Interface representing metadata associated with an AI model's response.
responseModel(ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
responseModel(EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
responses - Variable in class org.springframework.ai.chat.messages.ToolResponseMessage
 
responseType - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
responseType - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
responseType() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns the value of the responseType record component.
REST - Enum constant in enum class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties.Transport
When used, the clients will send REST requests to the backing service.
REST - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.TransportType
 
result() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the result record component.
result() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the result record component.
result() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Returns the value of the result record component.
Result(Integer, String, TitanChatBedrockApi.TitanChatResponse.CompletionReason) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Creates an instance of a Result record class.
ResultMetadata - Interface in org.springframework.ai.model
Interface representing metadata associated with the results of an AI model.
results() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Returns the value of the results record component.
results() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Returns the value of the results record component.
results() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns the value of the results record component.
results() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns the value of the results record component.
RETRIEVAL_DOCUMENT - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies the given text is a query in a search/retrieval setting.
RETRIEVAL_QUERY - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies the given text is a document in a search/retrieval setting.
retrieve(String) - Method in interface org.springframework.ai.document.DocumentRetriever
Retrieves relevant documents however the implementation sees fit.
RETRIEVED_DOCUMENTS - Static variable in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor
 
retryTemplate - Variable in class org.springframework.ai.anthropic.AnthropicChatModel
The retry template used to retry the OpenAI API calls.
retryTemplate - Variable in class org.springframework.ai.minimax.MiniMaxChatModel
The retry template used to retry the MiniMax API calls.
retryTemplate - Variable in class org.springframework.ai.qianfan.QianFanChatModel
The retry template used to retry the QianFan API calls.
retryTemplate - Variable in class org.springframework.ai.zhipuai.ZhiPuAiChatModel
The retry template used to retry the ZhiPuAI API calls.
retryTemplate - Variable in class org.springframework.ai.zhipuai.ZhiPuAiImageModel
 
retryTemplate(SpringAiRetryProperties) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryAutoConfiguration
 
RetryUtils - Class in org.springframework.ai.retry
RetryUtils is a utility class for configuring and handling retry operations.
RetryUtils() - Constructor for class org.springframework.ai.retry.RetryUtils
 
returnEmbeddings() - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
returnFullText(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
returnLikelihoods() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the returnLikelihoods record component.
reversedParagraphPosition - Variable in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig
 
revisedPrompt() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Returns the value of the revisedPrompt record component.
revisedPrompt() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Returns the value of the revisedPrompt record component.
RFC3339DateFormat - Class in org.springframework.ai.huggingface.invoker
 
RFC3339DateFormat() - Constructor for class org.springframework.ai.huggingface.invoker.RFC3339DateFormat
 
right - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.AndExpressionContext
 
right - Variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.OrExpressionContext
 
right() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Returns the value of the right record component.
RIGHT_PARENTHESIS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
RIGHT_PARENTHESIS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RIGHT_PARENTHESIS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.GroupExpressionContext
 
RIGHT_SQUARE_BRACKETS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
RIGHT_SQUARE_BRACKETS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RIGHT_SQUARE_BRACKETS() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.ConstantArrayContext
 
role() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Returns the value of the role record component.
role() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns the value of the role record component.
RULE_booleanExpression - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RULE_compare - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RULE_constant - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RULE_constantArray - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RULE_identifier - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
RULE_where - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
ruleNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
ruleNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
runtimeFunctionCallbackConfigurations(FunctionCallingOptions) - Method in class org.springframework.ai.chat.model.AbstractToolCallSupport
Handle the runtime function callback configurations.

S

SafeGuardAdvisor - Class in org.springframework.ai.chat.client.advisor
A CallAroundAdvisor and StreamAroundAdvisor that filters out the response if the user input contains any of the sensitive words.
SafeGuardAdvisor(List<String>) - Constructor for class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
SafeGuardAdvisor(List<String>, String, int) - Constructor for class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor
 
SafeGuardAdvisor.Builder - Class in org.springframework.ai.chat.client.advisor
 
safePrompt() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the safePrompt record component.
SAFETY - Enum constant in enum class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason
Content was blocked by safety settings.
sampler() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the sampler record component.
samples() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the samples record component.
save(File) - Method in class org.springframework.ai.vectorstore.SimpleVectorStore
Serialize the vector store content into a file in JSON format.
save(String, String, String, String) - Method in interface org.springframework.ai.vectorstore.HanaVectorRepository
 
scale() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns the value of the scale record component.
scale() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns the value of the scale record component.
scale() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns the value of the scale record component.
scale(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
 
SCANN - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
schema() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Returns the value of the schema record component.
SchemaColumn(String, DataType) - Constructor for record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Creates an instance of a SchemaColumn record class.
SchemaColumn(String, DataType) - Constructor for record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
 
SchemaColumn(String, DataType, CassandraVectorStoreConfig.SchemaColumnTags...) - Constructor for record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Creates an instance of a SchemaColumn record class.
SchemaUtil - Class in org.springframework.ai.cassandra
 
scope() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the scope record component.
SCORE_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
SEARCH_DOCUMENT - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
In search use-cases, use search_document when you encode documents for embeddings that you store in a vector database.
SEARCH_OUTPUT_FIELDS - Static variable in class org.springframework.ai.vectorstore.MilvusVectorStore
 
SEARCH_QUERY - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Use search_query when querying your vector DB to find relevant documents.
searchIndexClient(AzureVectorStoreProperties) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreAutoConfiguration
 
SearchRequest - Class in org.springframework.ai.vectorstore
Similarity search request builder.
secretKey(String) - Method in class org.springframework.ai.qianfan.api.auth.QianFanAuthenticator.Builder
 
secure - Variable in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
Secure the authorization for this connection, set to True to enable TLS.
seed() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the seed record component.
seed() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the seed record component.
seed() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the seed record component.
seed() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the seed record component.
seed() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Returns the value of the seed record component.
seed(Long) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
seed(Long) - Method in class org.springframework.ai.huggingface.model.Details
 
seed(Long) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
seed(Long) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
seek() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the seek record component.
seek() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the seek record component.
Segment(Integer, Integer, Float, Float, String, List<Integer>, Float, Float, Float, Float) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Creates an instance of a Segment record class.
Segment(Integer, Integer, Float, Float, String, List<Integer>, Float, Float, Float, Float) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Creates an instance of a Segment record class.
SEGMENT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
SEGMENT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
 
segments() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the segments record component.
segments() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns the value of the segments record component.
selectBody(Object, MultiValueMap<String, Object>, MediaType) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Select the body to use for the request
selectHeaderAccept(String[]) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
selfHarm() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the selfHarm record component.
selfHarm() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the selfHarm record component.
selfHarmInstructions() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the selfHarmInstructions record component.
selfHarmInstructions() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the selfHarmInstructions record component.
selfHarmIntent() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the selfHarmIntent record component.
selfHarmIntent() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the selfHarmIntent record component.
SEMANTIC_SIMILARITY - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Specifies the given text will be used for semantic textual similarity (STS).
sempred(RuleContext, int, int) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
sequence() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Returns the value of the sequence record component.
ServingMode - Enum Class in org.springframework.ai.autoconfigure.oci.genai
 
sessionKey() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the sessionKey record component.
sessionSecret() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns the value of the sessionSecret record component.
setAccessKey(String) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
setAccessToken(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setAccessToken(String) - Method in class org.springframework.ai.huggingface.invoker.auth.OAuth
 
setAdvisedRequest(AdvisedRequest) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
setAdvisorRequestContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
setAdvisorResponseContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext
 
setAllowedIdentifierNames(List<String>) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
setAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setApiClient(ApiClient) - Method in class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
 
setApiEndpoint(String) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
setApiEndpoint(String) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiParentProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
setApiKey(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.ai.model.function.FunctionCallbackContext
 
setAssistantColumn(String) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
setAuthenticationType(OCIConnectionProperties.AuthenticationType) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setAutoTruncate(Boolean) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
setAws(OpenSearchVectorStoreProperties.Aws) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setB64Json(String) - Method in class org.springframework.ai.image.Image
 
setBasePath(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Set the base path, which should include the host
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiParentProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotParentProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaConnectionProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setBaseUrl(String) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
setBeamWidth(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setBeamWidth(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setBeamWidth(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setBestOf(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setBestOfSequences(List<BestOfSequence>) - Method in class org.springframework.ai.huggingface.model.Details
 
setBetaVersion(String) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
setBuckets(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setBuckets(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setBuckets(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setCandidateCount(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setCandidateCount(Integer) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
setCaPemPath(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setCategories(Categories) - Method in class org.springframework.ai.moderation.ModerationResult
 
setCategoryScores(CategoryScores) - Method in class org.springframework.ai.moderation.ModerationResult
 
setCfgScale(Float) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setCharset(Charset) - Method in class org.springframework.ai.reader.TextReader
 
setClientKeyPath(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setClientPemPath(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setClipGuidancePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setCollectionName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreProperties
 
setCollectionName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setCollectionName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
setCollectionName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
setCollectionName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
setCollectionName(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setCompartment(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
setCompartment(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
setCompletionsPath(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
setConnectTimeoutMs(long) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setConsistencyLevel(WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setConstraintName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setContentColumnName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setContentFieldName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setContentFormatter(ContentFormatter) - Method in class org.springframework.ai.document.Document
Replace the document's ContentFormatter.
setCopyContentFormatter(boolean) - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
setCountPenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the count penalty object.
setCredentialsUri(Resource) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
setCredentialsUri(Resource) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setCustomHeaders(Map<String, String>) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
setDatabaseName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setDatabaseName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setDateFormat(DateFormat) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Set the date format used to parse/format date parameters.
setDebugging(boolean) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
 
setDecoderInputDetails(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setDecodingMethod(String) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setDefaultSimilarityThreshold(double) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
setDefaultSimilarityThreshold(Double) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
Sets the a default similarity threshold for returned documents.
setDefaultTopK(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
setDefaultTopK(int) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
Sets the a default maximum number of similar documents returned.
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setDetails(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setDetails(AllOfGenerateResponseDetails) - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
setDetails(AllOfStreamResponseDetails) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
setDimensions(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setDimensions(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setDimensions(int) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
setDimensions(Integer) - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
setDimensions(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setDimensions(Integer) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
setDimensions(Integer) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setDimensions(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
setDimensions(Integer) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
setDirectory(String) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Cache
 
setDisableCaching(boolean) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setDisallowSchemaCreation(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
Deprecated.
setDistanceMetadataFieldName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setDistanceType(Neo4jVectorStore.Neo4jDistanceType) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setDistanceType(OracleVectorStore.OracleVectorStoreDistanceType) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setDistanceType(PgVectorStore.PgDistanceType) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setDockerLabel(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setDoSample(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setDoSample(Boolean) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setEmbedding(float[]) - Method in class org.springframework.ai.document.Document
 
setEmbeddingColumnName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setEmbeddingDimension(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setEmbeddingDimension(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setEmbeddingDimension(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
setEmbeddingEndpoint(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setEmbeddingProperty(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setEmbeddingsPath(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Cache
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
setEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
setEncodingFormat(String) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
setEncodingFormat(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
setEndpoint(String) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
setEndpoint(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setEnhancements(AzureChatEnhancementConfiguration) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setEnvironment(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setError(String) - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
setErrorType(String) - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
setExcludedUriSchemas(List<String>) - Method in class org.springframework.ai.transformers.ResourceCacheService
Overrides the excluded URI schemas list.
setExcludeOnHttpCodes(List<Integer>) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
setF16KV(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setFieldName(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setFields(String[]) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setFields(String[]) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setFields(String[]) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setFile(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setFilterExpressionConverter(FilterExpressionConverter) - Method in class org.springframework.ai.vectorstore.ChromaVectorStore
 
setFilterField(Map<String, WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type>) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setFingerprint(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setFinishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setFinishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.Details
 
setFinishReason(FinishReason) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
setFixedThreadPoolExecutorSize(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setFlagged(boolean) - Method in class org.springframework.ai.moderation.ModerationResult
 
setForcedNormalization(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setFormat(String) - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext
 
setFormat(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setFrequencyPenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the frequency penalty object.
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
Set the Function Callbacks to be registered with the ChatModel.
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setFunctions(Set<String>) - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
Set the list of function names from the ChatModel registry to be used in the next chat completion requests.
setFunctions(Set<String>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setFunctions(Set<String>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setGeneratedText(String) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setGeneratedText(String) - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
setGeneratedText(String) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
setGeneratedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setGeneratedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Details
 
setGeneratedTokens(Integer) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
setGoogleSearchRetrieval(boolean) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setGpuDeviceId(int) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
setGpuDeviceId(int) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setGranularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setGranularityType(OpenAiAudioApi.TranscriptionRequest.GranularityType) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setHeaders(Map<String, String>) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setHeight(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setHeight(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setHeight(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setHeight(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
setHost(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setHost(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setHttpHeaders(Map<String, String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setIAMToken(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setId(Integer) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
setId(Integer) - Method in class org.springframework.ai.huggingface.model.Token
 
setIdleTimeoutMs(long) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setIdProperty(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setIncludeCompletion(boolean) - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
setIncludeErrorLogging(boolean) - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
setIncludeInput(boolean) - Method in class org.springframework.ai.autoconfigure.chat.client.ChatClientBuilderProperties.Observations
 
setIncludePrompt(boolean) - Method in class org.springframework.ai.autoconfigure.chat.observation.ChatObservationProperties
 
setIncludePrompt(boolean) - Method in class org.springframework.ai.autoconfigure.image.observation.ImageObservationProperties
 
setIncludeQueryResponse(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.observation.VectorStoreObservationProperties
 
setIndex(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setIndexName(String) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
Change the Index Name.
setIndexName(String) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
setIndexName(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setIndexName(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setIndexParameters(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setIndexType(MilvusVectorStoreProperties.MilvusIndexType) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setIndexType(OracleVectorStore.OracleVectorStoreIndexType) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setIndexType(PgVectorStore.PgIndexType) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setInitialInterval(Duration) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
setInitializeSchema(boolean) - Method in class org.springframework.ai.autoconfigure.chat.memory.CommonChatMemoryProperties
 
setInitializeSchema(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.CommonVectorStoreProperties
 
setInput(String) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
setInputs(String) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
setInputs(String) - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
setInputType(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setInputType(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
setInputType(BedrockTitanEmbeddingModel.InputType) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
setInputType(BedrockTitanEmbeddingModel.InputType) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions
 
setKeepAlive(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setKeepAliveTimeMs(long) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setKeepAliveTimeoutMs(long) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setKeyspace(String) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
setKeyspace(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setKeyToken(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
setKwargs(Map<String, Object>) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
setLabel(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreProperties
 
setLanguage(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setLanguage(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setLocation(String) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
setLocation(String) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setLogitBias(Map<String, Integer>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setLogitBias(Map<String, Integer>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setLogitBias(CohereChatBedrockApi.CohereChatRequest.LogitBias) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setLogitsAll(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setLogprob(Float) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
setLogprob(Float) - Method in class org.springframework.ai.huggingface.model.Token
 
setLogprobs(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setLogprobs(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setLowVRAM(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setMainGPU(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setMapIntegerToNumberValue(boolean) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
setMappingJson(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setMaskSensitiveInfo(Boolean) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setMaxAttempts(int) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
setMaxBatchTotalTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxBestOf(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxCompletionTokens(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setMaxConcurrentRequests(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxConnections(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setMaxConnections(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setMaxConnections(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setMaxDocumentBatchSize(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setMaxGenLen(Integer) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
setMaxInputLength(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxInterval(Duration) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
setMaxNewTokens(int) - Method in class org.springframework.ai.huggingface.HuggingfaceChatModel
Sets the maximum number of new tokens to be generated.
setMaxNewTokens(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setMaxNewTokens(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setMaxOutputTokens(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setMaxStopSequences(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxTokenCount(Integer) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the maximum number of tokens to generate per result.
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setMaxTokensToSample(Integer) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setMaxTotalTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMaxWaitingTokens(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setMetadata(AnthropicApi.ChatCompletionRequest.Metadata) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setMetadataFieldsToFilter(List<String>) - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
setMetadataMode(MetadataMode) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
setMetricType(MilvusVectorStoreProperties.MilvusMetricType) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties
 
setMinNewTokens(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setMinTokens(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the minimum number of tokens to generate per result.
setMirostat(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setMirostatEta(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setMirostatTau(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setModel(String) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaEmbeddingProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
setModel(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setModel(String) - Method in class org.springframework.ai.embedding.EmbeddingResponseMetadata
 
setModel(String) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setModel(String) - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setModel(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setModel(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setModel(String) - Method in class org.springframework.ai.openai.OpenAiModerationOptions
 
setModel(String) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setModel(String) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setModel(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setModel(String) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setModel(String) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
setModelDeviceType(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setModelDtype(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setModelId(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setModelOutputName(String) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
setModelOutputName(String) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setModelPipelineTag(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setModelResource(String) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setModelResource(Resource) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setModelSha(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setModelUri(String) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Onnx
 
setMultiplier(int) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties.Backoff
 
setN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setN(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setN(Integer) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setN(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setN(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setN(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setN(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setNamespace(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setNamespace(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setNumBatch(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setNumCtx(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setNumGenerations(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setNumGPU(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setNumKeep(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setNumPredict(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setNumResults(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the number of completions to sample and return.
setNumThread(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setObjectClass(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.anthropic.AnthropicChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.minimax.MiniMaxChatModel
 
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.mistralai.MistralAiChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.moonshot.MoonshotChatModel
 
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.ollama.OllamaChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.openai.OpenAiChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.qianfan.QianFanChatModel
 
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
Use the provided convention for reporting observation data
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatModel
 
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingModel
 
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.ollama.OllamaEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.openai.OpenAiEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingModel
 
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
 
setObservationConvention(ImageModelObservationConvention) - Method in class org.springframework.ai.openai.OpenAiImageModel
Use the provided convention for reporting observation data
setObservationConvention(ImageModelObservationConvention) - Method in class org.springframework.ai.qianfan.QianFanImageModel
 
setOnClientErrors(boolean) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
setOnHttpCodes(List<Integer>) - Method in class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
setOpenAiApiKey(String) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
 
setOptions(Map<String, String>) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Tokenizer
 
setOptions(AzureOpenAiAudioTranscriptionOptions) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAudioTranscriptionProperties
 
setOptions(AzureOpenAiChatOptions) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
 
setOptions(AzureOpenAiEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
 
setOptions(AzureOpenAiImageOptions) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiImageOptionsProperties
 
setOptions(AnthropicChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic.BedrockAnthropicChatProperties
 
setOptions(Anthropic3ChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.anthropic3.BedrockAnthropic3ChatProperties
 
setOptions(BedrockCohereChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
 
setOptions(BedrockCohereEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereEmbeddingProperties
 
setOptions(BedrockAi21Jurassic2ChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.jurrasic2.BedrockAi21Jurassic2ChatProperties
 
setOptions(BedrockLlamaChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.llama.BedrockLlamaChatProperties
 
setOptions(BedrockTitanChatOptions) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatProperties
 
setOptions(MiniMaxChatOptions) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxChatProperties
 
setOptions(MiniMaxEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxEmbeddingProperties
 
setOptions(MistralAiChatOptions) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiChatProperties
 
setOptions(MistralAiEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiEmbeddingProperties
 
setOptions(ModerationOptions) - Method in class org.springframework.ai.moderation.ModerationPrompt
 
setOptions(MoonshotChatOptions) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotChatProperties
 
setOptions(OpenAiAudioSpeechOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setOptions(OpenAiAudioTranscriptionOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioTranscriptionProperties
 
setOptions(OpenAiChatOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiChatProperties
 
setOptions(OpenAiEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiEmbeddingProperties
 
setOptions(OpenAiImageOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiImageProperties
 
setOptions(OpenAiModerationOptions) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiModerationProperties
 
setOptions(PostgresMlEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.postgresml.PostgresMlEmbeddingProperties
 
setOptions(QianFanChatOptions) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanChatProperties
 
setOptions(QianFanEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanEmbeddingProperties
 
setOptions(QianFanImageOptions) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanImageProperties
 
setOptions(StabilityAiImageOptions) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
setOptions(VertexAiMultimodalEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
setOptions(VertexAiTextEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
setOptions(VertexAiGeminiChatOptions) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiChatProperties
 
setOptions(VertexAiPaLm2ChatOptions) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
setOptions(WatsonxAiChatOptions) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
setOptions(ZhiPuAiChatOptions) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
setOptions(ZhiPuAiEmbeddingOptions) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
setOptions(ZhiPuAiImageOptions) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
setOrganizationId(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setParallelToolCalls(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setParameters(GenerateParameters) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
setParameters(GenerateParameters) - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
setPassPhrase(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setPassword(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
setPassword(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setPassword(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setPassword(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
setPathName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreProperties
 
setPenalizeNewline(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setPort(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
setPort(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setPort(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setPort(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
setPort(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
setPort(int) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setPrefill(List<PrefillToken>) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setPrefill(List<PrefillToken>) - Method in class org.springframework.ai.huggingface.model.Details
 
setPrefix(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreProperties
 
setPresencePenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setPresencePenalty(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setPresencePenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the presence penalty object.
setPrivateKey(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setProfile(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setProjectId(String) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAudioSpeechProperties
 
setProjectId(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setProjectId(String) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
setProjectId(String) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setProjectId(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setPrompt(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setPrompt(String) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the prompt text for the model to continue.
setPrompt(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setProtocol(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setProxyToolCalls(Boolean) - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setQuality(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setQuality(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setQueryRequest(SearchRequest) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setQueryResponse(List<Document>) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setRandomSeed(Integer) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setRandomSeed(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setRegion(String) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
setRegion(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setRemoveExistingVectorStoreTable(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setRemoveExistingVectorStoreTable(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setRepeatLastN(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setRepeatPenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setRepetitionPenalty(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setRepetitionPenalty(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setRequestId(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setResourceCacheDirectory(String) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setResponse(RES) - Method in class org.springframework.ai.model.observation.ModelObservationContext
 
setResponseFormat(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setResponseFormat(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setResponseFormat(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setResponseFormat(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setResponseFormat(AzureOpenAiResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setResponseFormat(MiniMaxApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setResponseFormat(MistralAiApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setResponseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
setResponseFormat(OpenAiAudioApi.TranscriptResponseFormat) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setResponseFormat(QianFanApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setResponseMimeType(String) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setReturnEmbeddings(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setReturnFullText(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setReturnLikelihoods(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setRpcDeadlineMs(long) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setSafePrompt(Boolean) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setSampler(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setSchemaName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setSchemaType(FunctionCallbackContext.SchemaType) - Method in class org.springframework.ai.model.function.FunctionCallbackContext
 
setSchemaValidation(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setScheme(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
setScopes(List<String>) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setSearchAccuracy(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setSecretKey(String) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
setSecretKey(String) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanConnectionProperties
 
setSecure(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setSeed(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setSeed(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setSeed(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setSeed(Long) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setSeed(Long) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setSeed(Long) - Method in class org.springframework.ai.huggingface.model.Details
 
setSeed(Long) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setSeed(Long) - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
setSeed(Long) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setServerName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setServerPemPath(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setServerSideTimeout(Duration) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreProperties
 
setServingMode(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
setServingMode(ServingMode) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
setSha(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setShouldSeparateByBeads(boolean) - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
This method does nothing in this derived class, because beads and regions are incompatible.
setSimilarity(SimilarityFunction) - Method in class org.springframework.ai.autoconfigure.vectorstore.elasticsearch.ElasticsearchVectorStoreProperties
 
setSimilarity(SimilarityFunction) - Method in class org.springframework.ai.vectorstore.ElasticsearchVectorStoreOptions
 
setSimilarityMetric(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
setSize(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setSize(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setSize(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setSpecial(Boolean) - Method in class org.springframework.ai.huggingface.model.Token
 
setSpeed(Float) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
setSslEnabled(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setSslEnabled(boolean) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setSteps(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setStop(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setStop(List<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setStop(List<String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setStop(List<String>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the stop sequences for stopping decoding if any of the strings is generated.
setStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setStream(Boolean) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
setStreamEndpoint(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setStreamOptions(OpenAiApi.ChatCompletionRequest.StreamOptions) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setStreamUsage(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setStyle(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setStyle(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setStyle(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setStyle(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setStylePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
setTable(String) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
setTable(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
 
setTableName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
setTableName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreProperties
 
setTableName(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreProperties
 
setTaskType(VertexAiTextEmbeddingOptions.TaskType) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
setTemperature(Double) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the temperature for modifying the token sampling distribution.
setTemperature(Double) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setTemperature(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setTemperature(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setTemperature(Double) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setTemperature(Float) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setTemperature(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setTemperature(Float) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions
 
setTenantId(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setText(String) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
setText(String) - Method in class org.springframework.ai.huggingface.model.Token
 
setText(String) - Method in class org.springframework.ai.moderation.ModerationMessage
 
setText(String) - Method in class org.springframework.ai.openai.audio.speech.SpeechMessage
Sets the text of this speech message.
setTextEndpoint(String) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
setTfsZ(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setTimeout(Duration) - Method in class org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionProperties
 
setTimeToLiveSeconds(Duration) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
setTitle(String) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
setToken(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setToken(Token) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
setTokenizerOptions(Map<String, String>) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setTokenizerResource(String) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setTokenizerResource(Resource) - Method in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
setTokens(List<Token>) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
setTokens(List<Token>) - Method in class org.springframework.ai.huggingface.model.Details
 
setToolChoice(String) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setToolChoice(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setToolChoice(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setToolChoice(MistralAiApi.ChatCompletionRequest.ToolChoice) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setToolContext(Map<String, Object>) - Method in interface org.springframework.ai.model.function.FunctionCallingOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setTools(List<MiniMaxApi.FunctionTool>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setTools(List<MistralAiApi.FunctionTool>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setTools(List<OpenAiApi.FunctionTool>) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setTools(List<ZhiPuAiApi.FunctionTool>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setTopK(int) - Method in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreProperties
 
setTopK(Float) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the top-K (topKReturn) alternative tokens to return.
setTopK(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setTopK(Integer) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setTopK(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setTopK(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
setTopK(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setTopLogprobs(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setTopLogProbs(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions
Sets the topP parameter for sampling tokens from the top percentile of probability mass.
setTopP(Double) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
 
setTopP(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setTopP(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setTopP(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setTransformer(String) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
setTransport(VertexAiGeminiConnectionProperties.Transport) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
setTruncate(EmbedTextDetails.Truncate) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIEmbeddingModelProperties
 
setTruncate(EmbedTextDetails.Truncate) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions
 
setTruncate(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setTruncate(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setTruncate(CohereChatBedrockApi.CohereChatRequest.Truncate) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
 
setTruncate(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
 
setTypicalP(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setTypicalP(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setUri(String) - Method in class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Tokenizer
 
setUri(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setUris(List<String>) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setUrl(String) - Method in class org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
 
setUrl(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreProperties
 
setUrl(String) - Method in class org.springframework.ai.image.Image
 
setUsage(Usage) - Method in class org.springframework.ai.embedding.EmbeddingResponseMetadata
 
setUseMLock(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setUseMMap(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setUseNUMA(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setUser(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions
 
setUser(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
setUser(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions
 
setUser(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setUser(String) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions
 
setUser(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setUser(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
setUser(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
setUserAgent(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUserColumn(String) - Method in class org.springframework.ai.autoconfigure.chat.memory.cassandra.CassandraChatMemoryProperties
 
setUserId(String) - Method in class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties
 
setUsername(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaApiProperties
 
setUsername(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusServiceClientProperties
 
setUsername(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.opensearch.OpenSearchVectorStoreProperties
 
setUsername(String) - Method in class org.springframework.ai.huggingface.invoker.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class org.springframework.ai.huggingface.invoker.auth.HttpBasicAuth
 
setUseTls(boolean) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreProperties
 
setValidationWorkers(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
setVectorSimilarityFunction(String) - Method in class org.springframework.ai.autoconfigure.vectorstore.gemfire.GemFireVectorStoreProperties
 
setVectorSimilarityFunction(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.CreateRequest
 
setVectorSimilarityFunction(String) - Method in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig.Builder
 
setVectorType(PostgresMlEmbeddingModel.VectorType) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
 
setVersion(String) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
 
setVersion(String) - Method in class org.springframework.ai.huggingface.model.Info
 
setVideoEndOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
setVideoIntervalSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
setVideoStartOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
setVocabOnly(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
setVoice(OpenAiAudioApi.SpeechRequest.Voice) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
setWaitingServedRatio(Float) - Method in class org.springframework.ai.huggingface.model.Info
 
setWatermark(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
setWidth(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setWidth(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
setWidth(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
setWidth(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
sexual() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the sexual record component.
sexual() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the sexual record component.
sexualMinors() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the sexualMinors record component.
sexualMinors() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the sexualMinors record component.
sha(String) - Method in class org.springframework.ai.huggingface.model.Info
 
SHIMMER - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
showGlyph(Matrix, PDFont, int, Vector) - Method in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
Similarity(String, double) - Constructor for class org.springframework.ai.vectorstore.SimpleVectorStore.Similarity
 
SIMILARITY_FIELD_NAME - Static variable in class org.springframework.ai.vectorstore.CassandraVectorStore
 
SIMILARITY_THRESHOLD_ACCEPT_ALL - Static variable in class org.springframework.ai.vectorstore.SearchRequest
Similarity threshold that accepts all search scores.
SIMILARITY_THRESHOLD_ALL - Static variable in class org.springframework.ai.vectorstore.ChromaVectorStore
 
SIMILARITY_THRESHOLD_EXACT_MATCH - Static variable in class org.springframework.ai.vectorstore.OracleVectorStore
 
SimilarityFunction - Enum Class in org.springframework.ai.vectorstore
https://www.elastic.co/guide/en/elasticsearch/reference/master/dense-vector.html max_inner_product is currently not supported because the distance value is not normalized and would not comply with the requirement of being between 0 and 1
similarityMetric(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
similaritySearch(float[], int, double, Filter.Expression) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
similaritySearch(String) - Method in class org.springframework.ai.vectorstore.azure.AzureVectorStore
 
similaritySearch(String) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStore
 
similaritySearch(String) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore
 
similaritySearch(String) - Method in interface org.springframework.ai.vectorstore.VectorStore
Retrieves documents by query embedding similarity using the default SearchRequest's' search criteria.
similaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.observation.AbstractObservationVectorStore
 
similaritySearch(SearchRequest) - Method in interface org.springframework.ai.vectorstore.VectorStore
Retrieves documents by query embedding similarity and metadata filters to retrieve exactly the number of nearest-neighbor results that match the request criteria.
similaritySearch(SearchRequest, String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore
 
similaritySearchSqlTemplate - Variable in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
 
similarityThreshold(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
SIMPLE - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
 
SIMPLE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
SimpleLoggerAdvisor - Class in org.springframework.ai.chat.client.advisor
A simple logger advisor that logs the request and response messages.
SimpleLoggerAdvisor() - Constructor for class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
SimpleLoggerAdvisor(Function<AdvisedRequest, String>, Function<ChatResponse, String>) - Constructor for class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
SimpleVectorStore - Class in org.springframework.ai.vectorstore
SimpleVectorStore is a simple implementation of the VectorStore interface.
SimpleVectorStore(EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.SimpleVectorStore
 
SimpleVectorStore(EmbeddingModel, ObservationRegistry, VectorStoreObservationConvention) - Constructor for class org.springframework.ai.vectorstore.SimpleVectorStore
 
SimpleVectorStore.EmbeddingMath - Class in org.springframework.ai.vectorstore
 
SimpleVectorStore.Similarity - Class in org.springframework.ai.vectorstore
 
size() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the size record component.
size() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the size record component.
SMALL - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
 
source() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the source record component.
source() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns the value of the source record component.
Source(String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
 
Source(String, String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
 
Source(String, String, String) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Creates an instance of a Source record class.
Source(String, String, String) - Constructor for record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Creates an instance of a Source record class.
SOURCE_METADATA - Static variable in class org.springframework.ai.reader.TextReader
 
special(Boolean) - Method in class org.springframework.ai.huggingface.model.Token
 
Speech - Class in org.springframework.ai.openai.audio.speech
The Speech class represents the result of speech synthesis from an AI model.
Speech(byte[]) - Constructor for class org.springframework.ai.openai.audio.speech.Speech
 
SpeechMessage - Class in org.springframework.ai.openai.audio.speech
The SpeechMessage class represents a single text message to be converted to speech by the OpenAI TTS API.
SpeechMessage(String) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechMessage
Constructs a new SpeechMessage object with the given text.
SpeechModel - Interface in org.springframework.ai.openai.audio.speech
The SpeechModel interface provides a way to interact with the OpenAI Text-to-Speech (TTS) API.
SpeechPrompt - Class in org.springframework.ai.openai.audio.speech
The SpeechPrompt class represents a request to the OpenAI Text-to-Speech (TTS) API.
SpeechPrompt(String) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
SpeechPrompt(String, OpenAiAudioSpeechOptions) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
SpeechPrompt(SpeechMessage) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
SpeechPrompt(SpeechMessage, OpenAiAudioSpeechOptions) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechPrompt
 
SpeechRequest(String, String, OpenAiAudioApi.SpeechRequest.Voice, OpenAiAudioApi.SpeechRequest.AudioResponseFormat, Float) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Creates an instance of a SpeechRequest record class.
SpeechResponse - Class in org.springframework.ai.openai.audio.speech
Creates a new instance of SpeechResponse with the given speech result.
SpeechResponse(Speech) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechResponse
Creates a new instance of SpeechResponse with the given speech result.
SpeechResponse(Speech, OpenAiAudioSpeechResponseMetadata) - Constructor for class org.springframework.ai.openai.audio.speech.SpeechResponse
Creates a new instance of SpeechResponse with the given speech result and speech response metadata.
speed() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns the value of the speed record component.
split(List<Document>) - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
split(Document) - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
splitCamelCase(String) - Static method in class org.springframework.ai.util.ParsingUtils
Splits up the given camel-case String.
splitCamelCaseToLower(String) - Static method in class org.springframework.ai.util.ParsingUtils
Splits up the given camel-case String and returns the parts in lower case.
splitText(String) - Method in class org.springframework.ai.transformer.splitter.TextSplitter
 
splitText(String) - Method in class org.springframework.ai.transformer.splitter.TokenTextSplitter
 
SPRING_AI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
SPRING_AI_KIND - Enum constant in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.LowCardinalityKeyNames
Spring AI kind.
SPRING_AI_KIND - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.LowCardinalityKeyNames
Spring AI kind.
SPRING_AI_KIND - Enum constant in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.LowCardinalityKeyNames
Spring AI kind.
SpringAiCoreRuntimeHints - Class in org.springframework.ai.aot
 
SpringAiCoreRuntimeHints() - Constructor for class org.springframework.ai.aot.SpringAiCoreRuntimeHints
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.anthropic.AnthropicAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.minimax.MiniMaxAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.mistralai.MistralAiAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.moonshot.MoonshotAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.ollama.OllamaAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.openai.OpenAiAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.qianfan.QianFanAutoConfiguration
 
springAiFunctionManager(ApplicationContext) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiAutoConfiguration
 
springAiKind() - Method in class org.springframework.ai.chat.client.advisor.observation.DefaultAdvisorObservationConvention
 
springAiKind() - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
springAiKind() - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
SpringAiKind - Enum Class in org.springframework.ai.observation.conventions
Types of Spring AI constructs which can be observed.
SpringAiRetryAutoConfiguration - Class in org.springframework.ai.autoconfigure.retry
 
SpringAiRetryAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.retry.SpringAiRetryAutoConfiguration
 
SpringAiRetryProperties - Class in org.springframework.ai.autoconfigure.retry
 
SpringAiRetryProperties() - Constructor for class org.springframework.ai.autoconfigure.retry.SpringAiRetryProperties
 
SpringAiRetryProperties.Backoff - Class in org.springframework.ai.autoconfigure.retry
Exponential Backoff properties.
SqlJsonPathFilterExpressionConverter - Class in org.springframework.ai.vectorstore
 
SqlJsonPathFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.SqlJsonPathFilterExpressionConverter
 
SRT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
SRT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
SSV - Enum constant in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
 
ST - Enum constant in enum class org.springframework.ai.chat.prompt.TemplateFormat
 
stabilityAiApi(StabilityAiConnectionProperties, StabilityAiImageProperties) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageAutoConfiguration
 
StabilityAiApi - Class in org.springframework.ai.stabilityai.api
Represents the StabilityAI API.
StabilityAiApi(String) - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiApi
Create a new StabilityAI API.
StabilityAiApi(String, String) - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiApi
 
StabilityAiApi(String, String, String) - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiApi
 
StabilityAiApi(String, String, String, RestClient.Builder) - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiApi
Create a new StabilityAI API.
StabilityAiApi.GenerateImageRequest - Record Class in org.springframework.ai.stabilityai.api
 
StabilityAiApi.GenerateImageRequest.Builder - Class in org.springframework.ai.stabilityai.api
 
StabilityAiApi.GenerateImageRequest.TextPrompts - Record Class in org.springframework.ai.stabilityai.api
 
StabilityAiApi.GenerateImageResponse - Record Class in org.springframework.ai.stabilityai.api
 
StabilityAiApi.GenerateImageResponse.Artifacts - Record Class in org.springframework.ai.stabilityai.api
 
StabilityAiConnectionProperties - Class in org.springframework.ai.autoconfigure.stabilityai
 
StabilityAiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.stabilityai.StabilityAiConnectionProperties
 
StabilityAiImageAutoConfiguration - Class in org.springframework.ai.autoconfigure.stabilityai
 
StabilityAiImageAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageAutoConfiguration
 
StabilityAiImageGenerationMetadata - Class in org.springframework.ai.stabilityai
Represents metadata associated with the image generation process in the StabilityAI framework.
StabilityAiImageGenerationMetadata(String, Long) - Constructor for class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
stabilityAiImageModel(StabilityAiApi, StabilityAiImageProperties) - Method in class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageAutoConfiguration
 
StabilityAiImageModel - Class in org.springframework.ai.stabilityai
StabilityAiImageModel is a class that implements the ImageModel interface.
StabilityAiImageModel(StabilityAiApi) - Constructor for class org.springframework.ai.stabilityai.StabilityAiImageModel
 
StabilityAiImageModel(StabilityAiApi, StabilityAiImageOptions) - Constructor for class org.springframework.ai.stabilityai.StabilityAiImageModel
 
StabilityAiImageOptions - Class in org.springframework.ai.stabilityai.api
StabilityAiImageOptions is an interface that extends ImageOptions.
StabilityAiImageOptions() - Constructor for class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
StabilityAiImageOptions.Builder - Class in org.springframework.ai.stabilityai.api
 
StabilityAiImageProperties - Class in org.springframework.ai.autoconfigure.stabilityai
 
StabilityAiImageProperties() - Constructor for class org.springframework.ai.autoconfigure.stabilityai.StabilityAiImageProperties
 
Stable_Diffusion_XL - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanImageApi.ImageModel
Stable Diffusion XL (SDXL) is a powerful text-to-image generation model.
STARLING_LM - Enum constant in enum class org.springframework.ai.ollama.api.OllamaModel
Starling-7B model
start() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the start record component.
start() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the start record component.
start() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Returns the value of the start record component.
start() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the start record component.
start() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Returns the value of the start record component.
START - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Truncate
Discard the start of the input.
START - Enum constant in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
Discards the start of the input.
startIndex() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns the value of the startIndex record component.
startOffsetSec - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
The start offset of the video segment in seconds.
startPageNumber() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the startPageNumber record component.
status() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Returns the value of the status record component.
statusCode() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Returns the value of the statusCode record component.
steps() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the steps record component.
steps() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the steps record component.
STL_SORT - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
stop() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the stop record component.
stop() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the stop record component.
stop(List<String>) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
STOP - Enum constant in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse.StopReason
The model has finished generating text for the input prompt.
STOP - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
The model hit a natural stop point or a provided stop sequence.
STOP - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
The model hit a natural stop point or a provided stop sequence.
STOP - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
The model hit a natural stop point or a provided stop sequence.
STOP - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
The model hit a natural stop point or a provided stop sequence.
STOP - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
The model hit a natural stop point or a provided stop sequence.
STOP_SEQUENCE - Enum constant in enum class org.springframework.ai.huggingface.model.FinishReason
 
stopReason() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns the value of the stopReason record component.
stopReason() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns the value of the stopReason record component.
stopSequence() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the stopSequence record component.
stopSequence() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Returns the value of the stopSequence record component.
stopSequence() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the stopSequence record component.
stopSequence() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns the value of the stopSequence record component.
stopSequences() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the stopSequences record component.
stopSequences() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the stopSequences record component.
stopSequences() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the stopSequences record component.
stopSequences() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the stopSequences record component.
stopSequences() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the stopSequences record component.
stopSequences() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns the value of the stopSequences record component.
store - Variable in class org.springframework.ai.vectorstore.SimpleVectorStore
 
stream() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the stream record component.
stream() - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
stream() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
stream() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the stream record component.
stream() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the stream record component.
stream(Boolean) - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
stream(String) - Method in interface org.springframework.ai.chat.model.StreamingChatModel
 
stream(String) - Method in interface org.springframework.ai.openai.audio.speech.StreamingSpeechModel
Generates a stream of audio bytes from the provided text message.
stream(ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
stream(Message...) - Method in interface org.springframework.ai.chat.model.StreamingChatModel
 
stream(Prompt) - Method in class org.springframework.ai.anthropic.AnthropicChatModel
 
stream(Prompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
stream(Prompt) - Method in class org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
 
stream(Prompt) - Method in class org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
 
stream(Prompt) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatModel
 
stream(Prompt) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatModel
 
stream(Prompt) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatModel
 
stream(Prompt) - Method in interface org.springframework.ai.chat.model.ChatModel
 
stream(Prompt) - Method in interface org.springframework.ai.chat.model.StreamingChatModel
 
stream(Prompt) - Method in class org.springframework.ai.minimax.MiniMaxChatModel
 
stream(Prompt) - Method in class org.springframework.ai.mistralai.MistralAiChatModel
 
stream(Prompt) - Method in class org.springframework.ai.moonshot.MoonshotChatModel
 
stream(Prompt) - Method in class org.springframework.ai.ollama.OllamaChatModel
 
stream(Prompt) - Method in class org.springframework.ai.openai.OpenAiChatModel
 
stream(Prompt) - Method in class org.springframework.ai.qianfan.QianFanChatModel
 
stream(Prompt) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
stream(Prompt) - Method in class org.springframework.ai.watsonx.WatsonxAiChatModel
 
stream(Prompt) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatModel
 
stream(OpenAiAudioApi.SpeechRequest) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi
Streams audio generated from the input text.
stream(SpeechPrompt) - Method in interface org.springframework.ai.openai.audio.speech.StreamingSpeechModel
Sends a speech request to the OpenAI TTS API and returns a stream of the resulting speech responses.
stream(SpeechPrompt) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechModel
Streams the audio response for the given speech prompt.
stream(TReq) - Method in interface org.springframework.ai.model.StreamingModel
Executes a method call to the AI model.
STREAM - Enum constant in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.LowCardinalityKeyNames
Is the chat model response a stream.
StreamAroundAdvisor - Interface in org.springframework.ai.chat.client.advisor.api
 
StreamAroundAdvisorChain - Interface in org.springframework.ai.chat.client.advisor.api
The StreamAroundAdvisorChain is used to delegate the call to the next StreamAroundAdvisor in the chain.
StreamDetails - Class in org.springframework.ai.huggingface.model
StreamDetails
StreamDetails() - Constructor for class org.springframework.ai.huggingface.model.StreamDetails
 
StreamHelper - Class in org.springframework.ai.anthropic.api
Helper class to support streaming function calling.
StreamHelper() - Constructor for class org.springframework.ai.anthropic.api.StreamHelper
 
StreamHelper.ChatCompletionResponseBuilder - Class in org.springframework.ai.anthropic.api
 
streamingChat(OllamaApi.ChatRequest) - Method in class org.springframework.ai.ollama.api.OllamaApi
Streaming response for the chat completion request.
StreamingChatModel - Interface in org.springframework.ai.chat.model
 
StreamingModel<TReq extends ModelRequest<?>,TResChunk extends ModelResponse<?>> - Interface in org.springframework.ai.model
The StreamingModel interface provides a generic API for invoking an AI models with streaming response.
StreamingSpeechModel - Interface in org.springframework.ai.openai.audio.speech
The StreamingSpeechModel interface provides a way to interact with the OpenAI Text-to-Speech (TTS) API using a streaming approach, allowing you to receive the generated audio in a real-time fashion.
streamOptions() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the streamOptions record component.
StreamOptions(Boolean) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
Creates an instance of a StreamOptions record class.
StreamResponse - Class in org.springframework.ai.huggingface.model
StreamResponse
StreamResponse() - Constructor for class org.springframework.ai.huggingface.model.StreamResponse
 
strict() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Returns the value of the strict record component.
stringToMimeTypeConverter() - Method in class org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreAutoConfiguration
 
StructuredOutputConverter<T> - Interface in org.springframework.ai.converter
Converts the (raw) LLM output into a structured responses of type.
StructuredResponse(String, Float, String, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word>, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment>) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Creates an instance of a StructuredResponse record class.
StructuredResponse(String, Float, String, List<OpenAiAudioApi.StructuredResponse.Word>, List<OpenAiAudioApi.StructuredResponse.Segment>) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Creates an instance of a StructuredResponse record class.
style() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the style record component.
style() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the style record component.
StyleEnum - Enum Class in org.springframework.ai.stabilityai
Enum representing different styles for images.
stylePreset() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the stylePreset record component.
SummaryMetadataEnricher - Class in org.springframework.ai.transformer
Title extractor with adjacent sharing that uses generative to extract 'section_summary', 'prev_section_summary', 'next_section_summary' metadata fields.
SummaryMetadataEnricher(ChatModel, List<SummaryMetadataEnricher.SummaryType>) - Constructor for class org.springframework.ai.transformer.SummaryMetadataEnricher
 
SummaryMetadataEnricher(ChatModel, List<SummaryMetadataEnricher.SummaryType>, String, MetadataMode) - Constructor for class org.springframework.ai.transformer.SummaryMetadataEnricher
 
SummaryMetadataEnricher.SummaryType - Enum Class in org.springframework.ai.transformer
 
supportedGenerationMethods() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the supportedGenerationMethods record component.
supportsContext(Observation.Context) - Method in interface org.springframework.ai.chat.client.advisor.observation.AdvisorObservationConvention
 
supportsContext(Observation.Context) - Method in interface org.springframework.ai.chat.client.observation.ChatClientObservationConvention
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.chat.observation.ChatModelCompletionObservationHandler
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.chat.observation.ChatModelMeterObservationHandler
 
supportsContext(Observation.Context) - Method in interface org.springframework.ai.chat.observation.ChatModelObservationConvention
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.chat.observation.ChatModelPromptContentObservationHandler
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.embedding.observation.EmbeddingModelMeterObservationHandler
 
supportsContext(Observation.Context) - Method in interface org.springframework.ai.embedding.observation.EmbeddingModelObservationConvention
 
supportsContext(Observation.Context) - Method in interface org.springframework.ai.image.observation.ImageModelObservationConvention
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.model.observation.ErrorLoggingObservationHandler
 
supportsContext(Observation.Context) - Method in interface org.springframework.ai.vectorstore.observation.VectorStoreObservationConvention
 
supportsContext(Observation.Context) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationHandler
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.DescriptiveErrorListener
 
system() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the system record component.
system() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the system record component.
system() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the system record component.
system() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the system record component.
system() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns the value of the system record component.
system(String) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
system(String) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
system(Consumer<ChatClient.PromptSystemSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
system(Consumer<ChatClient.PromptSystemSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
system(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
system(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
system(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
system(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
SYSTEM - Enum constant in enum class org.springframework.ai.chat.messages.MessageType
A message of the type 'system' passed as input Messages with high level instructions for the conversation, such as behave like a certain character or provide answers in a specific format.
SYSTEM - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
System message.
SYSTEM - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
 
SYSTEM - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
System message.
SYSTEM - Enum constant in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
System message type used as instructions to the model.
SYSTEM - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
System message.
SYSTEM - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage.Role
System message.
SYSTEM - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
System message.
systemFingerprint() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the systemFingerprint record component.
systemFingerprint() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns the value of the systemFingerprint record component.
systemFingerprint() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the systemFingerprint record component.
systemFingerprint() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the systemFingerprint record component.
systemFingerprint() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the systemFingerprint record component.
systemFingerprint() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns the value of the systemFingerprint record component.
SystemMessage - Class in org.springframework.ai.chat.messages
A message of the type 'system' passed as input.
SystemMessage(String) - Constructor for class org.springframework.ai.chat.messages.SystemMessage
 
SystemMessage(Resource) - Constructor for class org.springframework.ai.chat.messages.SystemMessage
 
systemParams() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the systemParams record component.
SystemPromptTemplate - Class in org.springframework.ai.chat.prompt
 
SystemPromptTemplate(String) - Constructor for class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
SystemPromptTemplate(Resource) - Constructor for class org.springframework.ai.chat.prompt.SystemPromptTemplate
 
systemText() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the systemText record component.

T

tableName(String) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder
 
tag(String) - Static method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
 
tags() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Returns the value of the tags record component.
TanzuBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "genai".
TanzuBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.TanzuBindingsPropertiesProcessor
 
TAO_8K - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
DIMENSION: 1024
taskType - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
temperature() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the temperature record component.
temperature() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the temperature record component.
temperature(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
template - Variable in class org.springframework.ai.chat.prompt.PromptTemplate
 
template() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns the value of the template record component.
templateFormat - Variable in class org.springframework.ai.chat.prompt.PromptTemplate
 
TemplateFormat - Enum Class in org.springframework.ai.chat.prompt
 
text() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Returns the value of the text record component.
text() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
text() - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
text() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Returns the value of the text record component.
text(String) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
 
text(String) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
text(String) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
text(String) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
text(String) - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
text(String) - Method in class org.springframework.ai.huggingface.model.Token
 
text(String) - Static method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
 
text(String) - Static method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
 
text(String) - Static method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
 
text(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
 
text(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
text(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
text(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
text(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
 
text(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.PromptUserSpec
 
text(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptSystemSpec
 
text(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultPromptUserSpec
 
TEXT - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Text message.
TEXT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
TEXT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
 
TEXT - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Type
Text message.
TEXT - Enum constant in enum class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType
 
TEXT - Enum constant in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
 
TEXT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type
Generates a text response.
TEXT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
TEXT - Enum constant in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
 
TEXT_COMPLETION - Enum constant in enum class org.springframework.ai.observation.conventions.AiOperationType
 
TEXT_DELTA - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Text delta message.
TEXT_EMBEDDING_004 - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
English model.
TEXT_EMBEDDING_3_LARGE - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
Most capable embedding model for both english and non-english tasks.
TEXT_EMBEDDING_3_SMALL - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
Increased performance over 2nd generation ada embedding model.
TEXT_EMBEDDING_ADA_002 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
Most capable 2nd generation embedding model, replacing 16 first generation models.
TEXT_MULTILINGUAL_EMBEDDING_002 - Enum constant in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
Multilingual model.
TextConstantContext(FiltersParser.ConstantContext) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.TextConstantContext
 
textContent - Variable in class org.springframework.ai.chat.messages.AbstractMessage
 
textEmbedding(VertexAiEmbeddingConnectionDetails, VertexAiTextEmbeddingProperties, RetryTemplate, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingAutoConfiguration
 
textGenerationConfig() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Returns the value of the textGenerationConfig record component.
TextGenerationConfig(Double, Double, Integer, List<String>) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Creates an instance of a TextGenerationConfig record class.
TextGenerationInferenceApi - Class in org.springframework.ai.huggingface.api
 
TextGenerationInferenceApi() - Constructor for class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
 
TextGenerationInferenceApi(ApiClient) - Constructor for class org.springframework.ai.huggingface.api.TextGenerationInferenceApi
 
TextInstanceBuilder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
TextParametersBuilder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
textPrompts() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the textPrompts record component.
TextPrompts(String, Float) - Constructor for record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Creates an instance of a TextPrompts record class.
textRange() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Returns the value of the textRange record component.
TextRange(Integer, Integer) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Creates an instance of a TextRange record class.
TextReader - Class in org.springframework.ai.reader
 
TextReader(String) - Constructor for class org.springframework.ai.reader.TextReader
 
TextReader(Resource) - Constructor for class org.springframework.ai.reader.TextReader
 
texts() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Returns the value of the texts record component.
texts() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns the value of the texts record component.
texts() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Returns the value of the texts record component.
texts() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Returns the value of the texts record component.
TextSplitter - Class in org.springframework.ai.transformer.splitter
 
TextSplitter() - Constructor for class org.springframework.ai.transformer.splitter.TextSplitter
 
THREE_D_MODEL - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
TikaDocumentReader - Class in org.springframework.ai.reader.tika
A document reader that leverages Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML.
TikaDocumentReader(String) - Constructor for class org.springframework.ai.reader.tika.TikaDocumentReader
Constructor initializing the reader with a given resource URL.
TikaDocumentReader(String, ExtractedTextFormatter) - Constructor for class org.springframework.ai.reader.tika.TikaDocumentReader
Constructor initializing the reader with a given resource URL and a text formatter.
TikaDocumentReader(Resource) - Constructor for class org.springframework.ai.reader.tika.TikaDocumentReader
Constructor initializing the reader with a resource.
TikaDocumentReader(Resource, ExtractedTextFormatter) - Constructor for class org.springframework.ai.reader.tika.TikaDocumentReader
Constructor initializing the reader with a resource and a text formatter.
TikaDocumentReader(Resource, ContentHandler, ExtractedTextFormatter) - Constructor for class org.springframework.ai.reader.tika.TikaDocumentReader
Constructor initializing the reader with a resource, content handler, and a text formatter.
TILE_TEXTURE - Enum constant in enum class org.springframework.ai.stabilityai.StyleEnum
 
TINY - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
TITAN_EMBED_IMAGE_V1 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
amazon.titan-embed-image-v1
TITAN_EMBED_TEXT_V1 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
amazon.titan-embed-text-v1
TITAN_EMBED_TEXT_V2 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
amazon.titan-embed-text-v2
TITAN_TEXT_EXPRESS_V1 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
amazon.titan-text-express-v1
TITAN_TEXT_LITE_V1 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
amazon.titan-text-lite-v1
TITAN_TEXT_PREMIER_V1 - Enum constant in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
amazon.titan-text-premier-v1:0
titanChatBedrockApi(AwsCredentialsProvider, AwsRegionProvider, BedrockTitanChatProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatAutoConfiguration
 
TitanChatBedrockApi - Class in org.springframework.ai.bedrock.titan.api
Java client for the Bedrock Titan chat model.
TitanChatBedrockApi(String, String) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
Create a new TitanChatBedrockApi instance using the default credentials provider chain, the default object mapper.
TitanChatBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
Create a new TitanChatBedrockApi instance using the default credentials provider chain, the default object mapper.
TitanChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
Create a new TitanChatBedrockApi instance using the provided credentials provider, region and object mapper.
TitanChatBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
Create a new TitanChatBedrockApi instance using the provided credentials provider, region and object mapper.
TitanChatBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi
Create a new TitanChatBedrockApi instance using the provided credentials provider, region and object mapper.
TitanChatBedrockApi.TitanChatModel - Enum Class in org.springframework.ai.bedrock.titan.api
Titan models version.
TitanChatBedrockApi.TitanChatRequest - Record Class in org.springframework.ai.bedrock.titan.api
TitanChatRequest encapsulates the request parameters for the Titan chat model.
TitanChatBedrockApi.TitanChatRequest.Builder - Class in org.springframework.ai.bedrock.titan.api
 
TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig - Record Class in org.springframework.ai.bedrock.titan.api
Titan request text generation configuration.
TitanChatBedrockApi.TitanChatResponse - Record Class in org.springframework.ai.bedrock.titan.api
TitanChatResponse encapsulates the response parameters for the Titan chat model.
TitanChatBedrockApi.TitanChatResponse.CompletionReason - Enum Class in org.springframework.ai.bedrock.titan.api
The reason the response finished being generated.
TitanChatBedrockApi.TitanChatResponse.Result - Record Class in org.springframework.ai.bedrock.titan.api
Titan response result.
TitanChatBedrockApi.TitanChatResponseChunk - Record Class in org.springframework.ai.bedrock.titan.api
Titan chat model streaming response.
titanChatModel(TitanChatBedrockApi, BedrockTitanChatProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanChatAutoConfiguration
 
TitanChatRequest(String, TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Creates an instance of a TitanChatRequest record class.
TitanChatResponse(Integer, List<TitanChatBedrockApi.TitanChatResponse.Result>) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Creates an instance of a TitanChatResponse record class.
TitanChatResponseChunk(String, Integer, Integer, Integer, TitanChatBedrockApi.TitanChatResponse.CompletionReason, AbstractBedrockApi.AmazonBedrockInvocationMetrics) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Creates an instance of a TitanChatResponseChunk record class.
titanEmbeddingBedrockApi(AwsCredentialsProvider, AwsRegionProvider, BedrockTitanEmbeddingProperties, BedrockAwsConnectionProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingAutoConfiguration
 
TitanEmbeddingBedrockApi - Class in org.springframework.ai.bedrock.titan.api
Java client for the Bedrock Titan Embedding model.
TitanEmbeddingBedrockApi(String, String, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi
Create a new TitanEmbeddingBedrockApi instance using the default credentials provider and default object mapper.
TitanEmbeddingBedrockApi(String, AwsCredentialsProvider, String, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi
Create a new TitanEmbeddingBedrockApi instance.
TitanEmbeddingBedrockApi(String, AwsCredentialsProvider, Region, ObjectMapper, Duration) - Constructor for class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi
Create a new TitanEmbeddingBedrockApi instance.
TitanEmbeddingBedrockApi.TitanEmbeddingModel - Enum Class in org.springframework.ai.bedrock.titan.api
Titan Embedding model ids.
TitanEmbeddingBedrockApi.TitanEmbeddingRequest - Record Class in org.springframework.ai.bedrock.titan.api
Titan Embedding request parameters.
TitanEmbeddingBedrockApi.TitanEmbeddingRequest.Builder - Class in org.springframework.ai.bedrock.titan.api
TitanEmbeddingRequest builder.
TitanEmbeddingBedrockApi.TitanEmbeddingResponse - Record Class in org.springframework.ai.bedrock.titan.api
Titan Embedding response.
titanEmbeddingModel(TitanEmbeddingBedrockApi, BedrockTitanEmbeddingProperties) - Method in class org.springframework.ai.autoconfigure.bedrock.titan.BedrockTitanEmbeddingAutoConfiguration
 
TitanEmbeddingRequest(String, String) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Creates an instance of a TitanEmbeddingRequest record class.
TitanEmbeddingResponse(float[], Integer, Map<String, Object>, Object) - Constructor for record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Creates an instance of a TitanEmbeddingResponse record class.
title - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
title() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns the value of the title record component.
toAzureOptions(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
toDefaultChatClientRequestSpec(AdvisedRequest, ObservationRegistry, ChatClientObservationConvention) - Static method in class org.springframework.ai.chat.client.DefaultChatClient
 
toDocument(PDPage, String, int, int) - Method in class org.springframework.ai.reader.pdf.PagePdfDocumentReader
 
toDocument(ParagraphManager.Paragraph, ParagraphManager.Paragraph) - Method in class org.springframework.ai.reader.pdf.ParagraphPdfDocumentReader
 
toDouble(List<Float>) - Static method in class org.springframework.ai.vectorstore.JsonUtils
Converts a list of floats to a list of doubles.
toEmbeddingResponseList(ChromaApi.QueryResponse) - Method in class org.springframework.ai.chroma.ChromaApi
 
toFloatArray(float[]) - Static method in class org.springframework.ai.model.EmbeddingUtils
 
toFloatArray(List<Float>) - Static method in class org.springframework.ai.vectorstore.JsonUtils
Converts a list of doubles to a float array.
toJson() - Method in class org.springframework.ai.vectorstore.HanaVectorEntity
 
toJsonString(Object) - Static method in class org.springframework.ai.model.ModelOptionsUtils
Converts the given object to a JSON string.
token() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns the value of the token record component.
token() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Returns the value of the token record component.
token(Token) - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
Token - Class in org.springframework.ai.huggingface.model
Token
Token() - Constructor for class org.springframework.ai.huggingface.model.Token
 
Token(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken, List<Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken>, Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Creates an instance of a Token record class.
TOKEN_TYPE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationMetricAttributes
The type of token being counted (input, output, total).
TOKEN_USAGE - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationMetricNames
 
tokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Returns the value of the tokenCount record component.
TokenCountBatchingStrategy - Class in org.springframework.ai.embedding
Token count based strategy implementation for BatchingStrategy.
TokenCountBatchingStrategy() - Constructor for class org.springframework.ai.embedding.TokenCountBatchingStrategy
 
TokenCountBatchingStrategy(EncodingType, int, double) - Constructor for class org.springframework.ai.embedding.TokenCountBatchingStrategy
 
TokenCountBatchingStrategy(EncodingType, int, double, ContentFormatter, MetadataMode) - Constructor for class org.springframework.ai.embedding.TokenCountBatchingStrategy
 
TokenCountBatchingStrategy(TokenCountEstimator, int, double, ContentFormatter, MetadataMode) - Constructor for class org.springframework.ai.embedding.TokenCountBatchingStrategy
Constructs a TokenCountBatchingStrategy with the specified parameters.
tokenCountEstimator - Variable in class org.springframework.ai.chat.client.advisor.LastMaxTokenSizeContentPurger
 
TokenCountEstimator - Interface in org.springframework.ai.tokenizer
Estimates the number of tokens in a given text or message.
Tokenizer() - Constructor for class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties.Tokenizer
 
tokenizerOptions - Variable in class org.springframework.ai.transformers.TransformersEmbeddingModel
 
TokenLikelihood(String, Float) - Constructor for record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Creates an instance of a TokenLikelihood record class.
tokenLikelihoods() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns the value of the tokenLikelihoods record component.
tokenNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
Deprecated.
tokenNames - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
Deprecated.
tokens() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the tokens record component.
tokens() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Returns the value of the tokens record component.
tokens() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns the value of the tokens record component.
tokens(List<Token>) - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
tokens(List<Token>) - Method in class org.springframework.ai.huggingface.model.Details
 
TOKENS_LIMIT_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
TOKENS_REMAINING_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
TOKENS_RESET_HEADER - Enum constant in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
 
TokenTextSplitter - Class in org.springframework.ai.transformer.splitter
 
TokenTextSplitter() - Constructor for class org.springframework.ai.transformer.splitter.TokenTextSplitter
 
TokenTextSplitter(boolean) - Constructor for class org.springframework.ai.transformer.splitter.TokenTextSplitter
 
TokenTextSplitter(int, int, int, int, boolean) - Constructor for class org.springframework.ai.transformer.splitter.TokenTextSplitter
 
toList(float[]) - Static method in class org.springframework.ai.model.EmbeddingUtils
 
toMap() - Method in class org.springframework.ai.ollama.api.OllamaOptions
Convert the OllamaOptions object to a Map of key/value pairs.
toMap() - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions
Convert the WatsonxAiChatOptions object to a Map of key/value pairs.
Tool(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Creates an instance of a Tool record class.
Tool(OllamaApi.ChatRequest.Tool.Function) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Create a tool of type 'function' and the given function definition.
Tool(OllamaApi.ChatRequest.Tool.Type, OllamaApi.ChatRequest.Tool.Function) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Creates an instance of a Tool record class.
TOOL - Enum constant in enum class org.springframework.ai.chat.messages.MessageType
A message of the type 'function' passed as input Messages with a function content in a chat application.
TOOL - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
Tool message.
TOOL - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
 
TOOL - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
Tool message.
TOOL - Enum constant in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
Tool message.
TOOL - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
Tool message.
TOOL - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
Tool message.
TOOL_CALL - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
Only for compatibility with Mistral AI API.
TOOL_CALL - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
Only for compatibility with Mistral AI API.
TOOL_CALL - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
Only for compatibility with Mistral AI API.
TOOL_CALL - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
Only for compatibility with Mistral AI API.
TOOL_CALL_FUNCTION_TYPE - Static variable in class org.springframework.ai.minimax.api.MiniMaxApiConstants
 
TOOL_CALLS - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
The model called a tool.
TOOL_CALLS - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
The model requested a tool call.
TOOL_CALLS - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
The model called a tool.
TOOL_CALLS - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
The model called a tool.
TOOL_CALLS - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
The model called a tool.
TOOL_EXECUTION_NOT_SUPPORTED_FOR_WAI_MODELS - Static variable in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
TOOL_RESULT - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Send tool result back to LLM.
TOOL_USE - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Tool request
TOOL_USE_AGGREATE - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
Artifically created event to aggregate tool use events.
ToolCall(Integer, String, String, OpenAiApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(String, String, String, String) - Constructor for record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(String, String, MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(String, String, MistralAiApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(String, String, MoonshotApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(String, String, OpenAiApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
 
ToolCall(String, String, ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Creates an instance of a ToolCall record class.
ToolCall(OllamaApi.Message.ToolCallFunction) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCall
Creates an instance of a ToolCall record class.
ToolCallFunction(String, Map<String, Object>) - Constructor for record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Creates an instance of a ToolCallFunction record class.
ToolCallHelper - Class in org.springframework.ai.model.function
Helper class that reuses the AbstractToolCallSupport to implement the function call handling logic on the client side.
ToolCallHelper() - Constructor for class org.springframework.ai.model.function.ToolCallHelper
 
ToolCallHelper(FunctionCallbackContext, FunctionCallingOptions, List<FunctionCallback>) - Constructor for class org.springframework.ai.model.function.ToolCallHelper
 
ToolCallHelper.FunctionDefinition - Record Class in org.springframework.ai.model.function
Helper used to provide only the function definition, without the actual function call implementation.
toolCallId() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns the value of the toolCallId record component.
toolCallId() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns the value of the toolCallId record component.
toolCallId() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns the value of the toolCallId record component.
toolCallId() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the toolCallId record component.
toolCallId() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns the value of the toolCallId record component.
toolCalls() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns the value of the toolCalls record component.
toolCalls() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns the value of the toolCalls record component.
toolCalls() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns the value of the toolCalls record component.
toolCalls() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns the value of the toolCalls record component.
toolCalls() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns the value of the toolCalls record component.
toolCalls() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns the value of the toolCalls record component.
toolChoice() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the toolChoice record component.
toolChoice() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the toolChoice record component.
toolChoice() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the toolChoice record component.
toolChoice() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the toolChoice record component.
toolChoice() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the toolChoice record component.
ToolChoiceBuilder() - Constructor for class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ToolChoiceBuilder
 
ToolChoiceBuilder() - Constructor for class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest.ToolChoiceBuilder
 
ToolChoiceBuilder() - Constructor for class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ToolChoiceBuilder
 
ToolChoiceBuilder() - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ToolChoiceBuilder
 
toolContext - Variable in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
toolContext() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the toolContext record component.
toolContext(Map<String, Object>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
toolContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
ToolContext - Class in org.springframework.ai.chat.model
Represents the context for tool execution in a function calling scenario.
ToolContext(Map<String, Object>) - Constructor for class org.springframework.ai.chat.model.ToolContext
Constructs a new ToolContext with the given context map.
toolFunctionCallbacks(KeyValues, ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
toolFunctionNames(KeyValues, ChatClientObservationContext) - Method in class org.springframework.ai.chat.client.observation.DefaultChatClientObservationConvention
 
ToolResponse(String, String, String) - Constructor for record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Creates an instance of a ToolResponse record class.
ToolResponseMessage - Class in org.springframework.ai.chat.messages
The ToolResponseMessage class represents a message with a function content in a chat application.
ToolResponseMessage(List<ToolResponseMessage.ToolResponse>) - Constructor for class org.springframework.ai.chat.messages.ToolResponseMessage
 
ToolResponseMessage(List<ToolResponseMessage.ToolResponse>, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.ToolResponseMessage
 
ToolResponseMessage.ToolResponse - Record Class in org.springframework.ai.chat.messages
 
tools() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the tools record component.
tools() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the tools record component.
ToolUseAggregationEvent() - Constructor for class org.springframework.ai.anthropic.api.AnthropicApi.ToolUseAggregationEvent
 
toolUseId() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the toolUseId record component.
topK() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the topK record component.
topK() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the topK record component.
topK() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the topK record component.
topK() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the topK record component.
topK() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns the value of the topK record component.
topK() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the topK record component.
topK(int) - Method in class org.springframework.ai.vectorstore.HanaCloudVectorStoreConfig.HanaCloudVectorStoreConfigBuilder
 
topK(KeyValues, VectorStoreObservationContext) - Method in class org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
 
topK(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
topLogprobs() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns the value of the topLogprobs record component.
topLogprobs() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns the value of the topLogprobs record component.
topLogprobs() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the topLogprobs record component.
topLogprobs() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns the value of the topLogprobs record component.
topLogprobs() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns the value of the topLogprobs record component.
TopLogProbs(String, Float, List<Integer>) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Creates an instance of a TopLogProbs record class.
TopLogProbs(String, Float, List<Integer>) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Creates an instance of a TopLogProbs record class.
TopLogProbs(String, Float, List<Integer>) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Creates an instance of a TopLogProbs record class.
TopLogProbs(String, Float, List<Integer>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Creates an instance of a TopLogProbs record class.
topP() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the topP record component.
topP() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the topP record component.
topP(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
toPrimitive(Float[]) - Static method in class org.springframework.ai.model.EmbeddingUtils
 
toPrimitive(List<Float>) - Static method in class org.springframework.ai.model.EmbeddingUtils
 
toPrompt() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
 
toPrompt(List<Message>) - Method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
toPrompt(List<Message>) - Method in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
TopToken(String, Float) - Constructor for record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Creates an instance of a TopToken record class.
topTokens() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Returns the value of the topTokens record component.
toRawClass(Type) - Static method in class org.springframework.ai.model.function.TypeResolverHelper
Effectively converts Type which could be ParameterizedType to raw Class (no generics).
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.AnthropicMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDelta
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStopEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.PingEvent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Tool
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ToolUseAggregationEvent
 
toString() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.anthropic.metadata.AnthropicRateLimit
 
toString() - Method in class org.springframework.ai.anthropic.metadata.AnthropicUsage
 
toString() - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiEmbeddingUsage
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiUsage
 
toString() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicUsage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.api.AbstractBedrockApi.AmazonBedrockInvocationMetrics
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.bedrock.BedrockUsage
 
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.TokenLikelihood
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Completion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.FinishReason
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.GeneratedToken
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Prompt
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TextRange
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.Token
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse.TopToken
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.TextGenerationConfig
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.Result
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.chat.client.advisor.SimpleLoggerAdvisor
 
toString() - Method in record class org.springframework.ai.chat.client.ResponseEntity
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.chat.messages.AssistantMessage
 
toString() - Method in class org.springframework.ai.chat.messages.SystemMessage
 
toString() - Method in record class org.springframework.ai.chat.messages.ToolResponseMessage.ToolResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.chat.messages.ToolResponseMessage
 
toString() - Method in class org.springframework.ai.chat.messages.UserMessage
 
toString() - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata
 
toString() - Method in class org.springframework.ai.chat.model.ChatResponse
 
toString() - Method in class org.springframework.ai.chat.model.Generation
 
toString() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.chat.prompt.Prompt
 
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.AddEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.Collection
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.CreateCollectionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.document.Document
 
toString() - Method in class org.springframework.ai.embedding.Embedding
 
toString() - Method in class org.springframework.ai.embedding.EmbeddingResponse
 
toString() - Method in class org.springframework.ai.evaluation.EvaluationRequest
 
toString() - Method in class org.springframework.ai.evaluation.EvaluationResponse
 
toString() - Method in class org.springframework.ai.huggingface.model.AllOfGenerateResponseDetails
 
toString() - Method in class org.springframework.ai.huggingface.model.AllOfStreamResponseDetails
 
toString() - Method in class org.springframework.ai.huggingface.model.BestOfSequence
 
toString() - Method in class org.springframework.ai.huggingface.model.CompatGenerateRequest
 
toString() - Method in class org.springframework.ai.huggingface.model.Details
 
toString() - Method in class org.springframework.ai.huggingface.model.ErrorResponse
 
toString() - Method in enum class org.springframework.ai.huggingface.model.FinishReason
 
toString() - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
toString() - Method in class org.springframework.ai.huggingface.model.GenerateRequest
 
toString() - Method in class org.springframework.ai.huggingface.model.GenerateResponse
 
toString() - Method in class org.springframework.ai.huggingface.model.Info
 
toString() - Method in class org.springframework.ai.huggingface.model.PrefillToken
 
toString() - Method in class org.springframework.ai.huggingface.model.StreamDetails
 
toString() - Method in class org.springframework.ai.huggingface.model.StreamResponse
 
toString() - Method in class org.springframework.ai.huggingface.model.Token
 
toString() - Method in class org.springframework.ai.image.Image
 
toString() - Method in class org.springframework.ai.image.ImageGeneration
 
toString() - Method in class org.springframework.ai.image.ImageMessage
 
toString() - Method in class org.springframework.ai.image.ImagePrompt
 
toString() - Method in class org.springframework.ai.image.ImageResponse
 
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.BaseResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion.Choice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk.ChunkChoice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ChatCompletionFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ResponseFormat
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content.TopLogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs.Content
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.LogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.minimax.metadata.MiniMaxUsage
 
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion.Choice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk.ChunkChoice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content.TopLogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs.Content
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.LogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.mistralai.metadata.MistralAiUsage
 
toString() - Method in record class org.springframework.ai.model.function.ToolCallHelper.FunctionDefinition
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.moderation.Categories
 
toString() - Method in class org.springframework.ai.moderation.CategoryScores
 
toString() - Method in class org.springframework.ai.moderation.Generation
 
toString() - Method in class org.springframework.ai.moderation.Moderation
 
toString() - Method in class org.springframework.ai.moderation.ModerationMessage
 
toString() - Method in class org.springframework.ai.moderation.ModerationPrompt
 
toString() - Method in class org.springframework.ai.moderation.ModerationResponse
 
toString() - Method in class org.springframework.ai.moderation.ModerationResult
 
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion.Choice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ChatCompletionFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.moonshot.metadata.MoonshotUsage
 
toString() - Method in record class org.springframework.ai.observation.AiOperationMetadata
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingRequest
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingResponse
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message.ToolCallFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.ollama.api.OllamaApi.Message
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.ollama.metadata.OllamaUsage
 
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion.Choice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk.ChunkChoice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.JsonSchema
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.StreamOptions
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content.TopLogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs.Content
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.LogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage.CompletionTokenDetails
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Segment
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.OpenAiModerationResult
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.openai.audio.speech.Speech
 
toString() - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
toString() - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
toString() - Method in class org.springframework.ai.openai.metadata.OpenAiImageGenerationMetadata
 
toString() - Method in class org.springframework.ai.openai.metadata.OpenAiRateLimit
 
toString() - Method in class org.springframework.ai.openai.metadata.OpenAiUsage
 
toString() - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions
 
toString() - Method in class org.springframework.ai.openai.OpenAiChatModel
 
toString() - Method in class org.springframework.ai.openai.OpenAiChatOptions
 
toString() - Method in class org.springframework.ai.openai.OpenAiImageOptions
 
toString() - Method in record class org.springframework.ai.qianfan.api.auth.AccessTokenResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest.ResponseFormat
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.Data
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.qianfan.metadata.QianFanUsage
 
toString() - Method in class org.springframework.ai.qianfan.QianFanImageOptions
 
toString() - Method in record class org.springframework.ai.reader.pdf.config.ParagraphManager.Paragraph
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse.Artifacts
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions
 
toString() - Method in class org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
 
toString() - Method in enum class org.springframework.ai.stabilityai.StyleEnum
 
toString() - Method in record class org.springframework.ai.vectorstore.azure.AzureVectorStore.MetadataField
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Group
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Key
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Value
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.filter.FilterExpressionBuilder.Op
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vectorstore.RedisVectorStore.MetadataField
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.vectorstore.SearchRequest
 
toString() - Method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiRequest
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationMetadata
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt.Example
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.MessagePrompt
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError.Error
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.ResponseError
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResults
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion.Choice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk.ChunkChoice
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionChunk
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ResponseFormat
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Function
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content.TopLogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs.Content
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.LogProbs
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
toString() - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
TOTAL - Enum constant in enum class org.springframework.ai.observation.conventions.AiTokenType
 
totalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Returns the value of the totalDuration record component.
totalDuration() - Method in record class org.springframework.ai.ollama.api.OllamaApi.GenerateResponse
Deprecated.
Returns the value of the totalDuration record component.
totalOutputTextTokenCount() - Method in record class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponseChunk
Returns the value of the totalOutputTextTokenCount record component.
totalTokens() - Method in record class org.springframework.ai.chat.model.MessageAggregator.DefaultUsage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.openai.api.OpenAiApi.Usage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Returns the value of the totalTokens record component.
totalTokens() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Returns the value of the totalTokens record component.
toUpperCaseTypeValues(ObjectNode) - Static method in class org.springframework.ai.model.ModelOptionsUtils
 
toVector(Value) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
TracingHelper - Class in org.springframework.ai.observation.tracing
Utilities to prepare and process traces for observability.
TracingHelper() - Constructor for class org.springframework.ai.observation.tracing.TracingHelper
 
TranscriptionRequest(byte[], String, String, String, OpenAiAudioApi.TranscriptResponseFormat, Float, OpenAiAudioApi.TranscriptionRequest.GranularityType) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest
Creates an instance of a TranscriptionRequest record class.
transform(List<Document>) - Method in interface org.springframework.ai.document.DocumentTransformer
 
TransformersEmbeddingModel - Class in org.springframework.ai.transformers
An implementation of the AbstractEmbeddingModel that uses ONNX-based Transformer models for text embeddings.
TransformersEmbeddingModel() - Constructor for class org.springframework.ai.transformers.TransformersEmbeddingModel
 
TransformersEmbeddingModel(MetadataMode) - Constructor for class org.springframework.ai.transformers.TransformersEmbeddingModel
 
TransformersEmbeddingModel(MetadataMode, ObservationRegistry) - Constructor for class org.springframework.ai.transformers.TransformersEmbeddingModel
 
TransformersEmbeddingModelAutoConfiguration - Class in org.springframework.ai.autoconfigure.transformers
 
TransformersEmbeddingModelAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelAutoConfiguration
 
TransformersEmbeddingModelProperties - Class in org.springframework.ai.autoconfigure.transformers
 
TransformersEmbeddingModelProperties() - Constructor for class org.springframework.ai.autoconfigure.transformers.TransformersEmbeddingModelProperties
 
TransformersEmbeddingModelProperties.Cache - Class in org.springframework.ai.autoconfigure.transformers
 
TransformersEmbeddingModelProperties.Onnx - Class in org.springframework.ai.autoconfigure.transformers
 
TransformersEmbeddingModelProperties.Tokenizer - Class in org.springframework.ai.autoconfigure.transformers
Configurations for the HuggingFaceTokenizer used to convert sentences into tokens.
TransientAiException - Exception in org.springframework.ai.retry
Root of the hierarchy of Model access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
TransientAiException(String) - Constructor for exception org.springframework.ai.retry.TransientAiException
 
TransientAiException(String, Throwable) - Constructor for exception org.springframework.ai.retry.TransientAiException
 
TranslationRequest(byte[], String, String, OpenAiAudioApi.TranscriptResponseFormat, Float) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest
Creates an instance of a TranslationRequest record class.
TRIE - Enum constant in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
 
trimAdjacentBlankLines(String) - Static method in class org.springframework.ai.reader.ExtractedTextFormatter
Replaces multiple, adjacent blank lines into a single blank line.
truncate() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest
Returns the value of the truncate record component.
truncate() - Method in record class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest
Returns the value of the truncate record component.
truncate() - Method in record class org.springframework.ai.ollama.api.OllamaApi.EmbeddingsRequest
Returns the value of the truncate record component.
truncate(Integer) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
TSV - Enum constant in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
 
TTS_1 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
The latest text to speech model, optimized for speed.
TTS_1_HD - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
The latest text to speech model, optimized for quality.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock
Returns the value of the type record component.
type() - Method in interface org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody
 
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaJson
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaText
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent
Returns the value of the type record component.
type() - Method in interface org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockBody
 
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockText
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockToolUse
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStopEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent.Error
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ErrorEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStartEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageStopEvent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.PingEvent
Returns the value of the type record component.
type() - Method in interface org.springframework.ai.anthropic.api.AnthropicApi.StreamEvent
 
type() - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ToolUseAggregationEvent
 
type() - Method in record class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatResponse
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.Delta
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Source
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.SchemaColumn
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.chat.messages.AssistantMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionRequest.ResponseFormat
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingRequest
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ResponseFormat
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionRequest.ResponseFormat
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumn
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Expression
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.ToolCall
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest.ResponseFormat
Returns the value of the type record component.
type() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool
Returns the value of the type record component.
TYPE - Static variable in class org.springframework.ai.bindings.ChromaBindingsPropertiesProcessor
The Binding type that this processor is interested in: "chroma".
TYPE - Static variable in class org.springframework.ai.bindings.MistralAiBindingsPropertiesProcessor
The Binding type that this processor is interested in: "mistralai".
TYPE - Static variable in class org.springframework.ai.bindings.OllamaBindingsPropertiesProcessor
The Binding type that this processor is interested in: "ollama".
TYPE - Static variable in class org.springframework.ai.bindings.OpenAiBindingsPropertiesProcessor
The Binding type that this processor is interested in: "openai".
TYPE - Static variable in class org.springframework.ai.bindings.TanzuBindingsPropertiesProcessor
The Binding type that this processor is interested in: "genai".
TYPE - Static variable in class org.springframework.ai.bindings.WeaviateBindingsPropertiesProcessor
The Binding type that this processor is interested in: "weaviate".
TypeResolverHelper - Class in org.springframework.ai.model.function
A utility class that provides methods for resolving types and classes related to functions.
TypeResolverHelper() - Constructor for class org.springframework.ai.model.function.TypeResolverHelper
 
TYPESENSE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
typesenseClient(TypesenseConnectionDetails) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreAutoConfiguration
 
TypesenseConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.typesense
 
TypesenseDockerComposeConnectionDetailsFactory - Class in org.springframework.ai.docker.compose.service.connection.typesense
 
TypesenseDockerComposeConnectionDetailsFactory() - Constructor for class org.springframework.ai.docker.compose.service.connection.typesense.TypesenseDockerComposeConnectionDetailsFactory
 
TypesenseFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into Typesense metadata filter expression format.
TypesenseFilterExpressionConverter() - Constructor for class org.springframework.ai.vectorstore.TypesenseFilterExpressionConverter
 
TypesenseServiceClientProperties - Class in org.springframework.ai.autoconfigure.vectorstore.typesense
 
TypesenseServiceClientProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseServiceClientProperties
 
TypesenseVectorStore - Class in org.springframework.ai.vectorstore
 
TypesenseVectorStore(Client, EmbeddingModel) - Constructor for class org.springframework.ai.vectorstore.TypesenseVectorStore
 
TypesenseVectorStore(Client, EmbeddingModel, TypesenseVectorStore.TypesenseVectorStoreConfig, boolean) - Constructor for class org.springframework.ai.vectorstore.TypesenseVectorStore
 
TypesenseVectorStore(Client, EmbeddingModel, TypesenseVectorStore.TypesenseVectorStoreConfig, boolean, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.TypesenseVectorStore
 
TypesenseVectorStore.TypesenseVectorStoreConfig - Class in org.springframework.ai.vectorstore
 
TypesenseVectorStore.TypesenseVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
TypesenseVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.typesense
 
TypesenseVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreAutoConfiguration
 
TypesenseVectorStoreConfig(String, int) - Constructor for class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig
 
TypesenseVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.typesense
 
TypesenseVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreProperties
 
typicalP(Float) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 

U

updateContext(Function<Map<String, Object>, Map<String, Object>>) - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
 
updateContext(Function<Map<String, Object>, Map<String, Object>>) - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedResponse
 
UPPER_BOUND_BEAM_WIDTH - Static variable in class org.springframework.ai.vectorstore.GemFireVectorStore.GemFireVectorStoreConfig
 
upsertEmbeddings(String, ChromaApi.AddEmbeddingsRequest) - Method in class org.springframework.ai.chroma.ChromaApi
 
uri() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Message.CitationSource
Returns the value of the uri record component.
url() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the url record component.
url() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the url record component.
url() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.Data
Returns the value of the url record component.
url() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Data
Returns the value of the url record component.
url() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Returns the value of the url record component.
url() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Returns the value of the url record component.
usage() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionResponse
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatResponse
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingList
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionChunk.ChunkChoice
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionChunk
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingList
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionChunk
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingList
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletion
Returns the value of the usage record component.
usage() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingList
Returns the value of the usage record component.
Usage - Interface in org.springframework.ai.chat.metadata
Abstract Data Type (ADT) encapsulating metadata on the usage of an AI provider's API per AI request.
Usage(Integer, Integer) - Constructor for record class org.springframework.ai.anthropic.api.AnthropicApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.minimax.api.MiniMaxApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.mistralai.api.MistralAiApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.moonshot.api.MoonshotApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.Usage
 
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.qianfan.api.QianFanApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.Usage
Creates an instance of a Usage record class.
Usage(Integer, Integer, Integer, OpenAiApi.Usage.CompletionTokenDetails) - Constructor for record class org.springframework.ai.openai.api.OpenAiApi.Usage
Creates an instance of a Usage record class.
USAGE_INPUT_TOKENS - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The number of tokens used in the model input (prompt).
USAGE_INPUT_TOKENS - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.HighCardinalityKeyNames
The number of tokens used in the model input.
USAGE_INPUT_TOKENS - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The number of tokens used in the model input (prompt).
USAGE_INPUT_TOKENS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The number of tokens used in the model input.
USAGE_OUTPUT_TOKENS - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The number of tokens used in the model output (completion).
USAGE_OUTPUT_TOKENS - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The number of tokens used in the model output (generation).
USAGE_OUTPUT_TOKENS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The number of tokens used in the model output.
USAGE_TOTAL_TOKENS - Enum constant in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
The total number of tokens used in the model exchange.
USAGE_TOTAL_TOKENS - Enum constant in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.HighCardinalityKeyNames
The total number of tokens used in the model exchange.
USAGE_TOTAL_TOKENS - Enum constant in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
The total number of tokens used in the model exchange.
USAGE_TOTAL_TOKENS - Enum constant in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
The total number of tokens used in the model exchange.
usageInputTokens(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
usageInputTokens(KeyValues, EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
usageOutputTokens(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
usageTotalTokens(KeyValues, ChatModelObservationContext) - Method in class org.springframework.ai.chat.observation.DefaultChatModelObservationConvention
 
usageTotalTokens(KeyValues, EmbeddingModelObservationContext) - Method in class org.springframework.ai.embedding.observation.DefaultEmbeddingModelObservationConvention
 
user() - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.openai.api.OpenAiApi.EmbeddingRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.openai.api.OpenAiImageApi.OpenAiImageRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.qianfan.api.QianFanImageApi.QianFanImageRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionRequest
Returns the value of the user record component.
user() - Method in record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Returns the value of the user record component.
user(String) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
user(String) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
user(Consumer<ChatClient.PromptUserSpec>) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
user(Consumer<ChatClient.PromptUserSpec>) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
user(Resource) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
user(Resource) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
user(Resource, Charset) - Method in interface org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
 
user(Resource, Charset) - Method in class org.springframework.ai.chat.client.DefaultChatClient.DefaultChatClientRequestSpec
 
USER - Enum constant in enum class org.springframework.ai.anthropic.api.AnthropicApi.Role
 
USER - Enum constant in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage.Role
User message.
USER - Enum constant in enum class org.springframework.ai.chat.messages.MessageType
A message of the type 'user' passed as input Messages with the user role are from the end-user or developer.
USER - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
User message.
USER - Enum constant in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
 
USER - Enum constant in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
User message.
USER - Enum constant in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
User message type.
USER - Enum constant in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
User message.
USER - Enum constant in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage.Role
User message.
USER - Enum constant in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
 
USER - Enum constant in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
User message.
userEvaluatorResource - Variable in class org.springframework.ai.evaluation.BasicEvaluationTest
 
userId() - Method in record class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.Metadata
Returns the value of the userId record component.
UserMessage - Class in org.springframework.ai.chat.messages
A message of the type 'user' passed as input Messages with the user role are from the end-user or developer.
UserMessage(String) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
UserMessage(String, Collection<Media>, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
UserMessage(String, List<Media>) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
UserMessage(String, Media...) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
UserMessage(MessageType, String, Collection<Media>, Map<String, Object>) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
UserMessage(Resource) - Constructor for class org.springframework.ai.chat.messages.UserMessage
 
userParams() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the userParams record component.
userText() - Method in record class org.springframework.ai.chat.client.advisor.api.AdvisedRequest
Returns the value of the userText record component.

V

validate(Map<String, Object>) - Method in class org.springframework.ai.chat.prompt.PromptTemplate
 
validationWorkers(Integer) - Method in class org.springframework.ai.huggingface.model.Info
 
value - Variable in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
 
value - Variable in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
 
value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
value - Variable in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
 
value - Variable in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingModel
 
value - Variable in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
 
value - Variable in enum class org.springframework.ai.openai.api.OpenAiAudioApi.WhisperModel
 
value - Variable in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
 
value - Variable in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
 
value - Variable in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
 
value - Variable in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
 
value - Variable in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
 
value - Variable in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
 
value - Variable in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingModel
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiObservationEventNames
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiObservationMetricAttributes
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiObservationMetricNames
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiOperationType
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiProvider
 
value() - Method in enum class org.springframework.ai.observation.conventions.AiTokenType
 
value() - Method in enum class org.springframework.ai.observation.conventions.SpringAiKind
 
value() - Method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
 
value() - Method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationEventNames
 
value() - Method in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
value() - Method in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
 
value() - Method in record class org.springframework.ai.vectorstore.filter.Filter.Value
Returns the value of the value record component.
value() - Method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
 
value() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Embedding
Returns the value of the value record component.
Value(Object) - Constructor for record class org.springframework.ai.vectorstore.filter.Filter.Value
Creates an instance of a Value record class.
valueOf(boolean) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
valueOf(int) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
valueOf(Struct) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
valueOf(String) - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.autoconfigure.oci.genai.ServingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties.Transport
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Truncate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse.StopReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.CompletionReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.messages.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.Events
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chat.prompt.TemplateFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.document.MetadataMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.huggingface.model.FinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.Events
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ToolChoice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.model.function.FunctionCallbackContext.SchemaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiObservationEventNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiObservationMetricAttributes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiObservationMetricNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiOperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.AiTokenType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.SpringAiKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationEventNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.ollama.api.OllamaModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.WhisperModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.api.OpenAiImageApi.ImageModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.postgresml.PostgresMlEmbeddingModel.VectorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.qianfan.api.QianFanImageApi.ImageModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.stabilityai.StyleEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.transformer.SummaryMetadataEnricher.SummaryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.CassandraVectorStore.Similarity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumnTags
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.LowCardinalityKeyNames
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.RedisVectorStore.Algorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.SimilarityFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.TransportType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ImageModel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.anthropic.api.AnthropicApi.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.autoconfigure.oci.genai.ServingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusIndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties.Transport
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatStreamingResponse.StreamingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.MediaContent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Truncate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatResponse.Generation.FinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatResponse.StopReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatResponse.CompletionReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.client.observation.ChatClientObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.messages.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.Events
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.observation.ChatModelObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chat.prompt.TemplateFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.chroma.ChromaApi.QueryRequest.Include
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.document.MetadataMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.embedding.observation.EmbeddingModelObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.huggingface.invoker.ApiClient.CollectionFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.huggingface.invoker.auth.OAuthFlow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.huggingface.model.FinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.Events
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.image.observation.ImageModelObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionFinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionFinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatCompletionRequest.ToolChoice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.EmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.mistralai.api.MistralAiApi.FunctionTool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.model.function.FunctionCallbackContext.SchemaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionFinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.moonshot.api.MoonshotApi.FunctionTool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiObservationAttributes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiObservationEventNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiObservationMetricAttributes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiObservationMetricNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiOperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.AiTokenType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.SpringAiKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationAttributes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreObservationEventNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.observation.conventions.VectorStoreSimilarityMetric
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Tool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.ollama.api.OllamaApi.Message.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.ollama.api.OllamaModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionFinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.EmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiAudioApi.WhisperModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.api.OpenAiImageApi.ImageModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.openai.metadata.support.OpenAiApiResponseHeaders
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.postgresml.PostgresMlEmbeddingModel.VectorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.qianfan.api.QianFanApi.EmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.qianfan.api.QianFanImageApi.ImageModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.stabilityai.StyleEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.transformer.SummaryMetadataEnricher.SummaryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.CassandraVectorStore.Similarity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.SchemaColumnTags
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.filter.Filter.ExpressionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jDistanceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.HighCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation.LowCardinalityKeyNames
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.observation.VectorStoreObservationDocumentation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreDistanceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.OracleVectorStore.OracleVectorStoreIndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.PgVectorStore.PgDistanceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.PgVectorStore.PgIndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.RedisVectorStore.Algorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.SimilarityFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModelName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModelName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.GeminiMessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.TransportType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionFinishReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.EmbeddingModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiApi.FunctionTool.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ImageModel
Returns an array containing the constants of this enum class, in the order they are declared.
VECTOR_STORE - Enum constant in enum class org.springframework.ai.observation.conventions.SpringAiKind
 
vectors() - Method in record class org.springframework.ai.minimax.api.MiniMaxApi.EmbeddingList
Returns the value of the vectors record component.
vectorStore(SearchIndexClient, EmbeddingModel, AzureVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.azure.AzureVectorStoreAutoConfiguration
 
vectorStore(MilvusServiceClient, EmbeddingModel, MilvusVectorStoreProperties, BatchingStrategy, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>) - Method in class org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoConfiguration
 
vectorStore(Driver, EmbeddingModel, Neo4jVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, WeaviateClient, WeaviateVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, CassandraVectorStoreProperties, CqlSession, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, PineconeVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.pinecone.PineconeVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, QdrantVectorStoreProperties, QdrantClient, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, RedisVectorStoreProperties, JedisConnectionFactory, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreAutoConfiguration
 
vectorStore(EmbeddingModel, ChromaApi, ChromaVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.chroma.ChromaVectorStoreAutoConfiguration
 
vectorStore(HanaVectorRepository<? extends HanaVectorEntity>, EmbeddingModel, HanaCloudVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>) - Method in class org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreAutoConfiguration
 
vectorStore(JdbcTemplate, EmbeddingModel, OracleVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.oracle.OracleVectorStoreAutoConfiguration
 
vectorStore(JdbcTemplate, EmbeddingModel, PgVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.pgvector.PgVectorStoreAutoConfiguration
 
vectorStore(Client, EmbeddingModel, TypesenseVectorStoreProperties, ObjectProvider<ObservationRegistry>, ObjectProvider<VectorStoreObservationConvention>, BatchingStrategy) - Method in class org.springframework.ai.autoconfigure.vectorstore.typesense.TypesenseVectorStoreAutoConfiguration
 
VectorStore - Interface in org.springframework.ai.vectorstore
The VectorStore interface defines the operations for managing and querying documents in a vector database.
VectorStoreChatMemoryAdvisor - Class in org.springframework.ai.chat.client.advisor
Memory is retrieved from a VectorStore added into the prompt's system text.
VectorStoreChatMemoryAdvisor(VectorStore) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
VectorStoreChatMemoryAdvisor(VectorStore, String) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
VectorStoreChatMemoryAdvisor(VectorStore, String, int) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
VectorStoreChatMemoryAdvisor(VectorStore, String, int, String) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
 
VectorStoreChatMemoryAdvisor(VectorStore, String, int, String, int) - Constructor for class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor
Constructor for VectorStoreChatMemoryAdvisor.
VectorStoreChatMemoryAdvisor.Builder - Class in org.springframework.ai.chat.client.advisor
 
VectorStoreObservationAttributes - Enum Class in org.springframework.ai.observation.conventions
Collection of attribute keys used in vector store observations (spans, metrics, events).
VectorStoreObservationAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.observation
Auto-configuration for Spring AI vector store observations.
VectorStoreObservationAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.observation.VectorStoreObservationAutoConfiguration
 
VectorStoreObservationContentProcessor - Class in org.springframework.ai.vectorstore.observation
Utilities to process the query content in observations for vector store operations.
VectorStoreObservationContentProcessor() - Constructor for class org.springframework.ai.vectorstore.observation.VectorStoreObservationContentProcessor
 
VectorStoreObservationContext - Class in org.springframework.ai.vectorstore.observation
Context used to store metadata for vector store operations.
VectorStoreObservationContext(String, String) - Constructor for class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext
 
VectorStoreObservationContext.Builder - Class in org.springframework.ai.vectorstore.observation
 
VectorStoreObservationContext.Operation - Enum Class in org.springframework.ai.vectorstore.observation
 
VectorStoreObservationConvention - Interface in org.springframework.ai.vectorstore.observation
 
VectorStoreObservationDocumentation - Enum Class in org.springframework.ai.vectorstore.observation
Documented conventions for vector store observations.
VectorStoreObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.ai.vectorstore.observation
High-cardinality observation key names for vector store operations.
VectorStoreObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.ai.vectorstore.observation
Low-cardinality observation key names for vector store operations.
VectorStoreObservationEventNames - Enum Class in org.springframework.ai.observation.conventions
Collection of event names used in vector store observations.
VectorStoreObservationProperties - Class in org.springframework.ai.autoconfigure.vectorstore.observation
Configuration properties for vector store observations.
VectorStoreObservationProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.observation.VectorStoreObservationProperties
 
VectorStoreProvider - Enum Class in org.springframework.ai.observation.conventions
Collection of systems providing vector store functionality.
VectorStoreQueryResponseObservationFilter - Class in org.springframework.ai.vectorstore.observation
An ObservationFilter to include the Vector Store search response content in the observation.
VectorStoreQueryResponseObservationFilter() - Constructor for class org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationFilter
 
VectorStoreQueryResponseObservationHandler - Class in org.springframework.ai.vectorstore.observation
Handler for including the query response content in the observation as a span event.
VectorStoreQueryResponseObservationHandler() - Constructor for class org.springframework.ai.vectorstore.observation.VectorStoreQueryResponseObservationHandler
 
VectorStoreSimilarityMetric - Enum Class in org.springframework.ai.observation.conventions
Types of similarity metrics used in vector store operations.
VERBOSE_JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
VERBOSE_JSON - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 
version() - Method in record class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api.Model
Returns the value of the version record component.
version(String) - Method in class org.springframework.ai.huggingface.model.Info
 
VERTEX_AI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
vertexAi(VertexAiGeminiConnectionProperties) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiAutoConfiguration
 
vertexAiApi(VertexAiPalm2ConnectionProperties, VertexAiPalm2EmbeddingProperties, VertexAiPlam2ChatProperties, RestClient.Builder) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2AutoConfiguration
 
vertexAiChatModel(VertexAiPaLm2Api, VertexAiPlam2ChatProperties) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2AutoConfiguration
 
VertexAiEmbeddingAutoConfiguration - Class in org.springframework.ai.autoconfigure.vertexai.embedding
Auto-configuration for Vertex AI Gemini Chat.
VertexAiEmbeddingAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingAutoConfiguration
 
VertexAiEmbeddingConnectionDetails - Class in org.springframework.ai.vertexai.embedding
VertexAiEmbeddingConnectionDetails represents the details of a connection to the Vertex AI embedding service.
VertexAiEmbeddingConnectionDetails(String, String, String, String) - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
 
VertexAiEmbeddingConnectionDetails.Builder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingConnectionProperties - Class in org.springframework.ai.autoconfigure.vertexai.embedding
Configuration properties for Vertex AI Embedding.
VertexAiEmbeddingConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiEmbeddingConnectionProperties
 
vertexAiEmbeddingModel(VertexAiPaLm2Api) - Method in class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2AutoConfiguration
 
VertexAiEmbeddingUsage - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingUsage(Integer) - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUsage
 
VertexAiEmbeddingUtils - Class in org.springframework.ai.vertexai.embedding
Utility class for constructing parameter objects for Vertex AI embedding requests.
VertexAiEmbeddingUtils() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils
 
VertexAiEmbeddingUtils.ImageBuilder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingUtils.MultimodalInstanceBuilder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingUtils.TextInstanceBuilder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingUtils.TextParametersBuilder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiEmbeddingUtils.VideoBuilder - Class in org.springframework.ai.vertexai.embedding
 
VertexAiGeminiAutoConfiguration - Class in org.springframework.ai.autoconfigure.vertexai.gemini
Auto-configuration for Vertex AI Gemini Chat.
VertexAiGeminiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiAutoConfiguration
 
vertexAiGeminiChat(VertexAI, VertexAiGeminiChatProperties, List<FunctionCallback>, ApplicationContext, RetryTemplate, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiAutoConfiguration
 
VertexAiGeminiChatModel - Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatModel(VertexAI) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel(VertexAI, VertexAiGeminiChatOptions) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel(VertexAI, VertexAiGeminiChatOptions, FunctionCallbackContext) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel(VertexAI, VertexAiGeminiChatOptions, FunctionCallbackContext, List<FunctionCallback>) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel(VertexAI, VertexAiGeminiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel(VertexAI, VertexAiGeminiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel
 
VertexAiGeminiChatModel.ChatModel - Enum Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatModel.GeminiMessageType - Enum Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatModel.GeminiRequest - Record Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatOptions - Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatOptions() - Constructor for class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions
 
VertexAiGeminiChatOptions.Builder - Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatOptions.TransportType - Enum Class in org.springframework.ai.vertexai.gemini
 
VertexAiGeminiChatProperties - Class in org.springframework.ai.autoconfigure.vertexai.gemini
Configuration properties for Vertex AI Gemini Chat.
VertexAiGeminiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiChatProperties
 
VertexAiGeminiConnectionProperties - Class in org.springframework.ai.autoconfigure.vertexai.gemini
Configuration properties for Vertex AI Gemini Chat.
VertexAiGeminiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
 
VertexAiGeminiConnectionProperties.Transport - Enum Class in org.springframework.ai.autoconfigure.vertexai.gemini
 
VertexAiGeminiConstants - Class in org.springframework.ai.vertexai.gemini.common
 
VertexAiGeminiConstants() - Constructor for class org.springframework.ai.vertexai.gemini.common.VertexAiGeminiConstants
 
VertexAiGeminiRuntimeHints - Class in org.springframework.ai.vertexai.gemini.aot
The VertexAiGeminiRuntimeHints class is responsible for registering runtime hints for Vertex AI Gemini API classes.
VertexAiGeminiRuntimeHints() - Constructor for class org.springframework.ai.vertexai.gemini.aot.VertexAiGeminiRuntimeHints
 
VertexAiMultimodalEmbeddingModel - Class in org.springframework.ai.vertexai.embedding.multimodal
Implementation of the Vertex AI Multimodal Embedding Model.
VertexAiMultimodalEmbeddingModel(VertexAiEmbeddingConnectionDetails, VertexAiMultimodalEmbeddingOptions) - Constructor for class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingModel
 
VertexAiMultimodalEmbeddingModelName - Enum Class in org.springframework.ai.vertexai.embedding.multimodal
VertexAI Embedding Models: - Text embeddings - Multimodal embeddings
VertexAiMultimodalEmbeddingOptions - Class in org.springframework.ai.vertexai.embedding.multimodal
Class representing the options for Vertex AI Multimodal Embedding.
VertexAiMultimodalEmbeddingOptions() - Constructor for class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions
 
VertexAiMultimodalEmbeddingOptions.Builder - Class in org.springframework.ai.vertexai.embedding.multimodal
 
VertexAiMultimodalEmbeddingProperties - Class in org.springframework.ai.autoconfigure.vertexai.embedding
Configuration properties for Vertex AI Gemini Chat.
VertexAiMultimodalEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiMultimodalEmbeddingProperties
 
VertexAiPaLm2Api - Class in org.springframework.ai.vertexai.palm2.api
Vertex AI API client for the Generative Language model.
VertexAiPaLm2Api(String) - Constructor for class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Create a new chat completion api.
VertexAiPaLm2Api(String, String, String, String, RestClient.Builder) - Constructor for class org.springframework.ai.vertexai.palm2.api.VertexAiPaLm2Api
Create a new chat completion api.
VertexAiPaLm2Api.Embedding - Record Class in org.springframework.ai.vertexai.palm2.api
A list of floats representing the embedding.
VertexAiPaLm2Api.GenerateMessageRequest - Record Class in org.springframework.ai.vertexai.palm2.api
Message generation request body.
VertexAiPaLm2Api.GenerateMessageResponse - Record Class in org.springframework.ai.vertexai.palm2.api
The response from the model.
VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter - Record Class in org.springframework.ai.vertexai.palm2.api
Content filtering metadata associated with processing a single request.
VertexAiPaLm2Api.GenerateMessageResponse.ContentFilter.BlockedReason - Enum Class in org.springframework.ai.vertexai.palm2.api
Reasons why content may have been blocked.
VertexAiPaLm2Api.Message - Record Class in org.springframework.ai.vertexai.palm2.api
The base unit of structured text.
VertexAiPaLm2Api.Message.CitationMetadata - Record Class in org.springframework.ai.vertexai.palm2.api
A collection of source attributions for a piece of content.
VertexAiPaLm2Api.Message.CitationSource - Record Class in org.springframework.ai.vertexai.palm2.api
A citation to a source for a portion of a specific response.
VertexAiPaLm2Api.MessagePrompt - Record Class in org.springframework.ai.vertexai.palm2.api
All of the structured input text passed to the model as a prompt.
VertexAiPaLm2Api.MessagePrompt.Example - Record Class in org.springframework.ai.vertexai.palm2.api
An input/output example used to instruct the Model.
VertexAiPaLm2Api.Model - Record Class in org.springframework.ai.vertexai.palm2.api
Information about a Generative Language Model.
VertexAiPaLm2Api.ResponseError - Record Class in org.springframework.ai.vertexai.palm2.api
API error response.
VertexAiPaLm2Api.ResponseError.Error - Record Class in org.springframework.ai.vertexai.palm2.api
Error details.
VertexAiPalm2AutoConfiguration - Class in org.springframework.ai.autoconfigure.vertexai.palm2
 
VertexAiPalm2AutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2AutoConfiguration
 
VertexAiPaLm2ChatModel - Class in org.springframework.ai.vertexai.palm2
 
VertexAiPaLm2ChatModel(VertexAiPaLm2Api) - Constructor for class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatModel
 
VertexAiPaLm2ChatModel(VertexAiPaLm2Api, VertexAiPaLm2ChatOptions) - Constructor for class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatModel
 
VertexAiPaLm2ChatOptions - Class in org.springframework.ai.vertexai.palm2
 
VertexAiPaLm2ChatOptions() - Constructor for class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
 
VertexAiPaLm2ChatOptions.Builder - Class in org.springframework.ai.vertexai.palm2
 
VertexAiPalm2ConnectionProperties - Class in org.springframework.ai.autoconfigure.vertexai.palm2
 
VertexAiPalm2ConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2ConnectionProperties
 
VertexAiPaLm2EmbeddingModel - Class in org.springframework.ai.vertexai.palm2
 
VertexAiPaLm2EmbeddingModel(VertexAiPaLm2Api) - Constructor for class org.springframework.ai.vertexai.palm2.VertexAiPaLm2EmbeddingModel
 
VertexAiPalm2EmbeddingProperties - Class in org.springframework.ai.autoconfigure.vertexai.palm2
 
VertexAiPalm2EmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPalm2EmbeddingProperties
 
VertexAiPlam2ChatProperties - Class in org.springframework.ai.autoconfigure.vertexai.palm2
 
VertexAiPlam2ChatProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.palm2.VertexAiPlam2ChatProperties
 
VertexAiTextEmbeddingModel - Class in org.springframework.ai.vertexai.embedding.text
A class representing a Vertex AI Text Embedding Model.
VertexAiTextEmbeddingModel(VertexAiEmbeddingConnectionDetails, VertexAiTextEmbeddingOptions) - Constructor for class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
VertexAiTextEmbeddingModel(VertexAiEmbeddingConnectionDetails, VertexAiTextEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
VertexAiTextEmbeddingModel(VertexAiEmbeddingConnectionDetails, VertexAiTextEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingModel
 
VertexAiTextEmbeddingModelName - Enum Class in org.springframework.ai.vertexai.embedding.text
VertexAI Embedding Models: - Text embeddings - Multimodal embeddings
VertexAiTextEmbeddingOptions - Class in org.springframework.ai.vertexai.embedding.text
 
VertexAiTextEmbeddingOptions() - Constructor for class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions
 
VertexAiTextEmbeddingOptions.Builder - Class in org.springframework.ai.vertexai.embedding.text
 
VertexAiTextEmbeddingOptions.TaskType - Enum Class in org.springframework.ai.vertexai.embedding.text
 
VertexAiTextEmbeddingProperties - Class in org.springframework.ai.autoconfigure.vertexai.embedding
Configuration properties for Vertex AI Gemini Chat.
VertexAiTextEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.vertexai.embedding.VertexAiTextEmbeddingProperties
 
VertexAiUsage - Class in org.springframework.ai.vertexai.gemini.metadata
 
VertexAiUsage(GenerateContentResponse.UsageMetadata) - Constructor for class org.springframework.ai.vertexai.gemini.metadata.VertexAiUsage
 
VertexRuntimeHints - Class in org.springframework.ai.vertexai.palm2.aot
The VertexRuntimeHints class is responsible for registering runtime hints for Vertex AI API classes.
VertexRuntimeHints() - Constructor for class org.springframework.ai.vertexai.palm2.aot.VertexRuntimeHints
 
VIDEO - Enum constant in enum class org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
 
VideoBuilder() - Constructor for class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
videoBytes - Variable in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
Video bytes to be encoded in base64 string.
violence() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the violence record component.
violence() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the violence record component.
violenceGraphic() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.Categories
Returns the value of the violenceGraphic record component.
violenceGraphic() - Method in record class org.springframework.ai.openai.api.OpenAiModerationApi.CategoryScores
Returns the value of the violenceGraphic record component.
visitAndExpression(FiltersParser.AndExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
visitAndExpression(FiltersParser.AndExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the AndExpression labeled alternative in FiltersParser.booleanExpression().
visitAndExpression(FiltersParser.AndExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitBooleanConstant(FiltersParser.BooleanConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
visitBooleanConstant(FiltersParser.BooleanConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the BooleanConstant labeled alternative in FiltersParser.constant().
visitBooleanConstant(FiltersParser.BooleanConstantContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitCompare(FiltersParser.CompareContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by FiltersParser.compare().
visitCompare(FiltersParser.CompareContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by FiltersParser.compare().
visitCompareExpression(FiltersParser.CompareExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
visitCompareExpression(FiltersParser.CompareExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the CompareExpression labeled alternative in FiltersParser.booleanExpression().
visitCompareExpression(FiltersParser.CompareExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitConstantArray(FiltersParser.ConstantArrayContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by FiltersParser.constantArray().
visitConstantArray(FiltersParser.ConstantArrayContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by FiltersParser.constantArray().
visitConstantArray(FiltersParser.ConstantArrayContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitDecimalConstant(FiltersParser.DecimalConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
visitDecimalConstant(FiltersParser.DecimalConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the DecimalConstant labeled alternative in FiltersParser.constant().
visitDecimalConstant(FiltersParser.DecimalConstantContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitErrorNode(ErrorNode) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
visitGroupExpression(FiltersParser.GroupExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
visitGroupExpression(FiltersParser.GroupExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the GroupExpression labeled alternative in FiltersParser.booleanExpression().
visitGroupExpression(FiltersParser.GroupExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitIdentifier(FiltersParser.IdentifierContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by FiltersParser.identifier().
visitIdentifier(FiltersParser.IdentifierContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by FiltersParser.identifier().
visitIdentifier(FiltersParser.IdentifierContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitInExpression(FiltersParser.InExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
visitInExpression(FiltersParser.InExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the InExpression labeled alternative in FiltersParser.booleanExpression().
visitInExpression(FiltersParser.InExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitIntegerConstant(FiltersParser.IntegerConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
visitIntegerConstant(FiltersParser.IntegerConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the IntegerConstant labeled alternative in FiltersParser.constant().
visitIntegerConstant(FiltersParser.IntegerConstantContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitNinExpression(FiltersParser.NinExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
visitNinExpression(FiltersParser.NinExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the NinExpression labeled alternative in FiltersParser.booleanExpression().
visitNinExpression(FiltersParser.NinExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitNotExpression(FiltersParser.NotExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
visitNotExpression(FiltersParser.NotExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the NotExpression labeled alternative in FiltersParser.booleanExpression().
visitNotExpression(FiltersParser.NotExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitOrExpression(FiltersParser.OrExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
visitOrExpression(FiltersParser.OrExpressionContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the OrExpression labeled alternative in FiltersParser.booleanExpression().
visitOrExpression(FiltersParser.OrExpressionContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitTerminal(TerminalNode) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
visitTextConstant(FiltersParser.TextConstantContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
visitTextConstant(FiltersParser.TextConstantContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by the TextConstant labeled alternative in FiltersParser.constant().
visitTextConstant(FiltersParser.TextConstantContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
visitWhere(FiltersParser.WhereContext) - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseVisitor
Visit a parse tree produced by FiltersParser.where().
visitWhere(FiltersParser.WhereContext) - Method in interface org.springframework.ai.vectorstore.filter.antlr4.FiltersVisitor
Visit a parse tree produced by FiltersParser.where().
visitWhere(FiltersParser.WhereContext) - Method in class org.springframework.ai.vectorstore.filter.FilterExpressionTextParser.FilterExpressionVisitor
 
VOCABULARY - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
VOCABULARY - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
voice() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest
Returns the value of the voice record component.
VTT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
VTT - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptResponseFormat
 

W

waitingServedRatio(Float) - Method in class org.springframework.ai.huggingface.model.Info
 
watermark(Boolean) - Method in class org.springframework.ai.huggingface.model.GenerateParameters
 
WATSONX_REQUEST_CANNOT_BE_NULL - Static variable in class org.springframework.ai.watsonx.api.WatsonxAiApi
 
WatsonxAiApi - Class in org.springframework.ai.watsonx.api
Java Client for the watsonx.ai API.
WatsonxAiApi(String, String, String, String, String, String, RestClient.Builder) - Constructor for class org.springframework.ai.watsonx.api.WatsonxAiApi
Create a new chat api.
WatsonxAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.watsonxai
WatsonX.ai autoconfiguration class.
WatsonxAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiAutoConfiguration
 
WatsonxAiChatModel - Class in org.springframework.ai.watsonx
ChatModel implementation for watsonx.ai.
WatsonxAiChatModel(WatsonxAiApi) - Constructor for class org.springframework.ai.watsonx.WatsonxAiChatModel
 
WatsonxAiChatModel(WatsonxAiApi, WatsonxAiChatOptions) - Constructor for class org.springframework.ai.watsonx.WatsonxAiChatModel
 
WatsonxAiChatOptions - Class in org.springframework.ai.watsonx
Helper class for creating watsonx.ai options.
WatsonxAiChatOptions() - Constructor for class org.springframework.ai.watsonx.WatsonxAiChatOptions
 
WatsonxAiChatOptions.Builder - Class in org.springframework.ai.watsonx
 
WatsonxAiChatProperties - Class in org.springframework.ai.autoconfigure.watsonxai
Chat properties for Watsonx.AI Chat.
WatsonxAiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiChatProperties
 
WatsonxAiChatRequest - Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Chat Request object.
WatsonxAiChatRequest.Builder - Class in org.springframework.ai.watsonx.api
 
WatsonxAiChatResponse - Record Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Chat Response object.
WatsonxAiChatResponse(String, Date, List<WatsonxAiChatResults>, Map<String, Object>) - Constructor for record class org.springframework.ai.watsonx.api.WatsonxAiChatResponse
Creates an instance of a WatsonxAiChatResponse record class.
WatsonxAiChatResults - Record Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Chat Results object.
WatsonxAiChatResults(String, Integer, Integer, String) - Constructor for record class org.springframework.ai.watsonx.api.WatsonxAiChatResults
Creates an instance of a WatsonxAiChatResults record class.
WatsonxAiConnectionProperties - Class in org.springframework.ai.autoconfigure.watsonxai
WatsonX.ai connection autoconfiguration properties.
WatsonxAiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiConnectionProperties
 
watsonxAiEmbeddingModel(WatsonxAiApi, WatsonxAiEmbeddingProperties) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiAutoConfiguration
 
WatsonxAiEmbeddingModel - Class in org.springframework.ai.watsonx
EmbeddingModel implementation for Watsonx.ai.
WatsonxAiEmbeddingModel(WatsonxAiApi) - Constructor for class org.springframework.ai.watsonx.WatsonxAiEmbeddingModel
 
WatsonxAiEmbeddingModel(WatsonxAiApi, WatsonxAiEmbeddingOptions) - Constructor for class org.springframework.ai.watsonx.WatsonxAiEmbeddingModel
 
WatsonxAiEmbeddingOptions - Class in org.springframework.ai.watsonx
The configuration information for the embedding requests.
WatsonxAiEmbeddingOptions() - Constructor for class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
WatsonxAiEmbeddingProperties - Class in org.springframework.ai.autoconfigure.watsonxai
Watsonx.ai Embedding autoconfiguration properties.
WatsonxAiEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiEmbeddingProperties
 
WatsonxAiEmbeddingRequest - Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Embedding Request object.
WatsonxAiEmbeddingRequest.Builder - Class in org.springframework.ai.watsonx.api
 
WatsonxAiEmbeddingResponse - Record Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Embedding Response object.
WatsonxAiEmbeddingResponse(String, Date, List<WatsonxAiEmbeddingResults>, Integer) - Constructor for record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResponse
Creates an instance of a WatsonxAiEmbeddingResponse record class.
WatsonxAiEmbeddingResults - Record Class in org.springframework.ai.watsonx.api
Java class for Watsonx.ai Embedding Results object.
WatsonxAiEmbeddingResults(float[]) - Constructor for record class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingResults
Creates an instance of a WatsonxAiEmbeddingResults record class.
WatsonxAiRuntimeHints - Class in org.springframework.ai.watsonx.aot
The WatsonxAiRuntimeHints class is responsible for registering runtime hints for Watsonx AI API classes.
WatsonxAiRuntimeHints() - Constructor for class org.springframework.ai.watsonx.aot.WatsonxAiRuntimeHints
 
watsonxApi(WatsonxAiConnectionProperties, RestClient.Builder) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiAutoConfiguration
 
watsonxChatModel(WatsonxAiApi, WatsonxAiChatProperties) - Method in class org.springframework.ai.autoconfigure.watsonxai.WatsonxAiAutoConfiguration
 
WEAVIATE - Enum constant in enum class org.springframework.ai.observation.conventions.VectorStoreProvider
 
WeaviateBindingsPropertiesProcessor - Class in org.springframework.ai.bindings
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "weaviate".
WeaviateBindingsPropertiesProcessor() - Constructor for class org.springframework.ai.bindings.WeaviateBindingsPropertiesProcessor
 
weaviateClient(WeaviateVectorStoreProperties, WeaviateConnectionDetails) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
 
weaviateConnectionDetails(WeaviateVectorStoreProperties) - Method in class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
 
WeaviateConnectionDetails - Interface in org.springframework.ai.autoconfigure.vectorstore.weaviate
 
WeaviateFilterExpressionConverter - Class in org.springframework.ai.vectorstore
Converts Filter.Expression into Weaviate metadata filter expression format.
WeaviateFilterExpressionConverter(List<String>) - Constructor for class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
WeaviateVectorStore - Class in org.springframework.ai.vectorstore
A VectorStore implementation backed by Weaviate vector database.
WeaviateVectorStore(WeaviateVectorStore.WeaviateVectorStoreConfig, EmbeddingModel, WeaviateClient) - Constructor for class org.springframework.ai.vectorstore.WeaviateVectorStore
Constructs a new WeaviateVectorStore.
WeaviateVectorStore(WeaviateVectorStore.WeaviateVectorStoreConfig, EmbeddingModel, WeaviateClient, ObservationRegistry, VectorStoreObservationConvention, BatchingStrategy) - Constructor for class org.springframework.ai.vectorstore.WeaviateVectorStore
Constructs a new WeaviateVectorStore.
WeaviateVectorStore.WeaviateVectorStoreConfig - Class in org.springframework.ai.vectorstore
Configuration class for the WeaviateVectorStore.
WeaviateVectorStore.WeaviateVectorStoreConfig.Builder - Class in org.springframework.ai.vectorstore
 
WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel - Enum Class in org.springframework.ai.vectorstore
https://weaviate.io/developers/weaviate/concepts/replication-architecture/consistency#tunable-consistency-strategies
WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField - Record Class in org.springframework.ai.vectorstore
 
WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField.Type - Enum Class in org.springframework.ai.vectorstore
 
WeaviateVectorStoreAutoConfiguration - Class in org.springframework.ai.autoconfigure.vectorstore.weaviate
 
WeaviateVectorStoreAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAutoConfiguration
 
WeaviateVectorStoreConfig(WeaviateVectorStore.WeaviateVectorStoreConfig.Builder) - Constructor for class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig
Constructor using the builder.
WeaviateVectorStoreProperties - Class in org.springframework.ai.autoconfigure.vectorstore.weaviate
 
WeaviateVectorStoreProperties() - Constructor for class org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreProperties
 
WEB_SEARCH - Enum constant in enum class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool.Type
 
webSearchFunctionTool() - Static method in record class org.springframework.ai.minimax.api.MiniMaxApi.FunctionTool
 
weight() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.TextPrompts
Returns the value of the weight record component.
where() - Method in record class org.springframework.ai.chroma.ChromaApi.DeleteEmbeddingsRequest
Returns the value of the where record component.
where() - Method in record class org.springframework.ai.chroma.ChromaApi.GetEmbeddingsRequest
Returns the value of the where record component.
where() - Method in record class org.springframework.ai.chroma.ChromaApi.QueryRequest
Returns the value of the where record component.
where() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
where(String) - Method in class org.springframework.ai.chroma.ChromaApi
 
WHERE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
WHERE - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
WHERE() - Method in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
WhereContext(ParserRuleContext, int) - Constructor for class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser.WhereContext
 
WHISPER - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
WHISPER_1 - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.WhisperModel
 
width() - Method in record class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest
Returns the value of the width record component.
withAdditionalMetadata(String, Object) - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
Adds this additional metadata to the all built Documents.
withAdditionalMetadata(Map<String, Object>) - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
Adds this additional metadata to the all built Documents.
withAdditionalProperties(Map<String, Object>) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withAdditionalProperty(String, Object) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withAdviseContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withAdviseContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedResponse.Builder
 
withAdvisedRequest(AdvisedRequest) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withAdvisorName(String) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withAdvisorParams(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withAdvisorRequestContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withAdvisorResponseContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withAdvisors(List<Advisor>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withAdvisorType(AdvisorObservationContext.Type) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withAnthropicVersion(String) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withApiEndpoint(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
withApiKey(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone api key.
withAssistantColumnName(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withAssistantPrompt(String) - Method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
withAssistantPrompt(String) - Method in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
withAutoTruncate(Boolean) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withAutoTruncate(Boolean) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
withBasicAuthCredentials(String, String) - Method in class org.springframework.ai.chroma.ChromaApi
Configure access to ChromaDB secured with Basic Authentication: https://docs.trychroma.com/usage-guide#basic-authentication
withBatchingStrategy(BatchingStrategy) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withCandidateCount(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withCandidateCount(Integer) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
withCategories(Categories) - Method in class org.springframework.ai.moderation.ModerationResult.Builder
 
withCategoryScores(CategoryScores) - Method in class org.springframework.ai.moderation.ModerationResult.Builder
 
withCfgScale(Float) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withCfgScale(Float) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withChatExchangeToPrimaryKeyTranslator(CassandraChatMemoryConfig.SessionIdToPrimaryKeysTranslator) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withChatMemoryRetrieveSize(int) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
withChatModel(ChatModel) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withChatOptions(ChatOptions) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withClipGuidancePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withClipGuidancePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withClusteringKeys(List<CassandraChatMemoryConfig.SchemaColumn>) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withClusteringKeys(List<CassandraVectorStoreConfig.SchemaColumn>) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withCollectionName(String) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the Milvus collection name to use.
withCollectionName(String) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
Configures the collection to use This must match the name of the collection for the Vector Search Index in Atlas
withCollectionName(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withCollectionName(String) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.QdrantVectorStoreConfig.Builder
Deprecated.
 
withCollectionName(String) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig.Builder
Set the collection name.
withCompartment(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
withConsistencyLevel(WeaviateVectorStore.WeaviateVectorStoreConfig.ConsistentLevel) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
Weaviate consistencyLevel.
withConstraintName(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the constraint name to be used.
withContent(String) - Method in class org.springframework.ai.document.Document.Builder
 
withContent(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.Message.Builder
 
withContent(List<AnthropicApi.ContentBlock>) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withContentColumnName(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withContentFieldName(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Content field name.
withContentFieldName(String) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Configures the Redis content field name to use.
withContext(List<Integer>) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withConversationId(String) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
withCountPenalty(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withCountPenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withCqlSession(CqlSession) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withCqlSession(CqlSession) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withDatabaseName(String) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the Milvus database name to use.
withDatabaseName(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the Neo4j database name to use.
withDecodingMethod(String) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withDefaultOptions(OpenAiModerationOptions) - Method in class org.springframework.ai.openai.OpenAiModerationModel
 
withDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
withDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withDescription(String) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withDimension(Integer) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
withDimensions(int) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withDimensions(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
withDimensions(Integer) - Method in class org.springframework.ai.embedding.EmbeddingOptionsBuilder
 
withDimensions(Integer) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
withDimensions(Integer) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withDimensions(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withDimensions(Integer) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withDistanceMetadataFieldName(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Distance metadata field name.
withDistanceType(Neo4jVectorStore.Neo4jDistanceType) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the distance type to store in the index and to use in queries.
withDistanceType(PgVectorStore.PgDistanceType) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withDocumentIdTranslator(CassandraVectorStoreConfig.DocumentIdTranslator) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withDoSample(Boolean) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withEmbeddingColumnName(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withEmbeddingDimension(int) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the size of the embedding.
withEmbeddingDimension(int) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the size of the embedding.
withEmbeddingDimension(int) - Method in class org.springframework.ai.vectorstore.TypesenseVectorStore.TypesenseVectorStoreConfig.Builder
Set the embedding dimension.
withEmbeddingFieldName(String) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Configures the Redis embedding field name to use.
withEmbeddingProperty(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the property of the node to use for storing embedding.
withEncodingFormat(String) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions.Builder
 
withEncodingFormat(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
withEndOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withEnhancements(AzureChatEnhancementConfiguration) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withEnvironment(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone environment name.
withExcludedEmbedMetadataKeys(String...) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
 
withExcludedEmbedMetadataKeys(List<String>) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Configures the excluded Embed metadata keys to filter out from the generative.
withExcludedInferenceMetadataKeys(String...) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
 
withExcludedInferenceMetadataKeys(List<String>) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Configures the excluded Inference metadata keys to filter out from the generative.
withF16KV(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFailureResponse(String) - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor.Builder
 
withFieldName(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withFile(byte[]) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withFile(byte[]) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
withFilterableMetadataFields(List<WeaviateVectorStore.WeaviateVectorStoreConfig.MetadataField>) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
Weaviate known, filterable metadata fields.
withFilterExpression(String) - Method in class org.springframework.ai.vectorstore.SearchRequest
Document metadata filter expression.
withFilterExpression(Filter.Expression) - Method in class org.springframework.ai.vectorstore.SearchRequest
Retrieves documents by query embedding similarity and matching the filters.
withFixedThreadPoolExecutorSize(int) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
Executor to use when adding documents.
withFlagged(boolean) - Method in class org.springframework.ai.moderation.ModerationResult.Builder
 
withFormat(String) - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext.Builder
 
withFormat(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withFormat(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withFormat(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withFrequencyPenalty(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withFrequencyPenalty(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.IntegerScalePenalty) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withFrequencyPenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withFunction(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFunction(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withFunction(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withFunctionCallback(FunctionCallback) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withFunctionNames(List<String>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withFunctions(Set<String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withFunctions(Set<String>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withGcsUri(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
withGcsUri(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withGenerationMetadata(ChatGenerationMetadata) - Method in class org.springframework.ai.chat.model.Generation
Deprecated.
withGenerationMetadata(ModerationGenerationMetadata) - Method in class org.springframework.ai.moderation.Generation
 
withGenerations(List<Generation>) - Method in class org.springframework.ai.chat.model.ChatResponse.Builder
 
withGoogleSearchRetrieval(boolean) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withGranularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withGranularityType(OpenAiAudioApi.TranscriptionRequest.GranularityType) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withGranularityType(OpenAiAudioApi.TranscriptionRequest.GranularityType) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withHarassment(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withHarassment(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withHarassmentThreatening(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withHarassmentThreatening(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withHate(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withHate(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withHateThreatening(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withHateThreatening(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withHeaders(Map<String, String>) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
Weaviate config headers.
withHeight(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withHeight(Integer) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withHeight(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withHeight(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withHeight(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withHeight(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withHorizontalRuleCreateDocument(boolean) - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
Text divided by horizontal lines will create new Documents.
withHttpHeaders(Map<String, String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withHumanPrompt(String) - Method in class org.springframework.ai.bedrock.MessageToPromptConverter
 
withHumanPrompt(String) - Method in class org.springframework.ai.watsonx.utils.MessageToPromptConverter
 
withId(String) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withId(String) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withId(String) - Method in class org.springframework.ai.document.Document.Builder
 
withId(String) - Method in class org.springframework.ai.moderation.Moderation.Builder
 
withIdGenerator(IdGenerator) - Method in class org.springframework.ai.document.Document.Builder
 
withIdProperty(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the id property to be used.
withImage(Struct) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
withImageBytes(byte[]) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
withImageData(Object) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.ImageBuilder
 
withImages(List<String>) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withImages(List<String>) - Method in class org.springframework.ai.ollama.api.OllamaApi.Message.Builder
 
withIncludeBlockquote(boolean) - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
Whatever to include blockquotes in Documents.
withIncludeCodeBlock(boolean) - Method in class org.springframework.ai.reader.markdown.config.MarkdownDocumentReaderConfig.Builder
Whatever to include code blocks in Documents.
withIndexName(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
defaults (if null) to '<table_name>_<embedding_column_name>_idx'
withIndexName(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the vector index to be used.
withIndexName(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone index name.
withIndexName(String) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Configures the Redis index name to use.
withIndexParameters(String) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the Milvus index parameters to use.
withIndexType(IndexType) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the Milvus index type to use.
withIndexType(PgVectorStore.PgIndexType) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withInitializeSchema(boolean) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withInput(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
withInput(String) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
withInputImage(String) - Method in class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest.Builder
 
withInputText(String) - Method in class org.springframework.ai.bedrock.titan.api.TitanEmbeddingBedrockApi.TitanEmbeddingRequest.Builder
 
withInputType(Class<?>) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withInputType(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
withInputType(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions.Builder
 
withInputType(BedrockTitanEmbeddingModel.InputType) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingModel
Titan Embedding API input types.
withInputType(BedrockTitanEmbeddingModel.InputType) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanEmbeddingOptions.Builder
 
withInputTypeSchema(String) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withIntervalSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withKeepAlive(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withKeepAlive(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withKeepAlive(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withKeyspaceName(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withKeyspaceName(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withKeyToken(String) - Method in class org.springframework.ai.chroma.ChromaApi
Configure access to ChromaDB secured with static API Token Authentication: https://docs.trychroma.com/usage-guide#static-api-token-authentication
withKeyValue(String, Object) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withKwargs(String) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
withKwargs(Map<String, Object>) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
withLabel(String) - Method in class org.springframework.ai.vectorstore.Neo4jVectorStore.Neo4jVectorStoreConfig.Builder
Configures the node label to use for storing documents.
withLanguage(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withLanguage(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withLanguage(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withLeftAlignment(boolean) - Method in class org.springframework.ai.reader.ExtractedTextFormatter.Builder
Align the document text to the left.
withLocalDatacenter(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withLocalDatacenter(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withLocation(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
withLogitBias(Map<String, Integer>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withLogitBias(Map<String, Integer>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withLogitBias(CohereChatBedrockApi.CohereChatRequest.LogitBias) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withLogitBias(CohereChatBedrockApi.CohereChatRequest.LogitBias) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withLogitsAll(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withLogprobs(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withLogprobs(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withLowVRAM(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withMainGPU(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withMaskSensitiveInfo(Boolean) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withMaxCompletionTokens(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withMaxDocumentBatchSize(int) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withMaxGenLen(Integer) - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest.Builder
 
withMaxGenLen(Integer) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
 
withMaxNewTokens(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withMaxOutputTokens(Integer) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withMaxTokenCount(Integer) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
withMaxTokenCount(Integer) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withMaxTokens(Integer) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withMaxTokensToSample(Integer) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withMaxTokensToSample(Integer) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withMedia(List<Media>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withMedia(List<Media>) - Method in class org.springframework.ai.document.Document.Builder
 
withMedia(Media) - Method in class org.springframework.ai.document.Document.Builder
 
withMessages(List<AnthropicApi.AnthropicMessage>) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withMessages(List<Message>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withMessages(List<OllamaApi.Message>) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withMetadata(String, Object) - Method in class org.springframework.ai.chat.model.ChatResponse.Builder
 
withMetadata(String, Object) - Method in class org.springframework.ai.document.Document.Builder
 
withMetadata(Map<String, Object>) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withMetadata(Map<String, Object>) - Method in class org.springframework.ai.document.Document.Builder
 
withMetadata(AnthropicApi.ChatCompletionRequest.Metadata) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withMetadata(AnthropicApi.ChatCompletionRequest.Metadata) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withMetadataFields(List<RedisVectorStore.MetadataField>) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
 
withMetadataFields(RedisVectorStore.MetadataField...) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
 
withMetadataFieldsToFilter(List<String>) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
 
withMetadataMode(MetadataMode) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
withMetadataSeparator(String) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Configures the Document metadata separator.
withMetadataTemplate(String) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Configures the Document metadata template.
withMetaPrefix(String) - Method in class org.springframework.ai.vectorstore.azure.AzureAiSearchFilterExpressionConverter
 
withMetaPrefix(String) - Method in class org.springframework.ai.vectorstore.ElasticsearchAiSearchFilterExpressionConverter
 
withMetaPrefix(String) - Method in class org.springframework.ai.vectorstore.OpenSearchAiSearchFilterExpressionConverter
 
withMetaPrefix(String) - Method in class org.springframework.ai.vectorstore.WeaviateFilterExpressionConverter
 
withMetricType(MetricType) - Method in class org.springframework.ai.vectorstore.MilvusVectorStore.MilvusVectorStoreConfig.Builder
Configures the Milvus metric type to use.
withMinNewTokens(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withMinTokens(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withMirostat(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withMirostatEta(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withMirostatTau(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withModel(String) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withModel(String) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withModel(String) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withModel(String) - Method in class org.springframework.ai.embedding.EmbeddingOptionsBuilder
 
withModel(String) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withModel(String) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.minimax.MiniMaxEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.mistralai.MistralAiEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withModel(String) - Method in class org.springframework.ai.moderation.Moderation.Builder
 
withModel(String) - Method in class org.springframework.ai.moderation.ModerationOptionsBuilder
 
withModel(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withModel(String) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withModel(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.openai.OpenAiModerationOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest.Builder
 
withModel(String) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.watsonx.WatsonxAiEmbeddingOptions
 
withModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions.Builder
 
withModel(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions.Builder
 
withModel(AnthropicApi.ChatModel) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withModel(AnthropicApi.ChatModel) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withModel(MistralAiApi.ChatModel) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withModel(OllamaModel) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withModel(OpenAiApi.ChatModel) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withModel(VertexAiMultimodalEmbeddingModelName) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withModel(VertexAiTextEmbeddingModelName) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withModel(VertexAiGeminiChatModel.ChatModel) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withN(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withN(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withName(String) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withNamespace(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withNamespace(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone Namespace.
withNumBatch(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withNumberOfBottomTextLinesToDelete(int) - Method in class org.springframework.ai.reader.ExtractedTextFormatter.Builder
Remove the bottom N lines from the page text.
withNumberOfTopPagesToSkipBeforeDelete(int) - Method in class org.springframework.ai.reader.ExtractedTextFormatter.Builder
Withdraw the top N pages from the text top/bottom line deletion.
withNumberOfTopTextLinesToDelete(int) - Method in class org.springframework.ai.reader.ExtractedTextFormatter.Builder
Remove the top N lines from the page text.
withNumCtx(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withNumGenerations(Integer) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withNumGenerations(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withNumGPU(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withNumKeep(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withNumPredict(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withNumResults(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withNumThread(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withObjectClass(String) - Method in class org.springframework.ai.vectorstore.WeaviateVectorStore.WeaviateVectorStoreConfig.Builder
Weaviate objectClass.
withObjectMapper(ObjectMapper) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withObservationRegistry(ObservationRegistry) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withOptions(Map<String, Object>) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withOptions(Map<String, Object>) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withOptions(BedrockAi21Jurassic2ChatOptions) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatModel.Builder
 
withOptions(OllamaOptions) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withOptions(OllamaOptions) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withOrder(int) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
withOrder(int) - Method in class org.springframework.ai.chat.client.advisor.observation.AdvisorObservationContext.Builder
 
withOrder(int) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor.Builder
 
withOrder(int) - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor.Builder
 
withOutputDimensionality(Integer) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextParametersBuilder
 
withPageBottomMargin(int) - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
Configures the Pdf reader page bottom margin.
withPageExtractedTextFormatter(ExtractedTextFormatter) - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
Formatter of the extracted text.
withPagesPerDocument(int) - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
How many pages to put in a single Document instance.
withPageTopMargin(int) - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
Configures the Pdf reader page top margin.
withParallelToolCalls(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withParameters(Map<String, Object>) - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest.Builder
 
withPartitionKeys(List<CassandraChatMemoryConfig.SchemaColumn>) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withPartitionKeys(List<CassandraVectorStoreConfig.SchemaColumn>) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withPathName(String) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
Configures the path name.
withPenalizeNewline(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withPrefix(String) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Configures the Redis key prefix to use (default: "embedding:").
withPresencePenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withPresencePenalty(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withPresencePenalty(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withPresencePenalty(Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.FloatScalePenalty) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withPresencePenaltyOptions(BedrockAi21Jurassic2ChatOptions.Penalty) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withPrimaryKeyTranslator(CassandraVectorStoreConfig.PrimaryKeyTranslator) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withProjectId(String) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone project id.
withProjectId(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
withProjectId(String) - Method in class org.springframework.ai.watsonx.api.WatsonxAiChatRequest
 
withProjectId(String) - Method in class org.springframework.ai.watsonx.api.WatsonxAiEmbeddingRequest
 
withPrompt(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withPrompt(String) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withPrompt(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withPrompt(String) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
withPrompt(String) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withPromptMetadata(PromptMetadata) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withProtectFromBlocking(boolean) - Method in class org.springframework.ai.chat.client.advisor.AbstractChatMemoryAdvisor.AbstractBuilder
 
withProtectFromBlocking(boolean) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor.Builder
 
withProxyToolCalls(boolean) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withProxyToolCalls(Boolean) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withPublisher(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails.Builder
 
withQuality(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withQuery(String) - Method in class org.springframework.ai.vectorstore.SearchRequest
 
withQueryRequest(SearchRequest) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withQueryResponse(List<Document>) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withRandomSeed(Integer) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withRandomSeed(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withRateLimit(RateLimit) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withRateLimit(RateLimit) - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
 
withRateLimit(RateLimit) - Method in class org.springframework.ai.openai.metadata.audio.OpenAiAudioTranscriptionResponseMetadata
 
withRaw(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withRemoveExistingVectorStoreTable(boolean) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withRepeatLastN(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withRepeatPenalty(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withRepetitionPenalty(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withRequest(DefaultChatClient.DefaultChatClientRequestSpec) - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext.Builder
 
withRequestId(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withResponse(ChatResponse) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedResponse.Builder
 
withResponseConverter(Function<O, String>) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withResponseFormat(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withResponseFormat(String) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withResponseFormat(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withResponseFormat(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withResponseFormat(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withResponseFormat(AzureOpenAiResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withResponseFormat(MiniMaxApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withResponseFormat(MistralAiApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withResponseFormat(OpenAiApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withResponseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
withResponseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
withResponseFormat(OpenAiAudioApi.TranscriptResponseFormat) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withResponseFormat(OpenAiAudioApi.TranscriptResponseFormat) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
withResponseFormat(OpenAiAudioApi.TranscriptResponseFormat) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withResponseFormat(QianFanApi.ChatCompletionRequest.ResponseFormat) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withResponseMimeType(String) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withResults(List<ModerationResult>) - Method in class org.springframework.ai.moderation.Moderation.Builder
 
withReturnLikelihoods(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withReturnLikelihoods(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withReversedParagraphPosition(boolean) - Method in class org.springframework.ai.reader.pdf.config.PdfDocumentReaderConfig.Builder
Configures the Pdf reader reverse paragraph position.
withRole(AnthropicApi.Role) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withSafePrompt(Boolean) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withSampler(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withSampler(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withSamples(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withSamples(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withSchemaName(String) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withSchemaType(FunctionCallbackContext.SchemaType) - Method in class org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
 
withSearchObservationConvention(VectorStoreObservationConvention) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withSearchRequest(SearchRequest) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor.Builder
 
withSeed(Integer) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withSeed(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withSeed(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withSeed(Long) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withSeed(Long) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withSeed(Long) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withSelfHarm(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withSelfHarm(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withSelfHarmInstructions(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withSelfHarmInstructions(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withSelfHarmIntent(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withSelfHarmIntent(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withSensitiveWords(List<String>) - Method in class org.springframework.ai.chat.client.advisor.SafeGuardAdvisor.Builder
 
withServerSideTimeout(Duration) - Method in class org.springframework.ai.vectorstore.PineconeVectorStore.PineconeVectorStoreConfig.Builder
Pinecone server side timeout.
withServingMode(String) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
withSexual(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withSexual(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withSexualMinors(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withSexualMinors(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withSimilarityFunction(String) - Method in class org.springframework.ai.vectorstore.OpenSearchVectorStore
 
withSimilarityMetric(String) - Method in class org.springframework.ai.vectorstore.observation.VectorStoreObservationContext.Builder
 
withSimilarityThreshold(double) - Method in class org.springframework.ai.vectorstore.SearchRequest
Similarity threshold score to filter the search response by.
withSimilarityThresholdAll() - Method in class org.springframework.ai.vectorstore.SearchRequest
Sets disables the similarity threshold by setting it to 0.0 - all results are accepted.
withSpeechMetadata(OpenAiAudioSpeechMetadata) - Method in class org.springframework.ai.openai.audio.speech.Speech
 
withSpeed(Float) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
withSpeed(Float) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
withStartOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withSteps(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withSteps(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withStop(List<String>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withStop(List<String>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withStopReason(String) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withStopSequence(String) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withStopSequences(List<String>) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withStream(boolean) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withStream(boolean) - Method in class org.springframework.ai.chat.client.observation.ChatClientObservationContext.Builder
 
withStream(boolean) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withStream(Boolean) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withStream(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withStreamOptions(OpenAiApi.ChatCompletionRequest.StreamOptions) - Method in record class org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest
withStreamUsage(boolean) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withStyle(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withStyle(String) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withStyle(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withStyle(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withStylePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withStylePreset(String) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withStylePreset(StyleEnum) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
withSystem(String) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withSystem(String) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withSystem(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withSystemParams(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withSystemText(String) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withSystemTextAdvise(String) - Method in class org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor.Builder
 
withSystemTextAdvise(String) - Method in class org.springframework.ai.chat.client.advisor.VectorStoreChatMemoryAdvisor.Builder
 
withTableName(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withTableName(String) - Method in class org.springframework.ai.vectorstore.CassandraVectorStoreConfig.Builder
 
withTaskType(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
withTaskType(VertexAiTextEmbeddingOptions.TaskType) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withTemperature(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withTemperature(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withTemperature(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withTemperature(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withTemperature(Double) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withTemperature(Float) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
withTemperature(Float) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.Builder
 
withTemperature(Float) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.TranslationRequest.Builder
 
withTemperature(Float) - Method in class org.springframework.ai.openai.OpenAiAudioTranscriptionOptions.Builder
 
withTemplate(String) - Method in class org.springframework.ai.ollama.api.OllamaApi.GenerateRequest.Builder
Deprecated.
 
withText(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
withTextPrompts(List<StabilityAiApi.GenerateImageRequest.TextPrompts>) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withTextTemplate(String) - Method in class org.springframework.ai.document.DefaultContentFormatter.Builder
Configures the Document text template.
withTfsZ(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withTimeToLive(Duration) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
How long are messages kept for
withTitle(String) - Method in class org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.Builder
 
withTitle(String) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.TextInstanceBuilder
 
withToolCalls(List<OllamaApi.Message.ToolCall>) - Method in class org.springframework.ai.ollama.api.OllamaApi.Message.Builder
 
withToolChoice(String) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withToolChoice(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withToolChoice(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withToolChoice(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withToolChoice(MistralAiApi.ChatCompletionRequest.ToolChoice) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withToolContext(String, Object) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withToolContext(Map<String, Object>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withTools(List<AnthropicApi.Tool>) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withTools(List<MiniMaxApi.FunctionTool>) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withTools(List<MistralAiApi.FunctionTool>) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withTools(List<MoonshotApi.FunctionTool>) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withTools(List<OllamaApi.ChatRequest.Tool>) - Method in class org.springframework.ai.ollama.api.OllamaApi.ChatRequest.Builder
 
withTools(List<OpenAiApi.FunctionTool>) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withTools(List<ZhiPuAiApi.FunctionTool>) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withTopK(int) - Method in class org.springframework.ai.vectorstore.SearchRequest
 
withTopK(Float) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withTopK(Integer) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withTopK(Integer) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withTopK(Integer) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
withTopK(Integer) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withTopLogprobs(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withTopLogprobs(Integer) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.anthropic.AnthropicChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
 
withTopP(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic.AnthropicChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic.api.AnthropicChatBedrockApi.AnthropicChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.anthropic3.api.Anthropic3ChatBedrockApi.AnthropicChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.jurassic2.api.Ai21Jurassic2ChatBedrockApi.Ai21Jurassic2ChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.llama.api.LlamaChatBedrockApi.LlamaChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.titan.api.TitanChatBedrockApi.TitanChatRequest.Builder
 
withTopP(Double) - Method in class org.springframework.ai.bedrock.titan.BedrockTitanChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.chat.prompt.ChatOptionsBuilder
 
withTopP(Double) - Method in class org.springframework.ai.minimax.MiniMaxChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.mistralai.MistralAiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.model.function.FunctionCallingOptionsBuilder
 
withTopP(Double) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withTopP(Double) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.qianfan.QianFanChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
 
withTopP(Double) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withTranscriptionMetadata(AudioTranscriptionMetadata) - Method in class org.springframework.ai.audio.transcription.AudioTranscription
 
withTransformer(String) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
withTruncate(EmbedTextDetails.Truncate) - Method in class org.springframework.ai.oci.OCIEmbeddingOptions.Builder
 
withTruncate(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withTruncate(CohereChatBedrockApi.CohereChatRequest.Truncate) - Method in class org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.Builder
 
withTruncate(CohereChatBedrockApi.CohereChatRequest.Truncate) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
 
withTruncate(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate) - Method in class org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions.Builder
 
withType(String) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withTypicalP(Float) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withUsage(AnthropicApi.Usage) - Method in class org.springframework.ai.anthropic.api.StreamHelper.ChatCompletionResponseBuilder
 
withUsage(Usage) - Method in class org.springframework.ai.chat.metadata.ChatResponseMetadata.Builder
 
withUseMLock(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withUseMMap(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withUseNUMA(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.moonshot.MoonshotChatOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.openai.OpenAiChatOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.openai.OpenAiEmbeddingOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiChatOptions.Builder
 
withUser(String) - Method in class org.springframework.ai.zhipuai.ZhiPuAiImageOptions.Builder
 
withUserColumnName(String) - Method in class org.springframework.ai.chat.memory.CassandraChatMemoryConfig.Builder
 
withUserParams(Map<String, Object>) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withUserText(String) - Method in class org.springframework.ai.chat.client.advisor.api.AdvisedRequest.Builder
 
withUserTextAdvise(String) - Method in class org.springframework.ai.chat.client.advisor.QuestionAnswerAdvisor.Builder
 
withVectorAlgorithm(RedisVectorStore.Algorithm) - Method in class org.springframework.ai.vectorstore.RedisVectorStore.RedisVectorStoreConfig.Builder
Configures the Redis vector algorithmto use.
withVectorIndexName(String) - Method in class org.springframework.ai.vectorstore.MongoDBAtlasVectorStore.MongoDBVectorStoreConfig.Builder
Configures the vector index name.
withVectorTableName(String) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withVectorTableValidationsEnabled(boolean) - Method in class org.springframework.ai.vectorstore.PgVectorStore.Builder
 
withVectorType(PostgresMlEmbeddingModel.VectorType) - Method in class org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
 
withVideo(Struct) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.MultimodalInstanceBuilder
 
withVideoBytes(byte[]) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withVideoData(Object) - Method in class org.springframework.ai.vertexai.embedding.VertexAiEmbeddingUtils.VideoBuilder
 
withVideoEndOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withVideoIntervalSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withVideoStartOffsetSec(Integer) - Method in class org.springframework.ai.vertexai.embedding.multimodal.VertexAiMultimodalEmbeddingOptions.Builder
 
withViolence(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withViolence(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withViolenceGraphic(boolean) - Method in class org.springframework.ai.moderation.Categories.Builder
 
withViolenceGraphic(double) - Method in class org.springframework.ai.moderation.CategoryScores.Builder
 
withVocabOnly(Boolean) - Method in class org.springframework.ai.ollama.api.OllamaOptions
 
withVoice(OpenAiAudioApi.SpeechRequest.Voice) - Method in class org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Builder
 
withVoice(OpenAiAudioApi.SpeechRequest.Voice) - Method in class org.springframework.ai.openai.OpenAiAudioSpeechOptions.Builder
 
withWidth(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
withWidth(Integer) - Method in class org.springframework.ai.image.ImageOptionsBuilder
 
withWidth(Integer) - Method in class org.springframework.ai.openai.OpenAiImageOptions.Builder
 
withWidth(Integer) - Method in class org.springframework.ai.qianfan.QianFanImageOptions.Builder
 
withWidth(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiApi.GenerateImageRequest.Builder
 
withWidth(Integer) - Method in class org.springframework.ai.stabilityai.api.StabilityAiImageOptions.Builder
 
word() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the word record component.
word() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Returns the value of the word record component.
Word(String, Float, Float) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Creates an instance of a Word record class.
Word(String, Float, Float) - Constructor for record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse.Word
Creates an instance of a Word record class.
WORD - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
WORD - Enum constant in enum class org.springframework.ai.openai.api.OpenAiAudioApi.TranscriptionRequest.GranularityType
 
words() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the words record component.
words() - Method in record class org.springframework.ai.openai.api.OpenAiAudioApi.StructuredResponse
Returns the value of the words record component.
WORKLOAD_IDENTITY - Enum constant in enum class org.springframework.ai.autoconfigure.oci.genai.OCIConnectionProperties.AuthenticationType
 
write(List<Document>) - Method in interface org.springframework.ai.document.DocumentWriter
 
writePage() - Method in class org.springframework.ai.reader.pdf.layout.ForkPDFLayoutTextStripper
 
writePage() - Method in class org.springframework.ai.reader.pdf.layout.PDFLayoutTextStripperByArea
This will print the processed page text to the output stream.
WS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
WS - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 

Z

ZHIPUAI - Enum constant in enum class org.springframework.ai.observation.conventions.AiProvider
 
ZhiPuAiApi - Class in org.springframework.ai.zhipuai.api
Single class implementation of the ZhiPuAI Chat Completion API and ZhiPuAI Embedding API.
ZhiPuAiApi(String) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Create a new chat completion api with default base URL.
ZhiPuAiApi(String, String) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Create a new chat completion api.
ZhiPuAiApi(String, String, RestClient.Builder) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Create a new chat completion api.
ZhiPuAiApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiApi
Create a new chat completion api.
ZhiPuAiApi.ChatCompletion - Record Class in org.springframework.ai.zhipuai.api
Represents a chat completion response returned by model, based on the provided input.
ZhiPuAiApi.ChatCompletion.Choice - Record Class in org.springframework.ai.zhipuai.api
Chat completion choice.
ZhiPuAiApi.ChatCompletionChunk - Record Class in org.springframework.ai.zhipuai.api
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.
ZhiPuAiApi.ChatCompletionChunk.ChunkChoice - Record Class in org.springframework.ai.zhipuai.api
Chat completion choice.
ZhiPuAiApi.ChatCompletionFinishReason - Enum Class in org.springframework.ai.zhipuai.api
The reason the model stopped generating tokens.
ZhiPuAiApi.ChatCompletionMessage - Record Class in org.springframework.ai.zhipuai.api
Message comprising the conversation.
ZhiPuAiApi.ChatCompletionMessage.ChatCompletionFunction - Record Class in org.springframework.ai.zhipuai.api
The function definition.
ZhiPuAiApi.ChatCompletionMessage.MediaContent - Record Class in org.springframework.ai.zhipuai.api
An array of content parts with a defined type.
ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl - Record Class in org.springframework.ai.zhipuai.api
 
ZhiPuAiApi.ChatCompletionMessage.Role - Enum Class in org.springframework.ai.zhipuai.api
The role of the author of this message.
ZhiPuAiApi.ChatCompletionMessage.ToolCall - Record Class in org.springframework.ai.zhipuai.api
The relevant tool call.
ZhiPuAiApi.ChatCompletionRequest - Record Class in org.springframework.ai.zhipuai.api
Creates a model response for the given chat conversation.
ZhiPuAiApi.ChatCompletionRequest.ResponseFormat - Record Class in org.springframework.ai.zhipuai.api
An object specifying the format that the model must output.
ZhiPuAiApi.ChatCompletionRequest.ToolChoiceBuilder - Class in org.springframework.ai.zhipuai.api
Helper factory that creates a tool_choice of type 'none', 'auto' or selected function by name.
ZhiPuAiApi.ChatModel - Enum Class in org.springframework.ai.zhipuai.api
ZhiPuAI Chat Completion Models: ZhiPuAI Model.
ZhiPuAiApi.Embedding - Record Class in org.springframework.ai.zhipuai.api
Represents an embedding vector returned by embedding endpoint.
ZhiPuAiApi.EmbeddingList<T> - Record Class in org.springframework.ai.zhipuai.api
List of multiple embedding responses.
ZhiPuAiApi.EmbeddingModel - Enum Class in org.springframework.ai.zhipuai.api
ZhiPuAI Embeddings Models: Embeddings.
ZhiPuAiApi.EmbeddingRequest<T> - Record Class in org.springframework.ai.zhipuai.api
Creates an embedding vector representing the input text.
ZhiPuAiApi.FunctionTool - Record Class in org.springframework.ai.zhipuai.api
Represents a tool the model may call.
ZhiPuAiApi.FunctionTool.Function - Record Class in org.springframework.ai.zhipuai.api
Function definition.
ZhiPuAiApi.FunctionTool.Type - Enum Class in org.springframework.ai.zhipuai.api
Create a tool of type 'function' and the given function definition.
ZhiPuAiApi.LogProbs - Record Class in org.springframework.ai.zhipuai.api
Log probability information for the choice.
ZhiPuAiApi.LogProbs.Content - Record Class in org.springframework.ai.zhipuai.api
Message content tokens with log probability information.
ZhiPuAiApi.LogProbs.Content.TopLogProbs - Record Class in org.springframework.ai.zhipuai.api
The most likely tokens and their log probability, at this token position.
ZhiPuAiApi.Usage - Record Class in org.springframework.ai.zhipuai.api
Usage statistics for the completion request.
ZhiPuAiAutoConfiguration - Class in org.springframework.ai.autoconfigure.zhipuai
 
ZhiPuAiAutoConfiguration() - Constructor for class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiAutoConfiguration
 
zhiPuAiChatModel(ZhiPuAiConnectionProperties, ZhiPuAiChatProperties, RestClient.Builder, List<FunctionCallback>, FunctionCallbackContext, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<ChatModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiAutoConfiguration
 
ZhiPuAiChatModel - Class in org.springframework.ai.zhipuai
ChatModel and StreamingChatModel implementation for ZhiPuAI backed by ZhiPuAiApi.
ZhiPuAiChatModel(ZhiPuAiApi) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatModel
Creates an instance of the ZhiPuAiChatModel.
ZhiPuAiChatModel(ZhiPuAiApi, ZhiPuAiChatOptions) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatModel
Initializes an instance of the ZhiPuAiChatModel.
ZhiPuAiChatModel(ZhiPuAiApi, ZhiPuAiChatOptions, FunctionCallbackContext, List<FunctionCallback>, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatModel
Initializes a new instance of the ZhiPuAiChatModel.
ZhiPuAiChatModel(ZhiPuAiApi, ZhiPuAiChatOptions, FunctionCallbackContext, RetryTemplate) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatModel
Initializes an instance of the ZhiPuAiChatModel.
ZhiPuAiChatOptions - Class in org.springframework.ai.zhipuai
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.
ZhiPuAiChatOptions() - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiChatOptions
 
ZhiPuAiChatOptions.Builder - Class in org.springframework.ai.zhipuai
 
ZhiPuAiChatProperties - Class in org.springframework.ai.autoconfigure.zhipuai
 
ZhiPuAiChatProperties() - Constructor for class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiChatProperties
 
ZhiPuAiConnectionProperties - Class in org.springframework.ai.autoconfigure.zhipuai
 
ZhiPuAiConnectionProperties() - Constructor for class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiConnectionProperties
 
zhiPuAiEmbeddingModel(ZhiPuAiConnectionProperties, ZhiPuAiEmbeddingProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler, ObjectProvider<ObservationRegistry>, ObjectProvider<EmbeddingModelObservationConvention>) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiAutoConfiguration
 
ZhiPuAiEmbeddingModel - Class in org.springframework.ai.zhipuai
ZhiPuAI Embedding Model implementation.
ZhiPuAiEmbeddingModel(ZhiPuAiApi) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
Constructor for the ZhiPuAiEmbeddingModel class.
ZhiPuAiEmbeddingModel(ZhiPuAiApi, MetadataMode) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
Initializes a new instance of the ZhiPuAiEmbeddingModel class.
ZhiPuAiEmbeddingModel(ZhiPuAiApi, MetadataMode, ZhiPuAiEmbeddingOptions) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
Initializes a new instance of the ZhiPuAiEmbeddingModel class.
ZhiPuAiEmbeddingModel(ZhiPuAiApi, MetadataMode, ZhiPuAiEmbeddingOptions, RetryTemplate) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
Initializes a new instance of the ZhiPuAiEmbeddingModel class.
ZhiPuAiEmbeddingModel(ZhiPuAiApi, MetadataMode, ZhiPuAiEmbeddingOptions, RetryTemplate, ObservationRegistry) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingModel
Initializes a new instance of the ZhiPuAiEmbeddingModel class.
ZhiPuAiEmbeddingOptions - Class in org.springframework.ai.zhipuai
The ZhiPuAiEmbeddingOptions class represents the options for ZhiPuAI embedding.
ZhiPuAiEmbeddingOptions() - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiEmbeddingOptions
 
ZhiPuAiEmbeddingOptions.Builder - Class in org.springframework.ai.zhipuai
 
ZhiPuAiEmbeddingProperties - Class in org.springframework.ai.autoconfigure.zhipuai
 
ZhiPuAiEmbeddingProperties() - Constructor for class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiEmbeddingProperties
 
ZhiPuAiImageApi - Class in org.springframework.ai.zhipuai.api
ZhiPuAI Image API.
ZhiPuAiImageApi(String) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi
Create a new ZhiPuAI Image api with base URL set to https://api.ZhiPuAI.com.
ZhiPuAiImageApi(String, String, RestClient.Builder) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi
Create a new ZhiPuAI Image API with the provided base URL.
ZhiPuAiImageApi(String, String, RestClient.Builder, ResponseErrorHandler) - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi
Create a new ZhiPuAI Image API with the provided base URL.
ZhiPuAiImageApi.Data - Record Class in org.springframework.ai.zhipuai.api
 
ZhiPuAiImageApi.ImageModel - Enum Class in org.springframework.ai.zhipuai.api
ZhiPuAI Image API model.
ZhiPuAiImageApi.ZhiPuAiImageRequest - Record Class in org.springframework.ai.zhipuai.api
 
ZhiPuAiImageApi.ZhiPuAiImageResponse - Record Class in org.springframework.ai.zhipuai.api
 
zhiPuAiImageModel(ZhiPuAiConnectionProperties, ZhiPuAiImageProperties, RestClient.Builder, RetryTemplate, ResponseErrorHandler) - Method in class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiAutoConfiguration
 
ZhiPuAiImageModel - Class in org.springframework.ai.zhipuai
ZhiPuAiImageModel is a class that implements the ImageModel interface.
ZhiPuAiImageModel(ZhiPuAiImageApi) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiImageModel
 
ZhiPuAiImageModel(ZhiPuAiImageApi, ZhiPuAiImageOptions, RetryTemplate) - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiImageModel
 
ZhiPuAiImageOptions - Class in org.springframework.ai.zhipuai
ZhiPuAiImageOptions represents the options for image generation using ZhiPuAI image model.
ZhiPuAiImageOptions() - Constructor for class org.springframework.ai.zhipuai.ZhiPuAiImageOptions
 
ZhiPuAiImageOptions.Builder - Class in org.springframework.ai.zhipuai
 
ZhiPuAiImageProperties - Class in org.springframework.ai.autoconfigure.zhipuai
 
ZhiPuAiImageProperties() - Constructor for class org.springframework.ai.autoconfigure.zhipuai.ZhiPuAiImageProperties
 
ZhiPuAiImageRequest(String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
 
ZhiPuAiImageRequest(String, String, String) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageRequest
Creates an instance of a ZhiPuAiImageRequest record class.
ZhiPuAiImageResponse(Long, List<ZhiPuAiImageApi.Data>) - Constructor for record class org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.ZhiPuAiImageResponse
Creates an instance of a ZhiPuAiImageResponse record class.
ZhiPuAiRuntimeHints - Class in org.springframework.ai.zhipuai.aot
The ZhiPuAiRuntimeHints class is responsible for registering runtime hints for ZhiPu AI API classes.
ZhiPuAiRuntimeHints() - Constructor for class org.springframework.ai.zhipuai.aot.ZhiPuAiRuntimeHints
 
ZhiPuAiStreamFunctionCallingHelper - Class in org.springframework.ai.zhipuai.api
Helper class to support Streaming function calling.
ZhiPuAiStreamFunctionCallingHelper() - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuAiStreamFunctionCallingHelper
 
ZhiPuAiUsage - Class in org.springframework.ai.zhipuai.metadata
Usage implementation for ZhiPuAI.
ZhiPuAiUsage(ZhiPuAiApi.Usage) - Constructor for class org.springframework.ai.zhipuai.metadata.ZhiPuAiUsage
 
ZhiPuApiConstants - Class in org.springframework.ai.zhipuai.api
Common value constants for ZhiPu api.
ZhiPuApiConstants() - Constructor for class org.springframework.ai.zhipuai.api.ZhiPuApiConstants
 

_

_ATN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
_ATN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
_decisionToDFA - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
_decisionToDFA - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
_id - Variable in class org.springframework.ai.vectorstore.HanaVectorEntity
 
_serializedATN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
_serializedATN - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
_sharedContextCache - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersLexer
 
_sharedContextCache - Static variable in class org.springframework.ai.vectorstore.filter.antlr4.FiltersParser
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form