๐Ÿ“– AI Chatbot Agent with a Panel of Experts using InfraNodus GraphRAG Knowledge

โšก 8,600 views ยท ๐Ÿ“– Internal Wiki & Knowledge Base

Description

Using the knowledge graphs instead of RAG vector stores

This workflow creates an AI chatbot agent that has access to several knowledge bases at the same time (used as โ€œexpertsโ€).

These knowledge bases are provided using the InfraNodus GraphRAG using the knowledge graphs and providing high-quality responses without the need to set up complex RAG vector store workflows.

The advantages of using GraphRAG instead of the standard vector stores for knowledge are:

InfraNodus knowledge graph

How it works

This template uses the n8n AI agent node as an orchestrating agent that decides which tool (knowledge graph) to use based on the userโ€™s prompt.

Hereโ€™s a description step by step:

How to use

You need an InfraNodus GraphRAG API account and key to use this workflow.

Requirements

Customizing this workflow

You can use this same workflow with a Telegram bot, so you can interact with it using Telegram. There are many more customizations available.

Check out the complete guide at https://support.noduslabs.com/hc/en-us/articles/20174217658396-Using-InfraNodus-Knowledge-Graphs-as-Experts-for-AI-Chatbot-Agents-in-n8n

Also check out the video tutorial with a demo:

Video tutorial

๐Ÿ”— Nodes Used

AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup