Uses of Interface
org.springframework.ai.embedding.EmbeddingOptions
Packages that use EmbeddingOptions
Package
Description
Provides the API for embedding observations.
-
Uses of EmbeddingOptions in org.springframework.ai.azure.openai
Classes in org.springframework.ai.azure.openai that implement EmbeddingOptionsModifier and TypeClassDescriptionclassThe configuration information for the embedding requests.Methods in org.springframework.ai.azure.openai with parameters of type EmbeddingOptionsModifier and TypeMethodDescriptionAzureOpenAiEmbeddingOptions.Builder.merge(EmbeddingOptions from) -
Uses of EmbeddingOptions in org.springframework.ai.bedrock.cohere
Classes in org.springframework.ai.bedrock.cohere that implement EmbeddingOptionsModifier and TypeClassDescriptionclassOptions for the Bedrock Cohere embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.bedrock.titan
Classes in org.springframework.ai.bedrock.titan that implement EmbeddingOptionsModifier and TypeClassDescriptionclassOptions for the Titan Embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement EmbeddingOptionsMethods in org.springframework.ai.embedding that return EmbeddingOptionsModifier and TypeMethodDescriptionDefaultEmbeddingOptionsBuilder.build()EmbeddingOptions.Builder.build()DocumentEmbeddingRequest.getOptions()@Nullable EmbeddingOptionsEmbeddingRequest.getOptions()Methods in org.springframework.ai.embedding with parameters of type EmbeddingOptionsModifier and TypeMethodDescriptiondefault List<float[]> EmbeddingModel.embed(List<Document> documents, @Nullable EmbeddingOptions options, BatchingStrategy batchingStrategy) Embeds a batch ofDocuments into vectors based on aBatchingStrategy.Constructors in org.springframework.ai.embedding with parameters of type EmbeddingOptionsModifierConstructorDescriptionDocumentEmbeddingRequest(List<Document> inputs, EmbeddingOptions options) EmbeddingRequest(List<String> inputs, @Nullable EmbeddingOptions options) -
Uses of EmbeddingOptions in org.springframework.ai.google.genai.text
Classes in org.springframework.ai.google.genai.text that implement EmbeddingOptionsModifier and TypeClassDescriptionclassOptions for the Embedding supported by the GenAI SDK -
Uses of EmbeddingOptions in org.springframework.ai.minimax
Classes in org.springframework.ai.minimax that implement EmbeddingOptionsModifier and TypeClassDescriptionclassThis class represents the options for MiniMax embedding. -
Uses of EmbeddingOptions in org.springframework.ai.mistralai
Classes in org.springframework.ai.mistralai that implement EmbeddingOptionsModifier and TypeClassDescriptionclassOptions for the Mistral AI Embedding API. -
Uses of EmbeddingOptions in org.springframework.ai.oci
Classes in org.springframework.ai.oci that implement EmbeddingOptionsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.will be moved to Spring AI Community with new package and dependency coordinates -
Uses of EmbeddingOptions in org.springframework.ai.ollama.api
Classes in org.springframework.ai.ollama.api that implement EmbeddingOptionsModifier and TypeClassDescriptionclassHelper class for creating strongly-typed Ollama options. -
Uses of EmbeddingOptions in org.springframework.ai.openai
Classes in org.springframework.ai.openai that implement EmbeddingOptions -
Uses of EmbeddingOptions in org.springframework.ai.openaisdk
Classes in org.springframework.ai.openaisdk that implement EmbeddingOptionsModifier and TypeClassDescriptionclassConfiguration information for the Embedding Model implementation using the OpenAI Java SDK.Methods in org.springframework.ai.openaisdk with parameters of type EmbeddingOptionsModifier and TypeMethodDescriptionOpenAiSdkEmbeddingOptions.Builder.merge(@Nullable EmbeddingOptions from) -
Uses of EmbeddingOptions in org.springframework.ai.postgresml
Classes in org.springframework.ai.postgresml that implement EmbeddingOptions -
Uses of EmbeddingOptions in org.springframework.ai.vertexai.embedding.multimodal
Classes in org.springframework.ai.vertexai.embedding.multimodal that implement EmbeddingOptionsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use Google GenAI instead -
Uses of EmbeddingOptions in org.springframework.ai.vertexai.embedding.text
Classes in org.springframework.ai.vertexai.embedding.text that implement EmbeddingOptionsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use Google GenAI instead -
Uses of EmbeddingOptions in org.springframework.ai.zhipuai
Classes in org.springframework.ai.zhipuai that implement EmbeddingOptionsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.will be moved to Spring AI Community with new package and dependency coordinates if a maintainer is found