Skip to content

Commit

Permalink
[Milvus] Upgrade to 2.4.x (#74)
Browse files Browse the repository at this point in the history
* helm: upgrade milvus to 2.4.0
  • Loading branch information
finaldie authored May 5, 2024
1 parent fc2aa3e commit 570cf45
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ llama-index>=0.9.*

# Vector database
chromadb>=0.4.*
pymilvus>=2.2.*
pymilvus>=2.4.*
pinecone-client

# RSS
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: milvus
repository: https://zilliztech.github.io/milvus-helm
version: 4.1.26
version: 4.1.29
- name: airflow
repository: https://airflow.apache.org
version: 1.13.1
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.0.1
digest: sha256:a451f074992366741d9a9023739d96eaa27e2d58a113dcc8d8d46b82aad8b068
generated: "2024-04-10T02:57:27.256074612Z"
digest: sha256:6584abbbbd157ed1ef2953d7ab5fab16ed38565e2c3f96dd349907b1f1194bde
generated: "2024-05-05T17:13:08.719396504Z"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# User could decide use the below dependencies or setup their own
dependencies:
- name: milvus
version: '4.1.26'
version: '4.1.29'
repository: https://zilliztech.github.io/milvus-helm
condition: milvus.enabled

Expand Down
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ milvus:
cluster:
enabled: false

image:
all:
tag: v2.3.8
# image:
# all:
# tag: v2.3.8

metrics:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pillow",
"pinecone-client",
"pyautogen==0.2.2",
"pymilvus>=2.2.*",
"pymilvus>=2.4.*",
"pymupdf",
"python-dotenv",
"python-snappy",
Expand Down

0 comments on commit 570cf45

Please sign in to comment.