Telegram AI chatbot agent with InfraNodus GraphRAG knowledge base
Using the knowledge graphs instead of RAG vector stores This workflow creates a Telegram chatbot agent that has access to several knowledge bases at the same time (used as "experts"). These knowledge bases are provide...
Template notes
Using the knowledge graphs instead of RAG vector stores
This workflow creates a Telegram 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](https://infranodus.com/use-case/ai-knowledge-graphs) 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:
- Easy and quick to set up and update (no complex data import workflows or vector stores needed) - A knowledge graph has a holistic view of your knowledge base and knows what it's about - Better retrieval of relations between the document chunks = higher quality responses

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: