SurfSense/surfsense_web/contracts
Anish Sarkar e5cb6bfacf feat: implement parallel document indexing in IndexingPipelineService
- Added `index_batch_parallel` method to enable concurrent indexing of documents with bounded concurrency, improving performance and efficiency.
- Refactored existing indexing logic to utilize `asyncio.to_thread` for non-blocking execution of embedding and chunking functions.
- Introduced unit tests to validate the functionality of the new parallel indexing method, ensuring robustness and error handling during document processing.
2026-03-26 19:33:49 +05:30
..
enums feat: implement parallel document indexing in IndexingPipelineService 2026-03-26 19:33:49 +05:30
types chore: update postgresql.conf and contracts comments for Zero 2026-03-23 18:30:49 +02:00