Uses of Class
org.springframework.ai.embedding.EmbeddingRequest
Packages that use EmbeddingRequest
Package
Description
Provides the API for embedding observations.
Provides the API for embedding observations.
Spring AI integration with the official OpenAI Java SDK.
-
Uses of EmbeddingRequest in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai with parameters of type EmbeddingRequestModifier and TypeMethodDescriptionAzureOpenAiEmbeddingModel.call(EmbeddingRequest embeddingRequest) -
Uses of EmbeddingRequest in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.bedrock.titan
Methods in org.springframework.ai.bedrock.titan with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.embedding
Subinterfaces with type arguments of type EmbeddingRequest in org.springframework.ai.embeddingModifier and TypeInterfaceDescriptioninterfaceEmbeddingModel is a generic interface for embedding models.Methods in org.springframework.ai.embedding with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.embedding.observation
Subclasses with type arguments of type EmbeddingRequest in org.springframework.ai.embedding.observationModifier and TypeClassDescriptionclassContext used to store metadata for embedding model exchanges.Methods in org.springframework.ai.embedding.observation with parameters of type EmbeddingRequestModifier and TypeMethodDescriptionEmbeddingModelObservationContext.Builder.embeddingRequest(EmbeddingRequest embeddingRequest) -
Uses of EmbeddingRequest in org.springframework.ai.google.genai.text
Methods in org.springframework.ai.google.genai.text with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.minimax
Methods in org.springframework.ai.minimax with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.oci
Methods in org.springframework.ai.oci with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.openaisdk
Methods in org.springframework.ai.openaisdk with parameters of type EmbeddingRequestModifier and TypeMethodDescriptionOpenAiSdkEmbeddingModel.call(EmbeddingRequest embeddingRequest) -
Uses of EmbeddingRequest in org.springframework.ai.postgresml
Methods in org.springframework.ai.postgresml with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.transformers
Methods in org.springframework.ai.transformers with parameters of type EmbeddingRequest -
Uses of EmbeddingRequest in org.springframework.ai.vertexai.embedding.text
Methods in org.springframework.ai.vertexai.embedding.text with parameters of type EmbeddingRequestModifier and TypeMethodDescriptionVertexAiTextEmbeddingModel.call(EmbeddingRequest request) protected com.google.cloud.aiplatform.v1.PredictRequest.BuilderVertexAiTextEmbeddingModel.getPredictRequestBuilder(EmbeddingRequest request, com.google.cloud.aiplatform.v1.EndpointName endpointName, VertexAiTextEmbeddingOptions finalOptions) -
Uses of EmbeddingRequest in org.springframework.ai.zhipuai
Methods in org.springframework.ai.zhipuai with parameters of type EmbeddingRequest