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] [ChatKnowledge]When Chat with GraphRAG, use milvus error. #2064

Open leichangqing opened 1 month ago

leichangqing 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

GPU 4090 一张,24G

Models information

LLM:本地GLM4

What happened

若用缺省向量库,工作正常,但切换到milvus时,报错。提示错是不能自动建collection错

What you expected to happen

从ERROR来看,应该是没有自动创建 milvus collection

How to reproduce

.env 切换至milvus,创建知识库,选知识图谱,上传一个文件就能看到。

Additional context

MYSQL, MILVUS, TUGRAPH都跑起来,本地LLM

Are you willing to submit PR?

Aries-ckt commented 1 month ago

could you show some error log?