#130 · Primary category: Knowledge Base & RAG

RAGLight

agentic-ai agentic-rag agentic-workflow artificial-intelligence data-science framework huggingface lmstudio mcp mcp-tools mistral-api mistralai ollama openai openai-api rag retrieval-augmented retrieval-augmented-generation vector-database

RAGLight is a modular framework for Retrieval-Augmented Generation (RAG). It makes it easy to plug in different LLMs, embeddings, and vector stores, and now includes seamless MCP integration to connect external tools and data sources.

Project last updated:08/28/26

GitHub Stars

672

Forks

101

Contributors

5

License

MIT

Why we included this project

RAGLight is a practical starting point if you want to stand up a retrieval-augmented generation pipeline without hand-wiring every component. The framework keeps the LLM, the embedding model, and the vector store as separate, swappable pieces, so you can move between OpenAI, Mistral, Ollama, LMStudio, or AWS Bedrock without rewriting your application code. A command-line wizard indexes a folder of documents and drops you into a chat session, and a REST server with a chat UI covers the jump from local prototyping to a Docker Compose deployment. The newer MCP integration lets the pipeline reach external tools and data sources, and hybrid BM25-plus-semantic search, query reformulation, and streaming output handle the rough edges you usually have to build yourself. Teams evaluating a lightweight, provider-agnostic RAG layer will find the configuration-driven approach quick to test against their own documents.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category