SurfSense/surfsense_backend/app/etl_pipeline
2026-04-11 10:28:40 +02:00
..
parsers Merge upstream/dev into feat/kb-export-and-folder-upload 2026-04-11 10:28:40 +02:00
__init__.py feat: implement ETL pipeline with file classification and extraction services 2026-04-05 17:25:25 +05:30
constants.py feat: implement ETL pipeline with file classification and extraction services 2026-04-05 17:25:25 +05:30
etl_document.py feat: implement ETL pipeline with file classification and extraction services 2026-04-05 17:25:25 +05:30
etl_pipeline_service.py Harden vision LLM fallback, folder upload validation, and export memory 2026-04-09 16:14:53 +02:00
exceptions.py refactor: implement file type classification for supported extensions across Dropbox, Google Drive, and OneDrive connectors, enhancing file handling and error management 2026-04-06 22:03:47 +05:30
file_classifier.py Route uploaded images to vision LLM with document-parser fallback 2026-04-09 14:33:33 +02:00