SourceID canot be null

I am getting this error when I try to upsert with flowise.

2024-04-10 03:29:38 [ERROR]: Error: Source id cannot be null
Error: Error: Source id cannot be null
at Pinecone_VectorStores.upsert (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/vectorstores/Pinecone/Pinecone.js:60:27)
at async buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:342:37)
at async upsertVector (/usr/local/lib/node_modules/flowise/dist/utils/upsertVector.js:117:32)
at async Object.upsertVectorMiddleware (/usr/local/lib/node_modules/flowise/dist/services/vectors/index.js:6:9)
at async createInternalUpsert (/usr/local/lib/node_modules/flowise/dist/controllers/vectors/index.js:26:16)

Hi @zubinstudy, which version of Flowise are you using? It’s been a while since your post—and we apologize for it not receiving any attention—so perhaps a newer version addresses the issue.

Based on the error message shared, this looks to have been a Flowise issue, not directly related to Pinecone. As you can see in their GitHub issues, the Flowise team regularly fixes reported issues. Try upgrading, if you haven’t already!