Add Chroma cli to VectorDBBench
Added Chroma client to VectorDBBench. Extended chroma/config.py functionalities to make them similar to the weaviatecloud client.
/assign @xuanyang-cn
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: bjpietrzak
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
There are lint issues, please check them ~
pip install black ruff --upgrade
make format
make lint
Do you guys need me to do anything else? Can we merge this change?
@bjpietrzak Could you explain why it's necessary to remove the password and port?
@bjpietrzak Could you explain why it's necessary to remove the password and port?
It's not. Will change it this evening.