Mojeek
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.
Mojeek Search API
Setup
- Please visit Mojeek Search API page to obtain an
API key - With
API key, openHridaAI Admin paneland clickSettingstab, and then clickWeb Search - Enable
Web searchand SetWeb Search Enginetomojeek - Fill
Mojeek Search API Keywith theAPI key - Click
Save
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: "mojeek"
MOJEEK_SEARCH_API_KEY: "YOUR_MOJEEK_API_KEY"
WEB_SEARCH_RESULT_COUNT: 3
WEB_SEARCH_CONCURRENT_REQUESTS: 1