Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions plugins/iterative-research/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Quick start
## Requirements

This plugin requires one of the following search providers to be configured:

To start using the **Iterative Deep Research** plugin in your Open WebUI workspace, follow these simple steps:
- **SearXNG** (free): A self-hosted SearXNG instance URL (e.g., `http://localhost:8080`).
- **Tavily AI** (paid): A valid Tavily API key (get one at [tavily.com](https://tavily.com)).

---

## Quick start

1. **Enable and Configure Web Search**: Go to Open WebUI **Admin Settings** -> **Functions** -> **Iterative Research** -> **Valves**.
- Input your self-hosted **SearXNG URL** (e.g., `http://localhost:8080` or `http://searxng:8080`) or provide a **Tavily API Key** (https://tavily.com).
Expand Down Expand Up @@ -42,15 +49,6 @@ The **Iterative Deep Research Agent** solves these limitations by providing a tr

---

## Requirements

This plugin requires one of the following search providers to be configured:

- **SearXNG**: A self-hosted SearXNG instance URL (e.g., `http://localhost:8080`).
- **Tavily AI**: A valid Tavily API key (get one at [tavily.com](https://tavily.com)).

---

## Admin Valves (global configuration)

The plugin can be fully configured by administrators through the Open WebUI Admin interface using the following Valves:
Expand Down
Loading