File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
k8s/welearn-datastack/templates/qdrantSyncronizer Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ spec:
129
129
- name : memory
130
130
value : >-
131
131
{{ print "{{inputs.parameters.memory_document_synchronize_batch}}" }}
132
+ - name : pg_db
133
+ value : >-
134
+ {{ print "{{inputs.parameters.pg_db}}" }}
132
135
artifacts :
133
136
- name : batch_ids_csv
134
137
from : >-
Original file line number Diff line number Diff line change 52
52
default : {{ .workflowTemplates.runNode.requests.memory }}
53
53
- name : qdrant_timeout
54
54
default : 60
55
+ - name : pg_db
55
56
56
57
artifacts :
57
58
- name : batch_ids_csv
93
94
- name : QDRANT_CHUNK_SIZE
94
95
value : >-
95
96
{{ print "{{inputs.parameters.qdrant_chunk_size}}" }}
97
+ - name : PG_DB
98
+ value : >-
99
+ {{ print "{{inputs.parameters.pg_db}}" }}
96
100
args :
97
101
- python
98
102
- " -m"
You can’t perform that action at this time.
0 commit comments