skygazer42/pokemon-chat
A Pokemon-themed intelligent chat assistant powered by a graph-based RAG pipeline, LangGraph agent orchestration, and fine-tuned LLMs.

This repository implements a chatbot specialized in Pokemon-related conversations, combining multiple AI infrastructure components. It uses LightRAG for graph-based retrieval-augmented generation, LangGraph for agent workflow orchestration, MCP for model context protocol, and RagFlow for document processing. The system integrates fine-tuned large language models to generate responses grounded in retrieved knowledge. The frontend is built with Vue.js.