From 718ec86f5bb32898deb255ab74c900c59cc7835d Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Mon, 12 May 2025 21:02:16 +0530 Subject: [PATCH] Add agent config message to RAG pages --- .../sources/components/sources-list.tsx | 20 +++++++++++++++++++ .../projects/[projectId]/sources/new/form.tsx | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) 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. +
+
+