diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx index 645bfc1ec1e..bda5ef0c020 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx @@ -210,16 +210,17 @@ export function BingSearchOptions({ settings }) {
  • Create a new Azure account or sign in with an existing one.
  • - Navigate to the "Create a resource" section and search for "Bing - Search v7". + Navigate to the "Create a resource" section and search for "Grounding + with Bing Search".
  • - Select the "Bing Search v7" resource and create a new subscription. + Select the "Grounding with Bing Search" resource and create a new + subscription.
  • +
  • Choose the pricing tier that suits your needs.
  • - Choose the pricing tier that suits your needs (free tier available). + Obtain the API key for your Grounding with Bing Search subscription.
  • -
  • Obtain the API key for your Bing Web Search subscription.
  • ); diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx index 710ad7460dc..566a0c9cf99 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx @@ -74,8 +74,7 @@ const SEARCH_PROVIDERS = [ value: "bing-search", logo: BingSearchIcon, options: (settings) => , - description: - "Web search powered by the Bing Search API. Free for 1000 queries per month.", + description: "Web search powered by the Bing Search API (paid service).", }, { name: "Serply.io",