We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to add the client for opensearch using the command pip install vectordb-bench[awsopensearch] I notice the following at the end of output:
pip install vectordb-bench[awsopensearch]
Installing collected packages: vectordb-bench Attempting uninstall: vectordb-bench Found existing installation: vectordb-bench 0.0.18 Uninstalling vectordb-bench-0.0.18: Successfully uninstalled vectordb-bench-0.0.18 Successfully installed **vectordb-bench-0.0.11**
What is the best way to track this down and fix it?
The text was updated successfully, but these errors were encountered:
@XuanYang-cn could you please help resolve it~
Sorry, something went wrong.
@alwayslove2013 @apsaltis It seams we set wrong dependencies for opensearch. Should've been opensearch-py instead of awsopensearch, I'll fix it soon
opensearch-py
awsopensearch
@apsaltis Please use this command to work aroundpip install opensearch-py
pip install opensearch-py
Thanks @alwayslove2013 will us that command.
No branches or pull requests
When trying to add the client for opensearch using the command
pip install vectordb-bench[awsopensearch]
I notice the following at the end of output:
What is the best way to track this down and fix it?
The text was updated successfully, but these errors were encountered: