Skip to content

Commit

Permalink
chore: add YOUTUBE_API_KEY to deployment guides
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Dec 19, 2024
1 parent 031df9b commit 74929fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.server
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ FIRECRAWL_API_KEY=fc-abdef**************
PDF2MD_URL="http://localhost:8081"
BATCH_CHUNK_LIMIT=120
CHAT_COMPLETION_TIMEOUT_SECS=10
YOUTUBE_API_KEY=""
3 changes: 3 additions & 0 deletions helm/templates/backend-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ data:
DITTOFEED_API_KEY: {{ .Values.config.trieve.dittofeedApiKey | quote }}
CREATE_QDRANT_COLLECTIONS: {{ .Values.config.qdrant.initCollections | quote }}
CHAT_COMPLETION_TIMEOUT_SECS: {{ .Values.config.trieve.chatCompletionTimeoutSecs | quote }}
{{- if .Values.config.trieve.youtubeApiKey }}
YOUTUBE_API_KEY: {{ .Values.config.trieve.youtubeApiKey | quote }}
{{- end }}
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ config:
firecrawlUrl: ""
dittofeedApiKey: ""
useSubtrace: false
youtubeApiKey: ""
oidc:
clientSecret: "YllmLDTy67MbsUBrUAWvQ7z9aMq0QcKx"
clientId: "trieve"
Expand Down

0 comments on commit 74929fb

Please sign in to comment.