legco_ai_assistant/backend/app
Woody bdbc8ea1a0 feat: add SQLite highlight cache service (Phase 5.4.3)
- 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
2026-04-29 09:26:20 +08:00
..
core feat(prompts): enforce bullet-point output in generate template 2026-04-28 16:42:55 +08:00
models feat: add sentence splitter and highlight data models (Phase 5.4.1-5.4.2) 2026-04-29 09:26:06 +08:00
routers feat(ingest): generate per-chunk PDFs for DOCX/TXT documents (Phase 5.3) 2026-04-28 17:32:22 +08:00
services feat: add SQLite highlight cache service (Phase 5.4.3) 2026-04-29 09:26:20 +08:00
test feat: add SQLite highlight cache service (Phase 5.4.3) 2026-04-29 09:26:20 +08:00
utils feat: add sentence splitter and highlight data models (Phase 5.4.1-5.4.2) 2026-04-29 09:26:06 +08:00
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
main.py feat(deploy): add Dockerfile, compose, nginx config, and README 2026-04-27 17:17:53 +08:00