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 EmbeddingMatchConstructor 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) 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) CassandraEmbeddingStore.findRelevant
(Embedding embedding, int maxResults, double minScore, Metadata metadata) Similarity Search ANN based on the embedding.