Uses of Class
org.springframework.ai.embedding.Embedding
Packages that use Embedding
-
Uses of Embedding in org.springframework.ai.embedding
Methods in org.springframework.ai.embedding that return EmbeddingMethods in org.springframework.ai.embedding that return types with arguments of type EmbeddingConstructor parameters in org.springframework.ai.embedding with type arguments of type EmbeddingModifierConstructorDescriptionEmbeddingResponse
(List<Embedding> embeddings) Creates a newEmbeddingResponse
instance with empty metadata.EmbeddingResponse
(List<Embedding> embeddings, EmbeddingResponseMetadata metadata) Creates a newEmbeddingResponse
instance.