Uses of Class
org.springframework.ai.embedding.EmbeddingResponse
Packages that use EmbeddingResponse
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 EmbeddingResponse in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return EmbeddingResponseModifier and TypeMethodDescriptionAzureOpenAiEmbeddingModel.call(EmbeddingRequest embeddingRequest) -
Uses of EmbeddingResponse in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.bedrock.titan
Methods in org.springframework.ai.bedrock.titan that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.embedding
Subinterfaces with type arguments of type EmbeddingResponse in org.springframework.ai.embeddingModifier and TypeInterfaceDescriptioninterfaceEmbeddingModel is a generic interface for embedding models.interfaceEmbeddingModel is a generic interface for embedding models.Methods in org.springframework.ai.embedding that return EmbeddingResponseModifier and TypeMethodDescriptionDocumentEmbeddingModel.call(DocumentEmbeddingRequest request) EmbeddingModel.call(EmbeddingRequest request) default EmbeddingResponseEmbeddingModel.embedForResponse(List<String> texts) Embeds a batch of texts into vectors and returns theEmbeddingResponse. -
Uses of EmbeddingResponse in org.springframework.ai.embedding.observation
Subclasses with type arguments of type EmbeddingResponse in org.springframework.ai.embedding.observationModifier and TypeClassDescriptionclassContext used to store metadata for embedding model exchanges. -
Uses of EmbeddingResponse in org.springframework.ai.google.genai.text
Methods in org.springframework.ai.google.genai.text that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.minimax
Methods in org.springframework.ai.minimax that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.oci
Methods in org.springframework.ai.oci that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.openaisdk
Methods in org.springframework.ai.openaisdk that return EmbeddingResponseModifier and TypeMethodDescriptionOpenAiSdkEmbeddingModel.call(EmbeddingRequest embeddingRequest) -
Uses of EmbeddingResponse in org.springframework.ai.postgresml
Methods in org.springframework.ai.postgresml that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.transformers
Methods in org.springframework.ai.transformers that return EmbeddingResponseModifier and TypeMethodDescriptionTransformersEmbeddingModel.call(EmbeddingRequest request) TransformersEmbeddingModel.embedForResponse(List<String> texts) -
Uses of EmbeddingResponse in org.springframework.ai.vertexai.embedding.multimodal
Methods in org.springframework.ai.vertexai.embedding.multimodal that return EmbeddingResponseModifier and TypeMethodDescriptionVertexAiMultimodalEmbeddingModel.call(DocumentEmbeddingRequest request) -
Uses of EmbeddingResponse in org.springframework.ai.vertexai.embedding.text
Methods in org.springframework.ai.vertexai.embedding.text that return EmbeddingResponse -
Uses of EmbeddingResponse in org.springframework.ai.zhipuai
Methods in org.springframework.ai.zhipuai that return EmbeddingResponse