update lc version

This commit is contained in:
Henry
2024-02-19 18:49:35 +08:00
parent 5a45a99620
commit 4773a13042
2 changed files with 10 additions and 8 deletions
@@ -148,6 +148,8 @@ class Pinecone_VectorStores implements INode {
apiKey: pineconeApiKey
})
await client.describeIndex(index)
const pineconeIndex = client.Index(index)
const flattenDocs = docs && docs.length ? flatten(docs) : []