Offline Search Proof Loop v0.1
Goal
Build a deterministic, AI-independent offline search system over the five-document pilot corpus.
A user must be able to enter a query, receive ranked source passages, inspect provenance, and open the exact cited passage without internet access or an LLM.
Completion criteria
- All five pilot documents are searchable offline.
- Search works without an LLM or network connection.
- Ranked results preserve source, document, and chunk lineage.
- Every displayed citation resolves to the correct authoritative passage.
- The index is reproducible and integrity-checked.
- Stale, mismatched, missing, or corrupted indexes are detected clearly.
- A portable developer-grade proof artifact runs in another Linux environment.
- Index size, installation size, RAM, CPU, startup time, and query latency are measured under constrained resources.
Explicitly out of scope
- Embeddings or vector retrieval
- LLM-generated answers
- Translation or speech systems
- Model downloads or model files
- Cloud services
- Production public release and update infrastructure
No due date is assigned.
No due date
0% Completed