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
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