SurfSense/surfsense_backend/app/tasks
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
..
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
background_tasks.py feat(BACKEND): Added task logging for podcast generation 2025-07-17 02:39:36 -07:00
connectors_indexing_tasks.py feat(BACKEND): Added task logging for podcast generation 2025-07-17 02:39:36 -07:00
podcast_tasks.py feat(BACKEND): Added task logging for podcast generation 2025-07-17 02:39:36 -07:00
stream_connector_search_results.py Updated Streaming Service to efficently stream content\ 2025-07-18 17:43:07 -07:00