I am encountering issues when trying to connect Pinecone to n8n. The main issue is that I cannot add the API key to the credentials section. Additionally, I receive a 401 Unauthorized error when trying to access Pinecone via HTTP requests in n8n, even though my API key is valid.
Could the issue be related to the trial version of n8n, or is there something else I might be missing in the API key setup? How can I resolve the authorization failure?
Thank you for the heads-up, I’ll reset the API key. You’re right, the ‘Bearer’ is not needed for Pinecone. I’ll also set up the API keys in the credentials for better security. Also, I noticed there’s a Pinecone vector store available for managing connections with Pinecone natively. Thanks!