Skip to content

Commit

Permalink
feat: manually chunk in files and context down to 1024 in dify (#92)
Browse files Browse the repository at this point in the history
manually chunk in files and context down to 1024 in dify
  • Loading branch information
lovehunter9 authored May 31, 2024
1 parent fc5e819 commit 6f2c4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
value: system-server.user-system-{{ .Values.bfl.username }}

- name: files
image: beclab/files-server:v0.2.18
image: beclab/files-server:v0.2.19
imagePullPolicy: IfNotPresent
volumeMounts:
- name: fb-data
Expand Down
4 changes: 2 additions & 2 deletions apps/nitro/config/cluster/deploy/dify_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ spec:
- SYS_ADMIN
{{- if and .Values.gpu (not (eq .Values.gpu "none" )) }}
- name: nitro
image: 'beclab/nitro:v0.0.2'
image: 'beclab/nitro:v0.0.3'
ports:
- name: nitro-port
containerPort: 3928
Expand All @@ -858,7 +858,7 @@ spec:
- name: NGL_VALUE
value: '33'
- name: C_VALUE
value: '4096'
value: '1024'
- name: OTHER_VALUES
- name: PGID
value: '1000'
Expand Down

0 comments on commit 6f2c4a7

Please sign in to comment.