Expand description
§RRAG Streaming System
Real-time streaming responses using Rust’s async ecosystem. Leverages tokio-stream and futures for efficient token streaming.
Modules§
- stream_
utils - Utility functions for working with streams
Structs§
- Filtered
Stream - Filtered stream that only yields specific token types
- Mapped
Stream - Mapped stream that transforms tokens
- Stream
Token - Streaming response token
- Streaming
Response - Streaming response wrapper
- Token
Stream Builder - Token stream builder for creating custom streams
Enums§
- Token
Type - Token types for different streaming content
Type Aliases§
- Token
Stream - Convenience type alias for token streams