01Hybrid Search + Rerank: Combines BM25 sparse and Dense Embedding retrieval with RRF fusion, optionally enhanced by Cross-Encoder or LLM reranking for balanced precision and recall.
02Full-Chain Pluggable Architecture: Easily swap LLM, Embedding, Reranker, VectorStore, and Evaluator backends via configuration, requiring zero code changes.
03Multi-modal Image Processing: Automatically generates image captions using Vision LLMs, seamlessly integrating visual information into text-based RAG workflows to enable 'search text, get images'.
04Skill-Driven Development: Utilizes Agent Skills (auto-coder, qa-tester, setup, package) to automate the entire development lifecycle from coding and testing to configuration and deployment.
050 GitHub stars
06MCP Ecosystem Integration: Adheres to the Model Context Protocol standard, allowing direct connection to MCP clients like GitHub Copilot and Claude Desktop for service-oriented deployment.