Hello! I have a very simple question. I'd like to know how I can use multiple namespaces in the pinecone vector store. The namespace is named year_2025, year_2024 and year_2023.
@Greg Black Thank you for your answer! What I want is to sort the data by each year. Because if I use only one namespace, it would be difficult to modify or delete the data by year.
I am writing because I have a problem while making a pinecon RAG chatbot.When you run a workflow, the FineCon Vector Store node outputs the correct data (source: metadata), but for some reason it is not obtained from the Vector Store tool.Collect data is not passed to the ai agent because data is not obtained from vector store tool.If anyone knows why please help me....!!
Hello, I'm making an n8n RAG chatbot.I want to save the excel file in pinecone, and when the user asks a question, I want the answer in the excel file to come out. But currently, the answer I want is not coming out.Please help me a lot.
@Saad Al sakib Thank you for the good advice.In my situation, the output of the pinecone vector store node should be transmitted to the output of the vector store tool node, but it is not transmitted to the vector store tool node.As your advice, I would like to mention vector store tool at the agent prompt, but there is a situation where the wrong output comes in.Is there a way to solve this?