Skip to content

Commit

Permalink
Merge pull request #1009 from ss892714028/master
Browse files Browse the repository at this point in the history
Update Milvus Python SDK to preGA
  • Loading branch information
shiyu22 committed Jan 14, 2022
2 parents 0f475e2 + 2055ea7 commit c80cdab
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion benchmark_test/scripts/requirements.txt
@@ -1,2 +1,2 @@
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
sklearn
Expand Up @@ -8,7 +8,8 @@ pymysql
fastapi
uvicorn
diskcache==5.2.1
pymilvus==2.0.0rc8
pymilvus==2.0.0rc9

python-multipart
typing
starlette
Expand Down
2 changes: 1 addition & 1 deletion solutions/audio_similarity_search/requirements.txt
@@ -1,4 +1,4 @@
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
redis
librosa
numpy
Expand Down
@@ -1,8 +1,8 @@
pymilvus==2.0.0rc8
sklearn
pymysql
numpy
pickle-mixin
fastapi
uvicorn
python-multipart
pymilvus==2.0.0rc9
sklearn
pymysql
numpy
pickle-mixin
fastapi
uvicorn
python-multipart
14 changes: 7 additions & 7 deletions solutions/dna_sequence_classification/requirements.txt
@@ -1,8 +1,8 @@
pymilvus==2.0.0rc8
sklearn
pymysql
numpy
pickle-mixin
fastapi
pymilvus==2.0.0rc9
sklearn
pymysql
numpy
pickle-mixin
fastapi
uvicorn
Python-multipart
Python-multipart
Expand Up @@ -3,7 +3,7 @@ pymysql
fastapi
uvicorn
diskcache==5.2.1
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
python-multipart
typing
starlette
Expand Down
@@ -1,7 +1,7 @@
PyMySQL
uvicorn
numpy
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
fastapi
python-multipart
pandas
Expand Down
@@ -1,4 +1,4 @@
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
diskcache==5.2.1
uvicorn==0.13.4
PyMySQL==1.0.2
Expand Down
Expand Up @@ -3,7 +3,7 @@ diskcache==5.2.1
uvicorn==0.13.4
numpy==1.21.3
pydantic==1.8.2
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
towhee==0.2.0
fastapi==0.65.2
python-multipart==0.0.5
Expand Down
Expand Up @@ -5,7 +5,7 @@ cryptography
aiofiles
gdown
Pillow
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
fastapi
uvicorn
python-multipart
Expand Down
2 changes: 1 addition & 1 deletion solutions/text_search_engine/requirements.txt
@@ -1,4 +1,4 @@
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
flask-cors
numpy
flask
Expand Down
Expand Up @@ -7,7 +7,7 @@ fastapi
uvicorn
pandas
aiofiles
pymilvus==2.0.0rc7
pymilvus==2.0.0rc9
diskcache
python-multipart
towhee==0.2.0

0 comments on commit c80cdab

Please sign in to comment.