From 622578a0221629ef3219aa95c0ca3c7dcd9ac159 Mon Sep 17 00:00:00 2001 From: blob42 Date: Thu, 9 Mar 2023 23:58:33 +0000 Subject: [PATCH] docs: fix typo in searx tool (#1569) Co-authored-by: blob42 --- langchain/utilities/searx_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langchain/utilities/searx_search.py b/langchain/utilities/searx_search.py index 60a6c6d959c..b171a0d75be 100644 --- a/langchain/utilities/searx_search.py +++ b/langchain/utilities/searx_search.py @@ -1,4 +1,4 @@ -"""Chain that calls SearxNG meta search API. +"""Utility for using SearxNG meta search API. SearxNG is a privacy-friendly free metasearch engine that aggregates results from `multiple search engines @@ -15,7 +15,7 @@ Quick Start ----------- -In order to use this chain you need to provide the searx host. This can be done +In order to use this tool you need to provide the searx host. This can be done by passing the named parameter :attr:`searx_host ` or exporting the environment variable SEARX_HOST. Note: this is the only required parameter.