Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions configuration_guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Email address used as the sender for verification emails.

These variables configure the generative AI capabilities of Danswer. These are covered in more depth at the [generative AI configs](/gen_ai_configs/overview).


#### DISABLE_AGENTIC
Disables agentic search evaluation for search queries.

#### GEN_AI_MODEL_PROVIDER
Specifies the provider of the generative AI model (e.g., `openai`, `anthropic`, `huggingface`).

Expand Down Expand Up @@ -236,6 +240,9 @@ Port on which the model server is listening.
<
Various other configuration options.

#### MAX_WORKERS
Maximum number of concurrent workers when sending multiple requests at once to LLM providers

#### DISABLE_TELEMETRY
Set to `true` to opt out of telemetry. Telemetry helps improve Danswer; no sensitive data is collected.

Expand Down