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
- A You.com API key from You.com API
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: 10Admin Panel Setup
- Log in to HridaAI with an admin account.
- Navigate to Admin Panel → Settings → Web Search.
- Enable Web Search by toggling it On.
- Select youcom from the Web Search Engine dropdown.
- Paste your You.com API key into the You.com API Key field.
- (Optional) Adjust the result count and concurrency settings as needed.