You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .vscode/env_template.txt
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Copy this file to .env at the base of the repo and fill in the <REPLACE THIS> values
2
-
# This will help with development iteration speed and reduce repeat tasks for dev
1
+
# Copy this file to .env in the .vscode folder
2
+
# Fill in the <REPLACE THIS> values as needed, it is recommended to set the GEN_AI_API_KEY value to avoid having to set up an LLM in the UI
3
3
# Also check out danswer/backend/scripts/restart_containers.sh for a script to restart the containers which Danswer relies on outside of VSCode/Cursor processes
4
4
5
5
# For local dev, often user Authentication is not needed
@@ -15,7 +15,7 @@ LOG_LEVEL=debug
15
15
16
16
# This passes top N results to LLM an additional time for reranking prior to answer generation
17
17
# This step is quite heavy on token usage so we disable it for dev generally
18
-
DISABLE_LLM_DOC_RELEVANCE=True
18
+
DISABLE_LLM_DOC_RELEVANCE=False
19
19
20
20
21
21
# Useful if you want to toggle auth on/off (google_oauth/OIDC specifically)
0 commit comments