SurfSense/surfsense_backend/app
Utkarsh-Patel-13 92781e726c Updated Streaming Service to efficently stream content\
\
- Earlier for each chunk, whole message (with all annotations included)
  were streamed. Leading to extremely large data length.
- Fixed to only stream new chunk.
- Updated ANSWER part to be streamed as message content (following
  Vercel's Stream Protocol)\
- Fixed yield typo
2025-07-18 17:43:07 -07:00
..
agents Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00
config refactor: applied coderabbit refactor suggestion 2025-06-11 00:02:54 +07:00
connectors chore: remove VERSION file and clean up unused imports across multiple files 2025-06-03 01:33:21 -07:00
prompts feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
retriver feat: Introduce the RAPTOR Search. 2025-05-11 23:05:56 -07:00
routes Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00
schemas feat(BACKEND): Added Log Management System for better Bug's Tracking 2025-07-16 01:10:33 -07:00
services Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00
tasks Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00
utils refactor: Move utility services to a dedicated 'services' module 2025-07-06 17:51:24 -07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: Removed Hard Dependecy on Google Auth 2025-05-21 20:56:23 -07:00
db.py feat(BACKEND): Added Log Management System for better Bug's Tracking 2025-07-16 01:10:33 -07:00
users.py feat: Removed Hard Dependecy on Google Auth 2025-05-21 20:56:23 -07:00