SurfSense/surfsense_backend/tests/unit
Anish Sarkar c016962064 feat: implement parallel file downloading and indexing in Google Drive indexer
- Added `_download_files_parallel` function to enable concurrent downloading of files from Google Drive, improving efficiency in document processing.
- Introduced `_download_and_index` function to handle the parallel downloading and indexing phases, streamlining the overall workflow.
- Updated `_index_full_scan` and `_index_with_delta_sync` methods to utilize the new parallel downloading functionality, enhancing performance.
- Added unit tests to validate the new parallel downloading and indexing logic, ensuring robustness and error handling during document processing.
2026-03-26 23:53:26 +05:30
..
adapters test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
connector_indexers feat: implement parallel file downloading and indexing in Google Drive indexer 2026-03-26 23:53:26 +05:30
google_unification chore: ran linting 2026-03-22 00:43:53 +05:30
indexing_pipeline feat: implement parallel indexing for Google Calendar and Gmail connectors 2026-03-26 19:34:04 +05:30
middleware feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
__init__.py test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00