The world's first open-source deterministic RAG system.
Same query. Same results. Same order. Every time.
Apache 2.0 — free forever
Every RAG system in production today has the same flaw: ask the same question twice and you get two different answers. Different documents. Different ranking. Different results. Standard vector search is approximate by design — and approximate means non-deterministic.
That's fine for a chatbot. It's not fine for medical records, financial audits, legal search, or critical infrastructure. You cannot put something you cannot reproduce in front of a regulator.
ATLAS CE solves this with three retrieval lanes fused by locked weights — producing the same results in the same order, every time. We call it LRAG: Lore Retrieval Augmented Generation.
Vector similarity for meaning-based retrieval
BM25 lexical search for keyword precision
Exact structured field matching
The deterministic retrieval architecture — the hard part — is fully here. The rest is up to you.