-
Notifications
You must be signed in to change notification settings - Fork 0
Streaming_WS py
peter-olai edited this page May 7, 2025
·
3 revisions
The src/streaming_ws.py file handles WebSocket connections for real-time, streaming communication, often used by the Transcription Service (see transcribe.py).
- Establishing WebSocket connections.
- Handling incoming and outgoing messages over WebSockets.
- Streaming data (e.g., live transcription, LLM responses).
- Managing WebSocket sessions.
(Describe the WebSocket protocols used, message formats, and how to interact with the streaming endpoints.)
Authors:
Peter Olai Johnsen
Tobias Fremming
Erik Le Blanc Pleym
About Chat-Service
Core Components
Development
Codebase Details
- Codebase Architecture
- Routes
- Command-py
- Config-py
- Context Upload-py
- LLM-py
- Main-py
- Pipeline-py
- Streaming WS-py
- Transcribe-py
Deployment and Operations