1. Ask a question via chat: “What color is an elephant?” (Using models/gemini-1.5.-flash)
2. Retrieve the answer from the Vector store (Using Google Gemini models/embedding-001).
Problem is that the chat response is that the tool doesn’t contain the answer to the question. How can I make the AI chat to understand the content of the vector store and provide the correct answer? What am I missing from the workflows?
Can you upload your workflow here? I’ve attached an image on how to do that. What are you putting in your system message, and what kind of files do you have in your vector store?
If this helped you, click the heart to show it’s useful to others.
I tried it with gemini, and did some research on it. I’m finding that gemini isn’t very good at calling tools yet. I would recommending using openai. the 3.5 model is very cheap and should be able to work in your case.
I spoke too soon. I got your model to work using a question and answer node instead of an ai agent. This can be a good workaround if you need to use gemini.
If this response helped you, please click the heart to show that it is useful If this response solved your issue, mark it as the solution to help the community