The idea is:
The Pinecone integration node in n8n should return the vector ID after a document is upserted into a Pinecone index. Currently, the node only returns the metadata
and pageContent
fields, making it difficult for users to track and reference the vector ID in future operations.
My use case:
When inserting documents into a Pinecone index via the Pinecone integration in n8n, I need to track the vector IDs for future operations such as updates, deletions, or retrievals. However, the node does not return the vector ID after the upsert, making it challenging to manage the data effectively.
I think it would be beneficial to add this because:
This feature will solve the problem of tracking vector IDs after upserts, allowing for more efficient management of data within the Pinecone index. Without the vector ID, users are limited in their ability to reference the inserted data in future workflows.
Any resources to support this?
Link to Pinecone API Documentation on Upserts
Are you willing to work on this?
No