SurfSense/surfsense_backend/app/tasks
CREDO23 0fb1d3d37b feat(etl-cache): route all file-based sources through the parse cache
Every file ingestion path (Dropbox, Google Drive / Composio Drive, OneDrive,
local folder, Obsidian, and the legacy upload handlers) now parses via the
extract_with_cache facade instead of calling EtlPipelineService.extract
directly, so identical bytes are deduplicated globally regardless of source.
vision_llm is passed through, keeping the existing cacheability gate intact.
2026-06-12 14:47:25 +02:00
..
celery_tasks fix(auto_reload): update task to use a lambda for user_id in async call 2026-06-11 16:51:18 -07:00
chat chore: linting 2026-06-11 15:31:43 -07:00
connector_indexers feat(etl-cache): route all file-based sources through the parse cache 2026-06-12 14:47:25 +02:00
document_processors feat(etl-cache): route all file-based sources through the parse cache 2026-06-12 14:47:25 +02:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
composio_indexer.py chore: ran frontend and backend linting 2026-02-01 22:54:25 +05:30