Does VAPI knowledgebase perform RAG or a search qu...
# support
r
I am using a custom knowledgebase built using trieve and am noticing that the bot runs search query into the trieve knowledgebase rather that doing an RAG as i thought. Is it possible to perform RAG on the knowledgebase ?
n
this search query is the "R" step in the RAG process
The agent is retrieving relevant context to help it respond
p
Hey Raju, Exactly what skeptrune said. Retrieval Augmented Generation is happening when you send a search query to Trieve which it then returns relevant context and passes it to the LLM which generates your response.
r
Thanks, at times I felt like it was reading from the document. Maybe it's prompt then
p
Marking this ticket as Solved ✅