diff --git a/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx b/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx index 2afe58c6..f069e8d7 100644 --- a/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx +++ b/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx @@ -61,6 +61,26 @@ export function SourcesList({ projectId }: { projectId: string }) { >
+
+
+ + + +
+ To use these data sources with your agents, go to the RAG tab inside individual agent settings. +
+
+
{loading && (
diff --git a/apps/rowboat/app/projects/[projectId]/sources/new/form.tsx b/apps/rowboat/app/projects/[projectId]/sources/new/form.tsx index c20508bb..33983c79 100644 --- a/apps/rowboat/app/projects/[projectId]/sources/new/form.tsx +++ b/apps/rowboat/app/projects/[projectId]/sources/new/form.tsx @@ -135,6 +135,26 @@ export function Form({ >
+
+
+ + + +
+ To use these data sources with your agents, go to the RAG tab inside individual agent settings. +
+
+