mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Change return type of _generate_streamly from str to Generator[str, None, None] to properly type hint streaming responses. ### Type of change - [x] Refactoring