Need better understanding of AI Agent and RAG Component
So for example a user could ask "What are the top 10 best products sold in the past 3 months?".
I have read the convex documentation about AI Agent and RAG component. But I could not understand how to "direct" toward my tables, or how to "include" my tables in the context.
I know about MCP that can "augment" the capabilities of a LLM. With my limited knowledge, I would think something like:
"User Prompt" --> Convex Agent --> MCP Tool --> My Convex Database --> (back to Agent) Generating structured response
(Not sure if convex has a. built-in way to directly augment the context with tables from DB...)
I hope my question make sense and any guidance is appreciated.
