Commit graph

11 commits

Author SHA1 Message Date
Utkarsh-Patel-13
f006a76587 Merge main to Llamaindex-chatui 2025-07-25 19:41:05 -07:00
Utkarsh-Patel-13
5197269c43 Added Further question component and streaming fix 2025-07-25 15:40:29 -07:00
Utkarsh-Patel-13
1318feef66 Added inline citations and updated sources display as per new data format 2025-07-25 15:11:19 -07:00
Utkarsh-Patel-13
d359a59f6d Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
Utkarsh-Patel-13
2b647a9e7d Sources message section integration 2025-07-22 22:41:42 -07:00
Utkarsh-Patel-13
7c6437eef6 Better layout for terminal and chat messages 2025-07-22 20:36:52 -07:00
Utkarsh-Patel-13
6af9805927 Added chat terminal to display terminal logs 2025-07-22 18:53:25 -07:00
Utkarsh-Patel-13
56432c388c Removed deprecated streaming methods 2025-07-21 09:56:32 -07:00
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
DESKTOP-RTLN3BA\$punk
f7fe20219b feat: Added Follow Up Qns Logic 2025-07-10 14:37:31 -07:00
DESKTOP-RTLN3BA\$punk
5045b7433a refactor: Move utility services to a dedicated 'services' module
- Updated import paths for LLM, connector, query, and streaming services to reflect their new location in the 'services' module.
- Removed obsolete utility service files that have been migrated.
2025-07-06 17:51:24 -07:00
Renamed from surfsense_backend/app/utils/streaming_service.py (Browse further)