What exists
Project scope
- A collaborative prototype explores cited answers for troubleshooting, root-cause investigation, compliance gaps, and lessons learned.
- The reviewed local demonstration retrieves from synthetic operational records with SQLite/BM25.
- When an LLM is unavailable, the demonstration can return an extractive answer with citations.
Architecture
- Synthetic records form the local demonstration corpus.
- A question retrieves supporting passages through SQLite/BM25 and keeps source citations with the response.
- The response path can use an extractive cited fallback when an LLM is unavailable.