Skip to content

Commit

Permalink
update reranker dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
  • Loading branch information
sanketsudake committed Jul 30, 2024
1 parent e9214e7 commit 75f2723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/ai-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.1.6
- name: text-embeddings-inference
repository: https://infracloudio.github.io/charts
version: 0.1.5
version: 0.1.6
- name: chromadb
repository: https://infracloudio.github.io/charts
version: 0.1.2
digest: sha256:f8f10332a94e1454bce27cf6635b3a124ff36930c4e7695aa913e01e0f576e60
generated: "2024-07-30T12:01:52.322913+05:30"
digest: sha256:4e3104e0d6e1485420ca0b989cf146cec1bd9bbf2b6f846f1084bd6e999d24b0
generated: "2024-07-30T12:35:11.536082+05:30"
4 changes: 2 additions & 2 deletions charts/ai-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.2
version: 0.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -37,7 +37,7 @@ dependencies:
condition: tei.enabled

- name: text-embeddings-inference
version: 0.1.5
version: 0.1.6
repository: "https://infracloudio.github.io/charts"
alias: reranker
condition: reranker.enabled
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/ai-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ reranker:
volumes:
- name: hf-cache
persistentVolumeClaim:
claimName: hf-cache
claimName: hf-cache

0 comments on commit 75f2723

Please sign in to comment.