Skip to main content

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

  1. Please visit Mojeek Search API page to obtain an API key
  2. With API key, open HridaAI Admin panel and click Settings tab, and then click Web Search
  3. Enable Web search and Set Web Search Engine to mojeek
  4. Fill Mojeek Search API Key with the API key
  5. 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
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.