Skip to content

Commit

Permalink
add embeddingBatchSize argument to helm (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall committed Sep 1, 2023
1 parent 3b33739 commit 7ecacef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/bloop/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
- --answer-api-url={{ .Values.bloop.answerApiUrl }}
- --qdrant-url={{ .Values.qdrant.url }}
- --embedding-server-url={{ .Values.bloop.embeddingServerUrl }}:8080
- --embedding-batch-size={{ .Values.bloop.embeddingBatchSize }}
- --instance-domain={{ .Values.bloop.instanceDomain }}
- --github-app-id={{ .Values.bloop.githubAppId }}
- --github-app-install-id={{ .Values.bloop.githubAppInstallId }}
Expand Down
1 change: 1 addition & 0 deletions helm/bloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bloop:
instanceDomain: ""
answerApiUrl: ""
embeddingServerUrl: ""
embeddingBatchSize: ""
analyticsKey: ""
analyticsKeyFE: ""
analyticsDataPlane: ""
Expand Down

0 comments on commit 7ecacef

Please sign in to comment.