mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
1.0 KiB
1.0 KiB
sidebar_position, title
| sidebar_position | title |
|---|---|
| 8 | Mojeek |
:::warning
This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
:::
Mojeek Search API
Setup
- Please visit Mojeek Search API page to obtain an
API key - With
API key, openOpen WebUI 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 Open WebUI docker-compose.yaml file:
services:
open-webui:
environment:
ENABLE_RAG_WEB_SEARCH: True
RAG_WEB_SEARCH_ENGINE: "mojeek"
BRAVE_SEARCH_API_KEY: "YOUR_MOJEEK_API_KEY"
RAG_WEB_SEARCH_RESULT_COUNT: 3
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10