Skip to content

Commit

Permalink
use chromdb chart for vectordb
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 22, 2024
1 parent 3606d9f commit 4d902af
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/ai-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
repository: https://infracloudio.github.io/charts
version: 0.1.5
- name: chromadb
repository: https://amikos-tech.github.io/chromadb-chart/
version: 0.1.19
digest: sha256:065e63625584c77579904f4cc7ab11df7f1daf721697209e82d085787b62f8ca
generated: "2024-07-19T17:25:52.407374+05:30"
repository: https://infracloudio.github.io/charts
version: 0.1.1
digest: sha256:682c19ab2850a6cf018fb7f56581d38cf7b9a5bc707f5637eaba2683119c1511
generated: "2024-07-22T15:39:52.280343+05:30"
6 changes: 3 additions & 3 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.2.2
version: 0.3.0

# 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 Down Expand Up @@ -43,7 +43,7 @@ dependencies:
condition: reranker.enabled

- name: chromadb
version: 0.1.19
repository: https://amikos-tech.github.io/chromadb-chart/
version: 0.1.1
repository: "https://infracloudio.github.io/charts"
alias: vectordb
condition: vectordb.enabled
Binary file added charts/ai-stack/charts/chromadb-0.1.1.tgz
Binary file not shown.
Binary file removed charts/ai-stack/charts/chromadb-0.1.19.tgz
Binary file not shown.
23 changes: 23 additions & 0 deletions charts/ai-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,29 @@ vectordb:

service:
type: LoadBalancer
port: 8000

pvc:
enabled: true

persistentVolumeClaim:
name: "db-data"

annotations:
nfs.io/storage-path: "vectordb/data"

storageClassName: "controller-nfs"

size: "2Gi"

volumeMounts:
- name: db-data
mountPath: /chroma/chroma/

volumes:
- name: db-data
persistentVolumeClaim:
claimName: db-data

huggingface:

Expand Down

0 comments on commit 4d902af

Please sign in to comment.