Uses of Interface
org.springframework.ai.embedding.EmbeddingOptions
Package
Description
Provides the API for embedding observations.
-
Uses of EmbeddingOptions in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
The configuration information for the embedding requests.Modifier and TypeMethodDescriptionAzureOpenAiEmbeddingOptions.Builder.merge
(EmbeddingOptions from) -
Uses of EmbeddingOptions in org.springframework.ai.bedrock.cohere
Modifier and TypeClassDescriptionclass
Options for the Bedrock Cohere embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.bedrock.titan
Modifier and TypeClassDescriptionclass
Options for the Titan Embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.embedding
Modifier and TypeFieldDescriptionstatic final EmbeddingOptions
EmbeddingOptions.EMPTY
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionEmbeddingOptionsBuilder.build()
DocumentEmbeddingRequest.getOptions()
EmbeddingRequest.getOptions()
Modifier and TypeMethodDescriptiondefault List<float[]>
EmbeddingModel.embed
(List<Document> documents, EmbeddingOptions options, BatchingStrategy batchingStrategy) Embeds a batch ofDocument
s into vectors based on aBatchingStrategy
.ModifierConstructorDescriptionDocumentEmbeddingRequest
(List<Document> inputs, EmbeddingOptions options) EmbeddingRequest
(List<String> inputs, EmbeddingOptions options) -
Uses of EmbeddingOptions in org.springframework.ai.embedding.observation
Modifier and TypeMethodDescriptionEmbeddingModelObservationContext.Builder.requestOptions
(EmbeddingOptions requestOptions) -
Uses of EmbeddingOptions in org.springframework.ai.minimax
Modifier and TypeClassDescriptionclass
This class represents the options for MiniMax embedding. -
Uses of EmbeddingOptions in org.springframework.ai.mistralai
Modifier and TypeClassDescriptionclass
Options for the Mistral AI Embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.oci
Modifier and TypeClassDescriptionclass
The configuration information for OCI embedding requests -
Uses of EmbeddingOptions in org.springframework.ai.ollama.api
Modifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of EmbeddingOptions in org.springframework.ai.openai
-
Uses of EmbeddingOptions in org.springframework.ai.postgresml
-
Uses of EmbeddingOptions in org.springframework.ai.qianfan
Modifier and TypeClassDescriptionclass
This class represents the options for QianFan embedding. -
Uses of EmbeddingOptions in org.springframework.ai.vertexai.embedding.multimodal
Modifier and TypeClassDescriptionclass
Class representing the options for Vertex AI Multimodal Embedding. -
Uses of EmbeddingOptions in org.springframework.ai.vertexai.embedding.text
Modifier and TypeClassDescriptionclass
Options for the Vertex AI Text Embedding service. -
Uses of EmbeddingOptions in org.springframework.ai.watsonx
Modifier and TypeClassDescriptionclass
The configuration information for the embedding requests. -
Uses of EmbeddingOptions in org.springframework.ai.zhipuai
Modifier and TypeClassDescriptionclass
The ZhiPuAiEmbeddingOptions class represents the options for ZhiPuAI embedding.