Block 1 - Sticky Note — Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Build a fully local RAG chatbot using Ollama that works without tool calling — ideal for smaller open source models like Qwen that don't support native function calls. This template lets you run a ...
n8n-nodes-base.stickynote, n8n-nodes-base.splitout, n8n-nodes-base.aggregate, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.memorypostgreschat, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Wassim Abid.
Original n8n.io sourceBuild a fully local RAG chatbot using Ollama that works without tool calling — ideal for smaller open-source models like Qwen that don't support native function calls. This template lets you run a private, self-hosted AI assistant with retrieval-augmented generation using only your own hardware.
<think> tags that some reasoning models produceollama pull qwen2.5:7b (classifier + small talk)ollama pull qwen3:14b (answer generation)ollama pull bge-m3 (embeddings)pgvector extension enabledhttp://localhost:11434)This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a local RAG chatbot with Ollama, Qwen, BGE-M3 and Postgres PGVector |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Internal Wiki, AI RAG |
| Author | Wassim Abid |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14782/14782.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Build a fully local RAG chatbot using Ollama that works without tool calling — ideal for smaller open source models like Qwen that don't support native function calls. This template lets you run a ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Internal Wiki, AI RAG use case.