Skip to content

Commit

Permalink
Update ai-stack dependencies
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 948d20c commit e9214e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/ai-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: text-generation-inference
repository: https://infracloudio.github.io/charts
version: 0.1.4
version: 0.1.5
- name: text-embeddings-inference
repository: https://infracloudio.github.io/charts
version: 0.1.5
version: 0.1.6
- name: text-embeddings-inference
repository: https://infracloudio.github.io/charts
version: 0.1.5
- name: chromadb
repository: https://infracloudio.github.io/charts
version: 0.1.2
digest: sha256:482040b402fb91ae4b3b1f7c35f67acf263a19edd3a7554b5b60adb86f3e5f58
generated: "2024-07-27T14:03:04.826248+05:30"
digest: sha256:f8f10332a94e1454bce27cf6635b3a124ff36930c4e7695aa913e01e0f576e60
generated: "2024-07-30T12:01:52.322913+05:30"
8 changes: 4 additions & 4 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.1
version: 0.3.2

# 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 @@ -25,13 +25,13 @@ appVersion: ""

dependencies:
- name: text-generation-inference
version: 0.1.4
version: 0.1.5
repository: "https://infracloudio.github.io/charts"
alias: tgi
condition: tgi.enabled

- name: text-embeddings-inference
version: 0.1.5
version: 0.1.6
repository: "https://infracloudio.github.io/charts"
alias: tei
condition: tei.enabled
Expand All @@ -46,4 +46,4 @@ dependencies:
version: 0.1.2
repository: "https://infracloudio.github.io/charts"
alias: vectordb
condition: vectordb.enabled
condition: vectordb.enabled
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e9214e7

Please sign in to comment.