From 8e083b3c561a32feda369797fcffa760ecf89778 Mon Sep 17 00:00:00 2001 From: Jaakko Husso Date: Wed, 18 Jun 2025 12:36:27 +0300 Subject: [PATCH] fix(editor): Add link to docs on the RAG starter template (no-changelog) (#16468) --- packages/frontend/editor-ui/src/utils/easyAiWorkflowUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/editor-ui/src/utils/easyAiWorkflowUtils.ts b/packages/frontend/editor-ui/src/utils/easyAiWorkflowUtils.ts index 09661de9257..56f60d9ed6e 100644 --- a/packages/frontend/editor-ui/src/utils/easyAiWorkflowUtils.ts +++ b/packages/frontend/editor-ui/src/utils/easyAiWorkflowUtils.ts @@ -147,7 +147,7 @@ export const getRagStarterWorkflowJson = (): WorkflowDataWithTemplateId => { { parameters: { content: - '### Readme\nLoad your data into a vector database with the 📚 **Load Data** flow, and then use your data as chat context with the 🐕 **Retriever** flow.\n\n**Quick start**\n1. Click on the `Execute Workflow` button to run the 📚 **Load Data** flow.\n2. Click on `Open Chat` button to run the 🐕 **Retriever** flow. Then ask a question about content from your document(s)\n\n\nFor more info, check our docs on RAG in n8n', + '### Readme\nLoad your data into a vector database with the 📚 **Load Data** flow, and then use your data as chat context with the 🐕 **Retriever** flow.\n\n**Quick start**\n1. Click on the `Execute Workflow` button to run the 📚 **Load Data** flow.\n2. Click on `Open Chat` button to run the 🐕 **Retriever** flow. Then ask a question about content from your document(s)\n\n\nFor more info, check [our docs on RAG in n8n](https://docs.n8n.io/advanced-ai/rag-in-n8n/).', height: 300, width: 440, color: 4,