legco_ai_assistant/backend/app/routers
Woody f21085b3df feat(backend): add documents CRUD endpoints and tests
Add 4 REST endpoints for RAG database management: GET /documents, GET /documents/{id}/chunks, DELETE /documents/{id}, DELETE /chunks/{id}. Register documents router in main.py. 8 unit tests covering all CRUD operations.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-23 19:02:28 +08:00
..
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
documents.py feat(backend): add documents CRUD endpoints and tests 2026-04-23 19:02:28 +08:00
ingest.py refactor(backend): update ingest and query routers 2026-04-23 13:26:32 +08:00
query.py refactor(backend): update ingest and query routers 2026-04-23 13:26:32 +08:00