Uses of Class
org.springframework.ai.embedding.Embedding
Packages that use Embedding
-
Uses of Embedding in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement interfaces with type arguments of type EmbeddingMethods 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 newEmbeddingResponseinstance with empty metadata.EmbeddingResponse(List<Embedding> embeddings, EmbeddingResponseMetadata metadata) Creates a newEmbeddingResponseinstance.