Description
Add streaming support to the /ask API endpoint and the Ask viewer page. Currently the full answer is generated before returning, causing long waits. Stream the retrieval stages and synthesis for better UX.
Acceptance Criteria
Out of Scope
- WebSocket support
- Streaming for extraction pipeline
Description
Add streaming support to the
/askAPI endpoint and the Ask viewer page. Currently the full answer is generated before returning, causing long waits. Stream the retrieval stages and synthesis for better UX.Acceptance Criteria
/askendpoint supportsAccept: text/event-streamfor SSE streamingcb askshows streaming output by defaultOut of Scope