Block 1 - Get a response from knowledge base
- Type / Role
- n8n-nodes-infranodus.infranodus - infranodus
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Basic AI Chatbot that Retrieves Answers From Knowledge Base Using GraphRAG. Easiest setup, without vector database, external knowledge base, or OpenAI API keys. All you need is an [InfraNodus graph...
n8n-nodes-infranodus.infranodus, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.chat, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by InfraNodus.
Original n8n.io sourceIn this workflow, user sends a request to the InfraNodus GraphRAG system that will extract a reasoning ontology from a graph that you create (or that you can copy from our repository of public graphs) and generate a response directly to the user.
Note: This is a simple example that will work well for occasionally providing responses to users. For a more advanced setup, you might want to build a more sophisticated workflow with AI agent node that would orchestrate among different InfraNodus expert graphs and chat memory, so the context of the conversation can be maintained. See our other workflows for examples.
• Just get an InfraNodus API key and add API authentication to your InfraNodus GraphRAG node.
• In the same InfraNodus GraphRAG Nnode, provide the name of the graph you want to u. Note, these can be two different graphs ife for retrieval.
If you wan to create your own reasoning ontology graphs, please, refer to this article on generating your own knowledge graph ontologies.
You may also be interested to watch this video that explains the logic of this approach in detail:
Help article on this specific workflow: Building expert ontology for InfraNodus GraphRAG n8n expert node.
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.
| Workflow | Retrieve answers from Knowledge Base with InfraNodus GraphRAG chatbot |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Support Chatbot, AI RAG |
| Author | InfraNodus |
| Published | 06 Dec 2025 |
Use the JSON export at /data/workflows/11570/11570.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.
Basic AI Chatbot that Retrieves Answers From Knowledge Base Using GraphRAG. Easiest setup, without vector database, external knowledge base, or OpenAI API keys. All you need is an [InfraNodus graph...
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 Support Chatbot, AI RAG use case.