Virtual agent not able to answer questions

Hello, I’ve built my 1st agent h



owever I’ve noticed it is unable to answer questions and offers every time the same answer (“I don’t know”) despite minimal and simple informations beeing available in the vector store. Could you offer some hints of where to troubleshoot ? Thank you very much.
A new student :slight_smile:

1 Like

For context, what kind of data are you adding to Pinecone? It’s worth checking to see whats being retrieved after the prompt as this may the issue. Add a Set node just before the AI Agent and use it to log three things - the raw user query, the context returned from Pinecone, and the final prompt being sent to the model. This helps you confirm whether Pinecone is actually returning relevant data which might explain the responses your getting

can you add extra meta data too, that might help.

Thank you guys it has been solved since

Nice :slight_smile: if possiable could u share what fixed it :slight_smile:

Wrong index name in Pinecone vector store

1 Like