paulpierre/RasaGPT
RasaGPT is a headless LLM chatbot platform that integrates Rasa's dialogue framework with Langchain and LlamaIndex for retrieval-augmented conversation.

RasaGPT is a boilerplate and reference implementation for building chatbot platforms using Rasa’s dialogue management with LLM libraries like Langchain for indexing, retrieval, and context injection. It provides a FastAPI endpoint for document upload and training, pgvector integration for vector storage, and Telegram integration for deployment. The project automates the complexities of combining traditional NLU frameworks with modern LLM capabilities.