SurfSense/surfsense_backend/app/indexing_pipeline
DESKTOP-RTLN3BA\$punk 0e723a5b8b feat: perf optimizations
- improved search_knowledgebase_tool
- Added new endpoint to batch-fetch comments for multiple messages, reducing the number of API calls.
- Introduced CommentBatchRequest and CommentBatchResponse schemas for handling batch requests and responses.
- Updated chat_comments_service to validate message existence and permissions before fetching comments.
- Enhanced frontend with useBatchCommentsPreload hook to optimize comment loading for assistant messages.
2026-02-27 17:19:25 -08:00
..
adapters feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08: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: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08: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 Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-02-26 13:01:24 -08:00
indexing_pipeline_service.py feat: perf optimizations 2026-02-27 17:19:25 -08:00
pipeline_logger.py feat: enhance performance logging and caching in various components 2026-02-26 13:00:31 -08:00