Hi. I’m trying to build an agent for self employed engineers with 2 main functions:
a. Review local regulations applicable to their specialty
b. Handle requests related to agenda, emails, reminders and others using Gmail
Hence, I used a uploaded material and created a Supabase vector as the RAG. PLus, handling the other requests using the AI Agent module connected to OpenAI.
However, I can’t instruct the agent to select between the RAG branch and the regular AI Agent module. Tried using an IF feature with several keywords but the Agent continues to use the regular process instead of RAG section.
Any clue if I should use other function to split the requests?
Is it the “Question and answer chain module” the appropriate one for the RAG?