瀏覽代碼

Trival. (#7653)

### What problem does this PR solve?

#7623

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.19.0
Kevin Hu 5 月之前
父節點
當前提交
d49025b501
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      api/apps/conversation_app.py

+ 1
- 0
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", [])
]

Loading…
取消
儲存