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