From 3d986cf71612fc714209f640eff55d6eb6223a11 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Wed, 11 Sep 2024 14:21:05 -0700 Subject: [PATCH] add vespa search threads --- configuration_guide.mdx | 3 +++ enterprise_edition/configuration.mdx | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configuration_guide.mdx b/configuration_guide.mdx index 1c13618..8b6ce8f 100644 --- a/configuration_guide.mdx +++ b/configuration_guide.mdx @@ -217,6 +217,9 @@ Dimension of document embeddings, typically matching the chosen encoder model's #### NORMALIZE_EMBEDDINGS Set to `true` to enable normalization of embeddings. +#### VESPA_SEARCHER_THREADS +Specifies the number of threads for Vespa search operations. Affects search parallelism and performance. + #### ASYM_QUERY_PREFIX Text prepended to queries in asymmetric semantic search. diff --git a/enterprise_edition/configuration.mdx b/enterprise_edition/configuration.mdx index fbff8d7..334c073 100644 --- a/enterprise_edition/configuration.mdx +++ b/enterprise_edition/configuration.mdx @@ -22,13 +22,14 @@ This variable allows you to start your Danswer instance with pre-configured opti - `admin_user_emails`: List of email addresses for automatic admin role assignment - `seeded_name`: Pre-set name for your Danswer instance - `seeded_logo_path`: Path to your logo within the `assets` folder +- `enterprise_settings`: Object containing enterprise-specific settings, including: + - `custom_nav_items`: List of custom navigation items for the user dropdown menu. Each item requires: + - `title`: The text to display for the navigation item + - `link`: The URL the item should link to + - `icon`: The name of the icon to display (e.g., "Book", "Phone") #### Usage Example -```bash -export ENV_SEED_CONFIGURATION='{"admin_user_emails": ["email@gmail.com"], "seeded_name": "Acme Corp", "seeded_logo_path": "assets/logo.png"}' -``` - This configuration sets up admin email, instance name, and logo path. ### API_KEY_HASH_ROUNDS