SurfSense/surfsense_backend/app/indexing_pipeline
DESKTOP-RTLN3BA\$punk aabc24f82c feat: enhance performance logging and caching in various components
- Introduced slow callback logging in FastAPI to identify blocking calls.
- Added performance logging for agent creation and tool loading processes.
- Implemented caching for MCP tools to reduce redundant server calls.
- Enhanced sandbox management with in-process caching for improved efficiency.
- Refactored several functions for better readability and performance tracking.
- Updated tests to ensure proper functionality of new features and optimizations.
2026-02-26 13:00:31 -08:00
..
adapters fix wrong status key in adapter error reporting 2026-02-25 21:00:55 +02:00
__init__.py test: add ConnectorDocument unit tests and factory fixture 2026-02-24 22:20:08 +02:00
connector_document.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
document_chunker.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
document_embedder.py feat: implement and test index method 2026-02-25 01:40:30 +02:00
document_hashing.py feat: implement and test index method 2026-02-25 01:40:30 +02:00
document_persistence.py fix bugs in indexing pipeline exception handling 2026-02-25 16:27:12 +02:00
document_summarizer.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
exceptions.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00
indexing_pipeline_service.py add file upload adapter and make index() return refreshed document 2026-02-25 19:56:59 +02:00
pipeline_logger.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00