mirror of
https://github.com/open-webui/docs
synced 2025-05-21 03:35:55 +00:00
Merge pull request #116 from vitaliytv/patch-1
DOCS: Update web_search.md
This commit is contained in:
commit
1dcb437e4a
@ -176,3 +176,19 @@ This is enabled on a per session basis eg. reloading the page, changing to anoth
|
||||
## Serpstack API
|
||||
|
||||
## Brave API
|
||||
|
||||
### Docker Compose Setup
|
||||
|
||||
Add the following to a file named `docker-compose.yaml`:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
open-webui:
|
||||
environment:
|
||||
ENABLE_RAG_WEB_SEARCH: True
|
||||
RAG_WEB_SEARCH_ENGINE: "brave"
|
||||
BRAVE_SEARCH_API_KEY: "YOUR_API_KEY"
|
||||
RAG_WEB_SEARCH_RESULT_COUNT: 3
|
||||
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user