feat: support opensearch approximate k-NN (#5322)

This commit is contained in:
baojingyu
2024-06-19 12:44:33 +08:00
committed by GitHub
parent a651e7e2da
commit d160d1ed02
16 changed files with 793 additions and 4 deletions

View File

@ -185,6 +185,7 @@ chromadb = "~0.5.1"
tenacity = "~8.3.0"
cos-python-sdk-v5 = "1.9.30"
novita-client = "^0.5.6"
opensearch-py = "2.4.0"
[tool.poetry.group.dev]
optional = true