From d49025b501ab19f8a58f1198eb058f6773d340f6 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Thu, 15 May 2025 11:03:05 +0800 Subject: [PATCH] Trival. (#7653) ### What problem does this PR solve? #7623 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- api/apps/conversation_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/apps/conversation_app.py b/api/apps/conversation_app.py index c05710a4f..574cf8421 100644 --- a/api/apps/conversation_app.py +++ b/api/apps/conversation_app.py @@ -99,6 +99,7 @@ def get(): "dataset_id": get_value(ck, "kb_id", "dataset_id"), "image_id": get_value(ck, "image_id", "img_id"), "positions": get_value(ck, "positions", "position_int"), + "doc_type": get_value(ck, "doc_type", "doc_type_kwd"), } for ck in ref.get("chunks", []) ]