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