SurfSense/surfsense_backend/app
Anish Sarkar 3393e435f9 feat: implement task dispatcher for document processing
- Introduced a TaskDispatcher abstraction to decouple the upload endpoint from Celery, allowing for easier testing with synchronous implementations.
- Updated the create_documents_file_upload function to utilize the new dispatcher for task management.
- Removed direct Celery task imports from the upload function, enhancing modularity.
- Added integration tests for document upload, including page limit enforcement and file size restrictions.
2026-02-26 23:55:47 +05:30
..
agents chore: ran linting 2026-02-26 03:05:20 +05:30
config feat: added improved llm model selector 2026-02-20 14:28:01 -08:00
connectors Merge pull request #834 from CREDO23/google-drive-hitl 2026-02-24 16:34:25 -08:00
indexing_pipeline chore: ran linting 2026-02-26 03:05:20 +05:30
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: implement task dispatcher for document processing 2026-02-26 23:55:47 +05:30
schemas feat: add created_by_email field to document schema and update related components for improved user information display 2026-02-21 23:41:00 +05:30
services feat: implement task dispatcher for document processing 2026-02-26 23:55:47 +05:30
tasks chore: ran linting 2026-02-26 03:05:20 +05:30
utils Merge pull request #825 from CREDO23/sur-169-feat-implement-human-in-the-loop-for-linear-sensitive 2026-02-19 19:09:50 -08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py chore: linting 2026-02-16 23:30:35 -08:00
celery_app.py feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter 2026-02-17 11:34:11 +05:30
db.py feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter 2026-02-17 11:34:11 +05:30
users.py refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30