eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.75k stars 1.86k forks source link

[Bug] [Module Name] click "Start Conversation" on the knowledge base, and the select_param parameter is missing, causing an exception. #2080

Open tpoisonooo opened 1 month ago

tpoisonooo commented 1 month ago

Search before asking

Operating system information

Linux

Python version information

3.10

DB-GPT version

main

Related scenes

Installation Information

Device information

ubuntu 20.04 chrome 硬件信息不涉及

Models information

不涉及

What happened

STEP1

我已经创建了一个 GraphRAG 的知识库

image

STEP2

点击开始对话,前端传递的 select_param 为空

image

STEP3

这个空导致 chat 找不到知识库, 这里取不到 : dialogue.select_param image

当前

看起来只能临时 hack 一把继续跑下去先

What you expected to happen

功能正常 chat

How to reproduce

遵循教程执行即可

Additional context

我对前端不熟,无法帮你们修

Are you willing to submit PR?