-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Operating system information
Linux
Python version information
=3.11
DB-GPT version
latest release
Related scenes
- Chat Data
- Chat Excel
- Chat DB
- Chat Knowledge
- Model Management
- Dashboard
- Plugins
Installation Information
-
AutoDL Image
-
Other
Device information
GPU Count:1
GPU Capacity:24G
Models information
LLM:Qwen2.5-14B-Instruct-AWQ/Deepseek-R1-0528-Qwen3-8B
embeddings:bge_m3
What happened
- 构建工作流并提问后,当前对话窗口只回复json结构的回答,每次问答和回复都会生成一个新的对话窗口;
新的对话窗口可以正常展示图表、代码,但提问会报错,只能在原有的窗口提问。 - (工作流和chat data都有)绘制多种图表时,查看其他类型图表,滑动鼠标就会返回默认推荐的图表,无法正常查看其他绘制图表。
What you expected to happen
工作流对话在同一窗口完成问答,且答案格式正常显示;
可正常切换图表类型
How to reproduce
- 源码部署v0.7.0或v0.7.2(uv安装OpenAI Proxy相关依赖),或docker部署最新版镜像
- vllm运行本地llm,embeddings模型也本地运行,以api的格式调用
- 构建工作流
- 问答
Additional context
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!