Class ChromaEmbeddingStore

java.lang.Object
dev.langchain4j.store.embedding.chroma.ChromaEmbeddingStore
All Implemented Interfaces:
EmbeddingStore<TextSegment>

public class ChromaEmbeddingStore extends Object implements EmbeddingStore<TextSegment>
Represents a store for embeddings using the Chroma backend. Always uses cosine distance as the distance metric.