Files
ragflow/rag/app
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
..
2025-01-21 20:52:28 +08:00
2025-12-30 11:09:18 +08:00
2025-12-29 12:01:18 +08:00
2026-01-09 17:48:45 +08:00
2026-01-09 17:48:45 +08:00
2026-02-11 09:47:33 +08:00
2025-12-29 12:54:31 +08:00
2026-01-29 14:23:26 +08:00