Package dev.langchain4j.store.embedding


package dev.langchain4j.store.embedding
  • Class
    Description
    Utility class for calculating cosine similarity between two vectors.
    EmbeddingMatch<Embedded>
    Represents a matched embedding along with its relevance score (derivative of cosine distance), ID, and original embedded content.
    EmbeddingStore<Embedded>
    Represents a store for embeddings, also known as a vector database.
    EmbeddingStoreIngestor is responsible for the ingestion of documents into an embedding store.
    EmbeddingStoreIngestor builder.
    Utility class for converting between cosine similarity and relevance score.