Skip to main content

You.com

tip

For a comprehensive list of all environment variables related to Web Search (including concurrency settings, result counts, and more), please refer to the Environment Configuration documentation.

Troubleshooting

Having issues with web search? Check out the Web Search Troubleshooting Guide for solutions to common problems like proxy configuration, connection timeouts, and empty content.

You.com YDC Index API

You.com provides the YDC Index API, a web search API that returns structured search results including titles, URLs, descriptions, and snippets.

Prerequisites

Docker Compose Setup

Add the following environment variables to your HridaAI docker-compose.yaml file:

services:
  hrida-ai:
    environment:
      ENABLE_WEB_SEARCH: True
      WEB_SEARCH_ENGINE: "youcom"
      YOUCOM_API_KEY: "YOUR_API_KEY"
      WEB_SEARCH_RESULT_COUNT: 3
      WEB_SEARCH_CONCURRENT_REQUESTS: 10

Admin Panel Setup

  1. Log in to HridaAI with an admin account.
  2. Navigate to Admin PanelSettingsWeb Search.
  3. Enable Web Search by toggling it On.
  4. Select youcom from the Web Search Engine dropdown.
  5. Paste your You.com API key into the You.com API Key field.
  6. (Optional) Adjust the result count and concurrency settings as needed.
This content is for informational purposes only and does not constitute a warranty, guarantee, or contractual commitment. Hrida AI is proprietary software owned by Zlabs Innovation, provided "as is." See your license for applicable terms. © 2026 Zlabs Innovation. All rights reserved.