mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Chakib Benziane
ddd518a161
- Allows using the same wrapper to create multiple tools ```python wrapper = SearxSearchWrapper(searx_host="**") github_tool = SearxSearchResults(name="Github", wrapper=wrapper, kwargs = { "engines": ["github"], }) arxiv_tool = SearxSearchResults(name="Arxiv", wrapper=wrapper, kwargs = { "engines": ["arxiv"] }) ``` - Updated link to searx documentation Agents / Tools / Toolkits - @hwchase17 |
||
---|---|---|
.. | ||
integrations | ||
dependents.mdx |