SurfSense/surfsense_backend/app
2026-03-09 21:16:53 +02:00
..
agents perf: use asyncio.to_thread for embed_text in FastAPI paths 2026-03-09 16:33:24 +02:00
config perf: conditional batch embedding — batch for API, sequential for local 2026-03-09 19:12:43 +02:00
connectors feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08:00
indexing_pipeline feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00
prompts refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
retriever feat: enhance knowledge base search and document retrieval 2026-02-28 19:40:24 -08:00
routes feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30
schemas feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30
services perf: use asyncio.to_thread for embed_text in FastAPI paths 2026-03-09 16:33:24 +02:00
tasks refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
utils perf: conditional batch embedding — batch for API, sequential for local 2026-03-09 19:12:43 +02: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 perf: add missing index on chunks.document_id for faster search retrieval 2026-03-09 21:16:53 +02:00
users.py feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30