Skip to content

Commit

Permalink
add aliyun Opensearch requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hust-xing committed Dec 16, 2024
1 parent 529837a commit 48682ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ All the database client supported
| memorydb | `pip install vectordb-bench[memorydb]` |
| chromadb | `pip install vectordb-bench[chromadb]` |
| awsopensearch | `pip install vectordb-bench[opensearch]` |
| aliyun_opensearch | `pip install vectordb-bench[aliyun_opensearch]` |

### Run

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ all = [
"opensearch-dsl",
"opensearch-py",
"memorydb",
"alibabacloud_ha3engine_vector",
"alibabacloud_searchengine20211025",
]

qdrant = [ "qdrant-client" ]
Expand All @@ -81,6 +83,7 @@ redis = [ "redis" ]
memorydb = [ "memorydb" ]
chromadb = [ "chromadb" ]
opensearch = [ "opensearch-py" ]
aliyun_opensearch = [ "alibabacloud_ha3engine_vector", "alibabacloud_searchengine20211025"]

[project.urls]
"repository" = "https://github.com/zilliztech/VectorDBBench"
Expand Down

0 comments on commit 48682ee

Please sign in to comment.