mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
- Added performance logging to the `index_batch_parallel` method, capturing metrics for document indexing duration and concurrency. - Introduced timing measurements for both the overall indexing process and the parallel document gathering phase, improving observability of the indexing workflow. - Updated logging statements to provide detailed insights into the number of documents processed, indexed, and failed during the indexing operation. |
||
|---|---|---|
| .. | ||
| adapters | ||
| __init__.py | ||
| connector_document.py | ||
| document_chunker.py | ||
| document_embedder.py | ||
| document_hashing.py | ||
| document_persistence.py | ||
| document_summarizer.py | ||
| exceptions.py | ||
| indexing_pipeline_service.py | ||
| pipeline_logger.py | ||