diff --git a/configuration_guide.mdx b/configuration_guide.mdx index 1c13618b..75b531b2 100644 --- a/configuration_guide.mdx +++ b/configuration_guide.mdx @@ -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`). @@ -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.