Package dev.langchain4j.store.embedding
See: Description
-
Class Summary Class Description EmbeddingSearchResult Represents a result of a search in an EmbeddingStore. RelevanceScore Utility class for converting between cosine similarity and relevance score. IngestionResult Represents the result of a EmbeddingStoreIngestor ingestion process. EmbeddingMatch Represents a matched embedding along with its relevance score (derivative of cosine distance), ID, and original embedded content. Builder EmbeddingStoreIngestor builder. EmbeddingStoreIngestor The EmbeddingStoreIngestor
represents an ingestion pipeline and is responsible for ingesting Documents into an EmbeddingStore.EmbeddingSearchRequestBuilder EmbeddingSearchRequest Represents a request to search in an EmbeddingStore. CosineSimilarity Utility class for calculating cosine similarity between two vectors. -
Interface Summary Interface Description EmbeddingStore Represents a store for embeddings, also known as a vector database.