SurfSense/surfsense_backend/app
DESKTOP-RTLN3BA\$punk 664c43ca13 feat: add performance logging middleware and enhance performance tracking across services
- Introduced RequestPerfMiddleware to log request performance metrics, including slow request thresholds.
- Updated various services and retrievers to utilize the new performance logging utility for better tracking of execution times.
- Enhanced existing methods with detailed performance logs for operations such as embedding, searching, and indexing.
- Removed deprecated logging setup in stream_new_chat and replaced it with the new performance logger.
2026-02-27 16:32:30 -08:00
..
agents feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
config feat: added improved llm model selector 2026-02-20 14:28:01 -08:00
connectors feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08:00
indexing_pipeline feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
routes Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-02-26 18:25:05 -08:00
schemas feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08:00
services feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
tasks feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
utils feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: add performance logging middleware and enhance performance tracking across services 2026-02-27 16:32:30 -08:00
celery_app.py feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter 2026-02-17 11:34:11 +05:30
db.py feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08:00
users.py refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30