langchain/docs
Chakib Benziane ddd518a161
searx_search: updated tools and doc (#6276)
- 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
2023-06-18 17:23:12 -07:00
..
api_reference Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
docs_skeleton fix link of callbacks on modules page (#6323) 2023-06-18 15:08:12 -07:00
extras searx_search: updated tools and doc (#6276) 2023-06-18 17:23:12 -07:00
modules/models/llms/integrations Add oobabooga/text-generation-webui support as a llm (#5997) 2023-06-17 09:42:15 -07:00
snippets fix spelling 2023-06-17 11:06:54 -07:00
.local_build.sh Harrison/deeplake new features (#6263) 2023-06-16 17:53:55 -07:00
requirements.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00