DocHub/backend/app
2026-08-01 02:32:42 +08:00
..
routers feat: add documents router for list/get/save/delete/upload 2026-08-01 02:32:42 +08:00
__init__.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
config.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
dependencies.py feat: add documents router for list/get/save/delete/upload 2026-08-01 02:32:42 +08:00
document_service.py feat: add DocumentService coordinating MinIO writes and search indexing 2026-08-01 02:28:58 +08:00
main.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
minio_client.py feat: add MinioClient wrapper for list/get/put/delete object operations 2026-08-01 02:24:15 +08:00
search_client.py feat: add SearchClient wrapper for index/delete/search operations 2026-08-01 02:25:48 +08:00
text_extract.py feat: add stdlib-only markdown and html text extraction for indexing 2026-08-01 02:21:38 +08:00