High-performance hybrid retrieval and ranking engine.
Combines lexical and semantic ranking for low-latency decision-grade results.
Single retrieval methods miss relevance in noisy datasets.
- ⚡ Hybrid rank fusion with streaming result interfaces
- ✅ Search backends
- ✅ Decision support
- ✅ Facet-ready retrieval
- ✅ Relevance tuning
POST /search, WS /search, GET /health
- Core stack: FastAPI + BM25/FAISS strategy layer
- Runtime: local-first, self-hosted friendly
- Infra: Docker Compose + Caddy + Redis/Chroma/Ollama compatibility
- ✅ Public scaffold available
- ✅ Bilingual README (EN default + ES)
- ✅ CI + release baseline configured
- 🚧 Feature hardening in progress
git clone https://github.com/smouj/Kryonexus.git
cd Kryonexus
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.kryonexus.cli --helpContributions are welcome. Please read CONTRIBUTING.md.
MIT © 2026 smouj
Explore the full ecosystem here: smouj/smouj
Signature: @Smouj013