Bugfix/PineconeArgumentError (#2322)

* add source tag to pinecone

* update pinecone
This commit is contained in:
Henry Heng
2024-05-05 00:52:04 +01:00
committed by GitHub
parent 5a137a478c
commit f9195b6a68
4 changed files with 4 additions and 8 deletions
@@ -171,8 +171,7 @@ class Pinecone_VectorStores implements INode {
const pineconeApiKey = getCredentialParam('pineconeApiKey', credentialData, nodeData)
const client = new Pinecone({
apiKey: pineconeApiKey,
sourceTag: 'flowise'
apiKey: pineconeApiKey
})
await client.describeIndex(index)