Describe the problem/error/question
My Pinecone node is not finding any results when using the “Get Many” Operation mode.
I first upload my files with another Pinecone Node and a Token Splitter, with the samme openAI embeddings “text-embedding-3-small”.
When checking this in pinecone, I can see that the document was uploaded correctly in the format I want to have.
However, when trying the most basic query (I also tried including meta data filters or removing the namespace), I simply get no result at all.
I double checked that I am using the correct Pinecone Index, however, there simply is no output at all.
Also, even when switching the “Always Output Data” Option on, it still doesnt work.
Am I missing something crucial here? there are no more options to add within the request, so I am really unsure on what to tackle next.
Thank you for any help in advance!
What is the error message (if any)?
There is no error message. The node is simply not returning anything, even if I switch on the “Always Output Data” Option.
Please share your workflow
Share the output returned by the last node
There simply is no output at all.
Information on your n8n setup
- n8n version: 1.91.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows