AI Agent and Pinecode Vector Store

Hey guys, i am trying to create an Customer Support bot. Everything is working so far except for the Pinecode Vector Store i guess. I got another workflow where i upload all the documents to the pinecode vector. That is working. I can see that the records are uploaded. I put informations about the delivery time in these documents. I said the delivery takes up to 2-3 days. If i ask the AI Agent how long the delivery takes it says 7 days. What am i doing wrong in the AI Agent or Pinecode Vector? I guess its not connected correctly?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

HI @Lars_19 looking at your workflow you haven’t described the data contained within the vector store - the “Answer questions with a vector store” tool needs a description to tell the agent when it should use that tool.

In your agent system prompt you’ve explained that it should use the pinecone vector store for guidelines however this isn’t necessarily clear that delivery information can be found there as well. Adding a tool description which explains how to find delivery data should fix the problem.