SimFG

Results 261 comments of SimFG

@jeffchuber You can solve this problem by merging the latest dev branch. If the user uses chromadb, the lower version 0.3.26 will be installed by default, because I need to...

hi, @vineetk20 please make the dev branch as the target branch. and you need put the test case in the `tests/unit_tests/manager`

@Durga-iB-Analytics i think the pr maybe have been deprecated

![image](https://github.com/milvus-io/pymilvus/assets/21985684/8016c206-e3ff-488c-be45-ca9c0c6badbc) it seems no create index privilege

@shatealaboxiaowang I tried it locally and found that authorizationEnabled should be in effect. You can enter the docker container of milvus, and then confirm whether the authorizationEnabled is successfully configured....

@binbinlv the `root` user's default password is `Milvus`. And the reason of listing collection is incorrect password, because new user's password is `binbin123`, not `2`. ![image](https://user-images.githubusercontent.com/21985684/234264090-6ba7e9e8-7ad0-4788-bb1c-4cc5ed3fd8bb.png) ![image](https://user-images.githubusercontent.com/21985684/234264287-27e5de2a-2081-4aa9-a223-cd481b57b75f.png)

@1041787154 The root user's default password is `Milvus`. And if you want to update the `root` password, you should use the `update_password` api in the `pymilvus`, like: ``` utility.update_password(user, old_password,...

@binbinlv got it, I found out that this is caused by superUser config. When you set the `root` user is super user, it will skip the password verification.

I will change the default config in the master branch ![image](https://user-images.githubusercontent.com/21985684/234452671-0b1dcaa2-6f98-4b2d-99ee-564807f0595c.png)