Documentation
Delta-Compressed Embedding Engine
Store and search dense embeddings using clustered layouts, delta coding, and optional adaptive routing — optimized when vectors are correlated in space (documents, sessions, logs).
- Introduction
- Design, when DCEE shines, and AMP routing.
- Examples
- Python API: build, search, save, reload.
- API reference
- DCEEConfig, DCEEEngine, load_index, save_index, and examples.
- Benchmarks
- Benchmarks vs FAISS baselines and tradeoffs.