From 8cd568f5da19e4c84930057e664b92d2d4225597 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:56:34 +0000 Subject: [PATCH] Update web_search.md Added missing search engine coming soon spots --- docs/tutorial/web_search.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/docs/tutorial/web_search.md b/docs/tutorial/web_search.md index a5a3127..c95b783 100644 --- a/docs/tutorial/web_search.md +++ b/docs/tutorial/web_search.md @@ -146,15 +146,13 @@ Launch your updated stack with: docker compose -f docker-compose.yaml -f docker-compose.searxng.yaml up -d ``` -### 3. Alternative: Docker Run - -You can run SearXNG directly using `docker run`: +Alternatively, you can run SearXNG directly using `docker run`: ```bash docker run -d --name searxng -p 8080:8080 -v ./searxng:/etc/searxng --restart always searxng/searxng:latest ``` -### 4. GUI Configuration +### 3. GUI Configuration 1. Navigate to: `Admin Panel` -> `Settings` -> `Web Search` 2. Toggle `Enable Web Search` @@ -165,7 +163,7 @@ docker run -d --name searxng -p 8080:8080 -v ./searxng:/etc/searxng --restart al ![SearXNG GUI Configuration](/img/tutorial_searxng_config.png) -### 5. Using Web Search in a Chat +### 4. Using Web Search in a Chat To access Web Search, Click on the + next to the message input field. @@ -222,10 +220,6 @@ Search the web ;-) ![enable Web search](../../static/img/tutorial_google_pse2.png) -## Serper API - -## Serpstack API - ## Brave API ### Docker Compose Setup @@ -243,3 +237,20 @@ services: RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10 ``` +## Serpstack API +Coming Soon + +## Serper API +Coming Soon + +## Serply API +Coming Soon + +## DuckDuckGo API +Coming Soon + +## Tavily API +Coming Soon + +## Jina API +Coming Soon