You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modular RAG service for building high-performance retrieval-augmented generation pipelines over Markdown documents. Supports Qdrant, dense + sparse + hybrid search, pluggable embedding providers (cloud and local), rerankers, intelligent semantic Markdown chunking, metadata filtering, and a web UI.
Quick Start
1. Start Qdrant
docker compose up -d qdrant
2. Configure
cp examples/config.example.yaml config.yaml
# Edit config.yaml — set your embedding provider and API keys
Or use environment variables:
export OPENAI_API_KEY=sk-...
export QDRANT_API_KEY=... # if using auth
Is a modular RAG service for building high‑performance retrieval‑augmented generation pipelines on top of your documents. It supports Qdrant and other vector databases, dense and sparse vectors, pluggable embedding providers (cloud and local), rerankers, intelligent semantic Markdown chunking, and metadata-based search and filtering.