Uses of Class
dev.langchain4j.store.embedding.EmbeddingMatch
Packages that use EmbeddingMatch
-
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) Finds the most relevant (closest in space) embeddings to the provided reference embedding.default List<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant(Embedding referenceEmbedding, int maxResults, double minScore) Finds the most relevant (closest in space) embeddings to the provided reference embedding.default List<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant(Object memoryId, Embedding referenceEmbedding, int maxResults) Finds the most relevant (closest in space) embeddings to the provided reference embedding.default List<EmbeddingMatch<Embedded>> EmbeddingStore.findRelevant(Object memoryId, Embedding referenceEmbedding, int maxResults, double minScore) Finds the most relevant (closest in space) embeddings to the provided reference embedding.EmbeddingSearchResult.matches()Constructor parameters in dev.langchain4j.store.embedding with type arguments of type EmbeddingMatch