SurfSense/surfsense_backend/app
DESKTOP-RTLN3BA\$punk 40a091f8cc feat: enhance knowledge base search and document retrieval
- Introduced a mechanism to identify degenerate queries that lack meaningful search signals, improving search accuracy.
- Implemented a fallback method for browsing recent documents when queries are degenerate, ensuring relevant results are returned.
- Added limits on the number of chunks fetched per document to optimize performance and prevent excessive data loading.
- Updated the ConnectorService to allow for reusable query embeddings, enhancing efficiency in search operations.
- Enhanced LLM router service to support context window fallbacks, improving robustness during context window limitations.
2026-02-28 19:40:24 -08:00
..
agents feat: enhance knowledge base search and document retrieval 2026-02-28 19:40:24 -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: perf optimizations 2026-02-27 17:19:25 -08:00
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever feat: enhance knowledge base search and document retrieval 2026-02-28 19:40:24 -08:00
routes feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
schemas feat: perf optimizations 2026-02-27 17:19:25 -08:00
services feat: enhance knowledge base search and document retrieval 2026-02-28 19:40:24 -08:00
tasks feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
utils feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -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: optimize document upload process and enhance memory management 2026-02-28 17:22:34 -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