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) 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
EmbeddingStore.search(EmbeddingSearchRequest)instead.