I’m using the Pinecone integration in n8n to insert documents into a Pinecone index. The node works for upserting documents, but I can’t seem to retrieve the vector ID after the insertion. The node only returns the metadata and pageContent fields, but I need to track the vector ID for future reference.
Is there any way to get the vector ID after the upsert? Or is there a workaround for this?
thanks for the suggestion. I am already using the direct HTTP request approach. I was just wondering if I might be missing something with the Pinecone node.
It seems to me that it would be very beneficial to have this feature natively built into the node, as this is a common use case and would greatly streamline the process.