automation•
2 min read
•RAG Methods n8n Workflows
Ready-to-import n8n workflows showing the 4 RAG methods to connect AI agents with your data.
n8nragai-agentsautomationworkflows
RAG Methods n8n Workflows
Ready-to-import n8n workflow demonstrating the 4 RAG methods for connecting AI agents to your data.
What's Included
- RAG_N8N.json - Complete n8n workflow with all 4 methods
- sales_january_2026.csv - Sample data to test with
The 4 RAG Methods
- Filters - Simple exact-match searches
- SQL Queries - Calculations and aggregations
- Full Context - Complete document reading
- Vector Database - Semantic search for large datasets
Quick Setup
- Download and extract the ZIP file
- Open your n8n instance
- Go to Workflows > Import from File
- Select
RAG_N8N.json - Add your OpenAI API key
- Test with the included CSV data
Sample Questions
Try these with the included sales data:
- "How many Laptop Pro did we sell?"
- "Show me sales from January 15th"
- "What's the total revenue for Wireless Mouse?"
- "Which product sold the most units?"
When to Use Each Method
| Method | Best For |
|---|---|
| Filters | Simple lookups by name, ID, or date |
| SQL | Totals, averages, rankings |
| Full Context | Summaries, short documents |
| Vectors | Large knowledge bases, FAQs |
Related Resources
Ready to download?
Get instant access to this free resource