Skip to content
New issue

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

install vectordb-bench[awsopensearch] downgrades Vectordb-bench #422

Open
apsaltis opened this issue Dec 12, 2024 · 3 comments
Open

install vectordb-bench[awsopensearch] downgrades Vectordb-bench #422

apsaltis opened this issue Dec 12, 2024 · 3 comments

Comments

@apsaltis
Copy link

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:

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?

@alwayslove2013
Copy link
Collaborator

@XuanYang-cn could you please help resolve it~

@XuanYang-cn
Copy link
Collaborator

@alwayslove2013 @apsaltis It seams we set wrong dependencies for opensearch. Should've been opensearch-py instead of awsopensearch, I'll fix it soon

@apsaltis Please use this command to work aroundpip install opensearch-py

@apsaltis
Copy link
Author

Thanks @alwayslove2013 will us that command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants