From 6c93f2163b4a5dee943ba6d591a2866881182aa9 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Wed, 17 Jul 2024 09:48:41 -0700 Subject: [PATCH] add agentic search environment variables --- configuration_guide.mdx | 7 +++++++ 1 file changed, 7 insertions(+) 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.