mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
- Refactored Google Calendar and Gmail indexers to utilize the new `index_batch_parallel` method for concurrent document indexing, enhancing performance. - Updated the indexing logic to replace serial processing with parallel execution, allowing for improved efficiency in handling multiple documents. - Adjusted logging and error handling to accommodate the new parallel processing approach, ensuring robust operation during indexing. - Enhanced unit tests to validate the functionality of the parallel indexing method and its integration with existing workflows. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_connector_document.py | ||
| test_document_chunker.py | ||
| test_document_hashing.py | ||
| test_document_summarizer.py | ||
| test_index_batch.py | ||
| test_index_batch_parallel.py | ||
| test_migrate_legacy_docs.py | ||