Package dev.langchain4j.store.embedding
Class PineconeEmbeddingStoreImpl
java.lang.Object
dev.langchain4j.store.embedding.PineconeEmbeddingStoreImpl
- All Implemented Interfaces:
EmbeddingStore<DocumentSegment>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Embedding embedding, DocumentSegment documentSegment) voidaddAll(List<Embedding> embeddings, List<DocumentSegment> documentSegments) findRelevant(Embedding referenceEmbedding, int maxResults)
-
Constructor Details
-
PineconeEmbeddingStoreImpl
-
-
Method Details
-
add
- Specified by:
addin interfaceEmbeddingStore<DocumentSegment>
-
add
- Specified by:
addin interfaceEmbeddingStore<DocumentSegment>
-
add
- Specified by:
addin interfaceEmbeddingStore<DocumentSegment>
-
addAll
- Specified by:
addAllin interfaceEmbeddingStore<DocumentSegment>
-
addAll
- Specified by:
addAllin interfaceEmbeddingStore<DocumentSegment>
-
findRelevant
public List<EmbeddingMatch<DocumentSegment>> findRelevant(Embedding referenceEmbedding, int maxResults) - Specified by:
findRelevantin interfaceEmbeddingStore<DocumentSegment>
-