mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
@@ -171,7 +171,8 @@ class Pinecone_VectorStores implements INode {
|
||||
const pineconeApiKey = getCredentialParam('pineconeApiKey', credentialData, nodeData)
|
||||
|
||||
const client = new Pinecone({
|
||||
apiKey: pineconeApiKey
|
||||
apiKey: pineconeApiKey,
|
||||
sourceTag: 'flowise'
|
||||
})
|
||||
|
||||
await client.describeIndex(index)
|
||||
|
||||
Reference in New Issue
Block a user