[Bug]: MilvusClient创建连接,db_name失效 #38936
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
from pymilvus import MilvusClient
client = MilvusClient(uri="http://127.0.0.1:8084",db_name="NT")
client = MilvusClient(uri="http://127.0.0.1:8084/",db_name="NT")
使用第二种方式连接,即当uri中端口后带上"/"时,指定db_name失效,使用到default。
Expected Behavior
client = MilvusClient(uri="http://127.0.0.1:8084/",db_name="NT") 应该连接到NT数据库。
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: