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.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.models.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. -
Uses of EmbeddingMatch in dev.langchain4j.store.embedding.elasticsearch
Methods in dev.langchain4j.store.embedding.elasticsearch that return types with arguments of type EmbeddingMatchModifier and TypeMethodDescriptionAbstractElasticsearchEmbeddingStore.fullTextSearchMatches(FullTextSearchRequest request) Searches the index with a full text (non-vector) query.AbstractElasticsearchEmbeddingStore.fullTextSearchMatches(String textQuery) Deprecated, for removal: This API element is subject to removal in a future version.
AbstractElasticsearchEmbeddingStore.fullTextSearchMatches(FullTextSearchRequest)instead.