Skip to content

Commit

Permalink
Update pymilvus
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSamhuns committed Aug 2, 2023
1 parent 76e0c3a commit bf6864f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ When changing settings in `docker-compose.yml` for the different services i.e. m
<p style="color:red;">WARNING: This will delete all existing user, face-images, and vector records.</p>

```shell
# run inside the same directory as docker-compose.yml
docker-compose down
docker volume rm $(docker volume ls -q)
rm -rf volumes
Expand Down
2 changes: 1 addition & 1 deletion app_docker_compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.11
image: milvusdb/milvus:v2.2.12
command: [ "milvus", "run", "standalone" ]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand Down
2 changes: 1 addition & 1 deletion app_docker_compose/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gdown==4.7.1
opencv-python==4.8.0.74
Pillow==9.5.0
python-multipart==0.0.6
pymilvus==2.2.13
pymilvus==2.2.14
PyMySQL==1.0.3
redis==4.6.0
requests==2.31.0
Expand Down

0 comments on commit bf6864f

Please sign in to comment.