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.59k stars 1.82k forks source link

[Bug]chat excel cannot found where to upload file #2069

Open jicanghaixb opened 1 week ago

jicanghaixb commented 1 week ago

Search before asking

Operating system information

Linux

Python version information

=3.11

DB-GPT version

main

Related scenes

Installation Information

Device information

CPU

Models information

Embedding modeling: text2vec-large-chinese

What happened

使用eosphorosai/dbgpt:latest镜像启动 镜像的启动命令如下: docker run -d -p 3306:3306 -p 5670:5670 -e LLM_MODEL=proxyllm -e PROXY_API_KEY=$PROXY_API_KEY -e PROXY_SERVER_URL=$PROXY_SERVER_URL -e LANGUAGE=zh -v /media/vdc/demo/DB-GPT-0.6.0/models/text2vec-large-chinese:/app/models/text2vec-large-chinese --name dbgpt eosphorosai/dbgpt

然后在web门户创建chat excel应用,进入应用对话,没有找到和http://docs.dbgpt.cn/docs/application/apps/chat_excel里面描述的上传excel的按钮!

image

image

What you expected to happen

能提供上传excel文档的地方

How to reproduce

使用上面镜像启动就能复现

Additional context

No response

Are you willing to submit PR?

Aries-ckt commented 1 week ago

image

jicanghaixb commented 1 week ago

我用的是proxyllm,你这个界面我怎么找不到?是从哪个地方进去的? 在下面这个chat excel应用里面点击里面的chat按钮 image 我这边显示的是下面这个界面,没有看到你上面的那个界面 image

xiaoranchenwai commented 1 week ago

我用的是proxyllm,你这个界面我怎么找不到?是从哪个地方进去的? 在下面这个chat excel应用里面点击里面的chat按钮 image 我这边显示的是下面这个界面,没有看到你上面的那个界面 image

我也没找到,你解决了吗