SurfSense/surfsense_web/contracts/enums
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
..
connector.ts Merge remote-tracking branch 'upstream/dev' into feat/composio 2026-01-23 14:35:17 +05:30
connectorIcons.tsx chore: ran linting 2026-02-09 15:24:47 +05:30
image-gen-providers.ts feat: added image gen support 2026-02-05 16:43:48 -08:00
llm-models.ts feat: complete MiniMax LLM provider integration 2026-03-13 07:27:47 +08:00
llm-providers.ts feat: complete MiniMax LLM provider integration 2026-03-13 07:27:47 +08:00
toolIcons.tsx feat: implement parallel document indexing in IndexingPipelineService 2026-03-26 19:33:49 +05:30