fromExistingIndex(
embeddings: EmbeddingsInterface,
dbConfig: PineconeStoreParams
): Promise<PineconeStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | Embeddings to use for the documents. |
dbConfig* | PineconeStoreParams | Configuration for the Pinecone database. |
Static method that creates a new instance of the PineconeStore class from an existing index.