Uses of Class
dev.langchain4j.store.embedding.EmbeddingMatch
Packages that use EmbeddingMatch
Package
Description
-
Uses of EmbeddingMatch in dev.langchain4j.store.embedding
Methods in dev.langchain4j.store.embedding that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptiondefault List
<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults) Deprecated, for removal: This API element is subject to removal in a future version.default List
<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore) Deprecated, for removal: This API element is subject to removal in a future version.as of 0.31.0, useEmbeddingStore.search(EmbeddingSearchRequest)
instead.default List
<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant
(Object memoryId, Embedding referenceEmbedding, int maxResults) Deprecated, for removal: This API element is subject to removal in a future version.as of 0.31.0, useEmbeddingStore.search(EmbeddingSearchRequest)
instead.default List
<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant
(Object memoryId, Embedding referenceEmbedding, int maxResults, double minScore) Deprecated, for removal: This API element is subject to removal in a future version.as of 0.31.0, useEmbeddingStore.search(EmbeddingSearchRequest)
instead.EmbeddingSearchResult.matches()
Constructor parameters in dev.langchain4j.store.embedding with type arguments of type EmbeddingMatch -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.astradb
Methods in dev.langchain4j.store.embedding.astradb that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionAstraDbEmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore) Finds the most relevant (closest in space) embeddings to the provided reference embedding.AstraDbEmbeddingStore.findRelevant
(Embedding referenceEmbedding, io.stargate.sdk.data.domain.query.Filter metaDatafilter, int maxResults, double minScore) Semantic search with metadata filtering. -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore
Methods in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionAzureCosmosDbMongoVCoreEmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore) -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.azure.cosmos.nosql
Methods in dev.langchain4j.store.embedding.azure.cosmos.nosql that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionAzureCosmosDbNoSqlEmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore) -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.azure.search
Methods in dev.langchain4j.store.embedding.azure.search that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionprotected List
<EmbeddingMatch<TextSegment>> AbstractAzureAiSearchEmbeddingStore.getEmbeddingMatches
(com.azure.search.documents.util.SearchPagedIterable searchResults, Double minScore, AzureAiSearchQueryType azureAiSearchQueryType) -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.cassandra
Methods in dev.langchain4j.store.embedding.cassandra that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionCassandraEmbeddingStore.findRelevant
(Embedding embedding, int maxResults, double minScore) Search for relevant.CassandraEmbeddingStore.findRelevant
(Embedding embedding, int maxResults, double minScore, Metadata metadata) Similarity Search ANN based on the embedding. -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.chroma
Methods in dev.langchain4j.store.embedding.chroma that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionChromaEmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore) -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.qdrant
Methods in dev.langchain4j.store.embedding.qdrant that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionQdrantEmbeddingStore.findRelevant
(Embedding referenceEmbedding, int maxResults, double minScore)
EmbeddingStore.search(EmbeddingSearchRequest)
instead.