Files
ragflow/rag
Yongteng Lei 707de2461a Fix: use async_chat with sync wrapper in resume parser (#13320)
### What problem does this PR solve?

Fix AttributeError when calling llm.chat() in resume parser. LLMBundle
only has async_chat method, not chat method. Use `_run_coroutine_sync`
wrapper to call async_chat synchronously.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2026-03-02 19:51:06 +08:00
..
2026-02-11 20:11:56 +08:00
2025-12-31 17:18:30 +08:00
2026-01-29 14:23:26 +08:00