-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Milvus_v 2.3.7,cannot delete knowledge space which name is chinese #1150
Comments
修改DB-GPT-0.4.7\dbgpt\storage\vector_store\milvus_store.py第425行后可以删除中文的库名 |
yep, that's cool, could you submit a pr for us? follow the contribute format rule. |
|
Check if another process is occupying the file handle. |
没有 进程只有dbgpt这一个 |
修复 连接Milvus_v 2.3.7作为向量数据库后,知识库的名称要是为中文的,就会提示the first character of a collection name must be an underscore or letter: invalid parameter删不掉的问题。eosphoros-ai#1150 (comment)
Search before asking
Operating system information
Windows
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
gpu
Models information
LLM_MODEL=chatglm3_6b_32k
EMBEDDING_MODEL=text2vec
VECTOR_STORE_TYPE=Milvus_v 2.3.7
What happened
连接Milvus_v 2.3.7作为向量数据库后,知识库的名称要是为中文的,就会提示the first character of a collection name must be an underscore or letter: invalid parameter删不掉;
What you expected to happen
Milvus创建Collection名称只允许数字,字母和下划线。dbgpt建的知识库名若为中文,Milvus库中对应的Collection名称为随机字符
How to reproduce
1、连接Milvus作为向量数据库
2、新建知识库的名称要是为中文的
3、删除就会提示the first character of a collection name must be an underscore or letter: invalid parameter删不掉;
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: