File size: 1,091 Bytes
acc4ffe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Generic Utilities
=================

There are a lot of different utilities that LangChain provides integrations for
These guides go over how to use them.
The utilities listed here are all generic utilities.

`Bash <./examples/bash.html>`_: How to use a bash wrapper to execute bash commands.

`Python REPL <./examples/python.html>`_: How to use a Python wrapper to execute python commands.

`Requests <./examples/requests.html>`_: How to use a requests wrapper to interact with the web.

`Google Search <./examples/google_search.html>`_: How to use the google search wrapper to search the web.

`SerpAPI <./examples/serpapi.html>`_: How to use the SerpAPI wrapper to search the web.

`SearxNG Search API <./examples/searx_search.html>`_: Hot to use the SearxNG meta search wrapper to search the web.

`Bing Search <./examples/bing_search.html>`_: How to use the Bing search wrapper to search the web.

`Wolfram Alpha <./examples/wolfram_alpha.html>`_: How to use the Wolfram Alpha wrapper to interact with Wolfram Alpha.


.. toctree::
   :maxdepth: 1
   :glob:
   :hidden:

   ./examples/*