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.28k stars 1.76k forks source link

[Bug] [Module Name] Bug title 0.6.0版本问题很多 #1959

Open Viserion-nlper opened 2 weeks ago

Viserion-nlper commented 2 weeks ago

Search before asking

Operating system information

Windows

Python version information

=3.11

DB-GPT version

main

Related scenes

Installation Information

Device information

cpu

Models information

zhipuLLM

What happened

在创建知识库的时候,没有create知识库,就进行了连接导致出错。 另外tugraph的配置.env不会读取,会默认读取73@graph设定的这个字段。 image 1725429833015

What you expected to happen

在创建知识库的时候,没有create知识库,就进行了连接导致出错。 另外tugraph的配置.env不会读取,会默认读取73@graph设定的这个字段。 image 1725429833015

How to reproduce

在创建知识库的时候,没有create知识库,就进行了连接导致出错。 另外tugraph的配置.env不会读取,会默认读取73@graph设定的这个字段。 image 1725429833015

Additional context

No response

Are you willing to submit PR?

dkasa commented 2 weeks ago

一样问题 docker-compose部署

KingSkyLi commented 2 weeks ago

您好: TuGraph的启动方式:加 --enable_plugin true 启动方式如下: docker run -d -p 7070:7070 -p 7687:7687 -p 9090:9090 --name tugraph_demo reg.docker.alibaba-inc.com/fma/tugraph-runtime-centos7:latest lgraph_server -d run --enable_plugin true

Viserion-nlper commented 2 weeks ago

该docker镜像pull的链接是多少哈 我拉一下

Viserion-nlper commented 2 weeks ago

image

Viserion-nlper commented 2 weeks ago

@KingSkyLi

dkasa commented 2 weeks ago

您好: TuGraph的启动方式:加 --enable_plugin true 启动方式如下: docker run -d -p 7070:7070 -p 7687:7687 -p 9090:9090 --name tugraph_demo reg.docker.alibaba-inc.com/fma/tugraph-runtime-centos7:latest lgraph_server -d run --enable_plugin true

感谢~~~我的TuGraph加入配置重新启动后,DB-GPT导入文档已经正常同步