mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Bugfix/PineconeArgumentError (#2322)
* add source tag to pinecone * update pinecone
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user