You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a knowledge base, users often assume that they can input Chinese names by default. However, the Chinese name will be used as the space_name in the vector database, and Milvus does not support Chinese characters. Therefore, it is necessary to add an additional field that serves as the actual name for backend usage, instead of relying on the value entered by the user on the web page.
#1212 This commit failed to address the underlying issue.
hi, @jsRuner , what's your space name, now it support only Chinese Character, but not support half Chinese Character and half English Character. it will be fix soon.
Search before asking
Operating system information
MacOS(M1, M2...)
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
CPU
macOS M2 Pro
RAM 16G
Models information
LLM_MODEL=spark_proxyllm
What happened
When creating a knowledge base, users often assume that they can input Chinese names by default. However, the Chinese name will be used as the space_name in the vector database, and Milvus does not support Chinese characters. Therefore, it is necessary to add an additional field that serves as the actual name for backend usage, instead of relying on the value entered by the user on the web page.
#1212 This commit failed to address the underlying issue.
What you expected to happen
can use chinese
How to reproduce
update .env
VECTOR_STORE_TYPE=Milvus MILVUS_URL=127.0.0.1 MILVUS_PORT=19530
create knowledge
use chinese name
log will show error
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: