From 3a75d59c3db7d22f0e944a4d062fa433f1099f5d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 18 Jun 2023 16:45:42 -0700 Subject: [PATCH] searx - docs --- .../extras/modules/agents/tools/integrations/searx_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/modules/agents/tools/integrations/searx_search.ipynb b/docs/extras/modules/agents/tools/integrations/searx_search.ipynb index dec282f5..73621dae 100644 --- a/docs/extras/modules/agents/tools/integrations/searx_search.ipynb +++ b/docs/extras/modules/agents/tools/integrations/searx_search.ipynb @@ -75,7 +75,7 @@ "source": [ "## Custom Parameters\n", "\n", - "SearxNG supports up to [139 search engines](https://docs.searxng.org/admin/engines/configured_engines.html#configured-engines). You can also customize the Searx wrapper with arbitrary named parameters that will be passed to the Searx search API . In the below example we will making a more interesting use of custom search parameters from searx search api." + "SearxNG supports [135 search engines](https://docs.searxng.org/user/configured_engines.html). You can also customize the Searx wrapper with arbitrary named parameters that will be passed to the Searx search API . In the below example we will making a more interesting use of custom search parameters from searx search api." ] }, {