Attaching RAG

Use the RAG tab to select data sources and specific items (documents, tables, etc.). The selected list is saved with the agent and used at runtime.
1

Open RAG tab

Open Rag Tab
Select the agent block and open RAG.
2

Choose a data source

Choose A Data Source
Pick a source, then fetch and select items relevant to the agent’s task.
3

Save

Save Rag
Confirm to persist selections.
UI is implemented in studio/components/drawer/RAG.tsx and uses Redux slices for data sources and items.