SurfSense/surfsense_backend/app/services
MSI\ModSetter 931fafa403 refactor: Remove deprecated document processing services and update imports
- Deleted the document_processing module and its associated docling_service.
- Updated imports in documents_routes.py and background_tasks.py to reflect the new service structure.
- Ensured compatibility with the task logging system by adjusting type hints for log entries.
2025-07-21 06:19:37 -07:00
..
__init__.py refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
connector_service.py refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
docling_service.py refactor: Remove deprecated document processing services and update imports 2025-07-21 06:19:37 -07:00
llm_service.py refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
query_service.py refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
reranker_service.py refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
streaming_service.py Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00
task_logging_service.py feat(BACKEND): Added Log Management System for better Bug's Tracking 2025-07-16 01:10:33 -07:00