Package dev.langchain4j.store.embedding
Class EmbeddingSearchResult
-
- All Implemented Interfaces:
public class EmbeddingSearchResult<Embedded>
Represents a result of a search in an EmbeddingStore.
-
-
Constructor Summary
Constructors Constructor Description EmbeddingSearchResult(List<EmbeddingMatch<Embedded>> matches)
-
Method Summary
Modifier and Type Method Description List<EmbeddingMatch<Embedded>>
matches()
-
-
Constructor Detail
-
EmbeddingSearchResult
EmbeddingSearchResult(List<EmbeddingMatch<Embedded>> matches)
-
-
Method Detail
-
matches
List<EmbeddingMatch<Embedded>> matches()
-
-
-
-