Skip to content

Commit

Permalink
Merge pull request #855 from bjwswang/main
Browse files Browse the repository at this point in the history
chore: add worker and chunksize config in data-processing charts
  • Loading branch information
bjwswang authored Mar 14, 2024
2 parents 6a51ea9 + dacdd90 commit 161bbfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(Also a KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.3.12
version: 0.3.13
appVersion: "0.2.0"

keywords:
Expand Down
2 changes: 2 additions & 0 deletions deploy/charts/arcadia/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ data:
dataprocess: |
llm:
qa_retry_count: {{ .Values.dataprocess.config.llm.qa_retry_count }}
worker: {{ .Values.dataprocess.config.worker }}
chunkSize: {{ .Values.dataprocess.config.chunkSize }}
{{- if .Values.postgresql.enabled }}
postgresql:
host: {{ .Release.Name }}-postgresql.{{ .Release.Namespace }}.svc.cluster.local
Expand Down
4 changes: 4 additions & 0 deletions deploy/charts/arcadia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ dataprocess:
config:
llm:
qa_retry_count: '2'
worker: 1
chunkSize: 500



# @section postgresql is used to configure postgresql service
# Posgresql service will be used in two parts:
Expand Down

0 comments on commit 161bbfc

Please sign in to comment.