The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "RAG Chatbot - Auto Index Scheduler",
"nodes": [
{
"parameters": {
"triggerAtStartup": false,
"triggerAtEnd": false,
"mode": "custom",
"cronExpression": "0 2 * * *"
},
"id": "cron_trigger",
"name": "Trigger Every Day",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://real-estate-backend:5000/api/ai/index",
"sendBody": false
},
"id": "trigger_index",
"name": "Trigger Index Operation",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
500,
300
]
}
],
"connections": {
"cron_trigger": {
"main": [
[
{
"node": "trigger_index",
"type": "main",
"index": 0
}
]
]
},
"trigger_index": {
"main": [
[]
]
}
},
"active": true,
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
RAG Chatbot - Auto Index Scheduler. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/KLTN-03-2026/GR14/blob/0f8742ede53bb8662a7f62afe9f6978bca2a49a7/n8n-workflows/workflow-3-auto-index.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Deduplicate Scraping Ai Grants For Eligibility Using Ai. Uses splitOut, httpRequest, lmChatOpenAi, informationExtractor. Scheduled trigger; 24 nodes.
This n8n template scrapes a list of AI grants from grants.gov and qualifies them using AI; determining interest and eligibility for the business. It then sends an email alert of interesting items to t
2619. Uses httpRequest, lmChatOpenAi, informationExtractor, airtable. Scheduled trigger; 24 nodes.
This workflow uses OpenAI Assistant to compose draft replies for labeled email messages. It automatically connects the drafts to Gmail threads.
n8n workflow template description [template] This workflow automatically drafts replies to your emails using an OpenAI Assistant, streamlining your inbox management. It's designed for support teams, s