Merge pull request #6598 from dtaivpp/main

feat: OpenSearch vector db support
This commit is contained in:
Timothy Jaeryang Baek
2024-11-04 14:04:55 -08:00
committed by GitHub
5 changed files with 165 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ dependencies = [
"fake-useragent==1.5.1",
"chromadb==0.5.9",
"pymilvus==2.4.7",
"opensearch-py==2.7.1",
"sentence-transformers==3.2.0",
"colbert-ai==0.2.21",