Fix: apply kb configured llm issue. (#12354)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-12-31 12:40:28 +08:00
committed by GitHub
parent f141947085
commit 1a4a7d1705

View File

@ -902,6 +902,7 @@ async def do_handle_task(task):
task_embedding_id = task["embd_id"]
task_language = task["language"]
task_llm_id = task["parser_config"].get("llm_id") or task["llm_id"]
task["llm_id"] = task_llm_id
task_dataset_id = task["kb_id"]
task_doc_id = task["doc_id"]
task_document_name = task["name"]