diff --git a/docs/features/chat-conversations/web-search/providers/youcom.md b/docs/features/chat-conversations/web-search/providers/youcom.md index 37d4e8150..5f9d10e87 100644 --- a/docs/features/chat-conversations/web-search/providers/youcom.md +++ b/docs/features/chat-conversations/web-search/providers/youcom.md @@ -39,7 +39,7 @@ services: environment: ENABLE_WEB_SEARCH: True WEB_SEARCH_ENGINE: "youcom" - YOUCOM_API_KEY: "YOUR_API_KEY" + YDC_API_KEY: "YOUR_API_KEY" # legacy YOUCOM_API_KEY also accepted WEB_SEARCH_RESULT_COUNT: 3 WEB_SEARCH_CONCURRENT_REQUESTS: 10 ``` diff --git a/docs/reference/env-configuration.mdx b/docs/reference/env-configuration.mdx index fbaa98f01..13d78b289 100644 --- a/docs/reference/env-configuration.mdx +++ b/docs/reference/env-configuration.mdx @@ -4365,11 +4365,11 @@ If you use `perplexity`, this variable is not relevant to you. ::: -#### `YOUCOM_API_KEY` +#### `YDC_API_KEY` - Type: `str` - Default: Empty string (' ') -- Description: Sets the API key for [You.com](https://you.com/) YDC Index API web search. Required when `WEB_SEARCH_ENGINE` is set to `youcom`. Obtain an API key from [You.com API](https://you.com/api). +- Description: Sets the API key for [You.com](https://you.com/) YDC Index API web search. Required when `WEB_SEARCH_ENGINE` is set to `youcom`. Obtain an API key from [You.com API](https://you.com/api). The legacy `YOUCOM_API_KEY` is also accepted as a fallback. - Persistence: This environment variable is a `ConfigVar` variable. ### Web Loader Configuration