| Package | Description |
|---|---|
| dev.langchain4j.store.embedding |
| Modifier and Type | Method and Description |
|---|---|
default List<EmbeddingMatch<Embedded>> |
EmbeddingStore.findRelevant(Embedding referenceEmbedding,
int maxResults)
Finds the most relevant (closest in space) embeddings to the provided reference embedding.
|
List<EmbeddingMatch<Embedded>> |
EmbeddingStore.findRelevant(Embedding referenceEmbedding,
int maxResults,
double minScore)
Finds the most relevant (closest in space) embeddings to the provided reference embedding.
|
Copyright © 2023. All rights reserved.