mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 00:07:02 +02:00
fix(editor): Add link to docs on the RAG starter template (no-changelog) (#16468)
This commit is contained in:
parent
96f2705b6a
commit
8e083b3c56
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user