RAGLight

Bessouat40/RAGLight
★ 656 stars Python 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "raglight": {
      "command": "uvx",
      "args": [
        "raglight"
      ]
    }
  }
}

Or install with pip: pip install raglight

Topics

agentic-aiagentic-ragagentic-workflowartificial-intelligencedata-scienceframeworkhuggingfacelmstudiomcpmcp-toolsmistral-apimistralaiollamaopenaiopenai-api