- highlight_cache.py: HighlightCache class with get/set_highlight and compute_cache_key (sha256 hash of document_id|chunk_index|sub_question) - INSERT OR REPLACE semantics, idempotent table creation - 13 tests covering round-trip, overwrite, missing keys, determinism |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| embedding_client.py | ||
| highlight_cache.py | ||
| history_service.py | ||
| llm_client.py | ||
| prompt_service.py | ||
| query_decomposer.py | ||
| rag.py | ||
| relevance_filter.py | ||