langchain/docs
Ankush Gola 82baecc892
Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150)
This PR adds 

* `ZeroShotAgent.as_sql_agent`, which returns an agent for interacting
with a sql database. This builds off of `SQLDatabaseChain`. The main
advantages are 1) answering general questions about the db, 2) access to
a tool for double checking queries, and 3) recovering from errors
* `ZeroShotAgent.as_json_agent` which returns an agent for interacting
with json blobs.
* Several examples in notebooks

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-02-28 19:44:39 -08:00
..
_static docs: increase width (#1049) 2023-02-15 23:07:01 -08:00
ecosystem Harrison/deeplake (#1316) 2023-02-26 22:35:04 -08:00
getting_started add reqs (#918) 2023-02-06 20:30:03 -08:00
modules Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 2023-02-28 19:44:39 -08:00
reference Harrison/deeplake (#1316) 2023-02-26 22:35:04 -08:00
tracing Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
use_cases Fix link in summarization.md (#1344) 2023-02-28 18:58:12 -08:00
conf.py improve css (#615) 2023-01-14 07:39:29 -08:00
deployments.md add docs for steamship deployment (#949) 2023-02-08 16:01:19 -08:00
ecosystem.rst Docs refactor (#480) 2023-01-02 08:24:09 -08:00
gallery.rst update gallery with slack bot (#1177) 2023-02-20 08:21:00 -08:00
glossary.md Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
index.rst improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
make.bat initial commit 2022-10-24 14:51:15 -07:00
Makefile Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
reference.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
requirements.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
tracing.md Harrison/tracing docs (#806) 2023-01-29 20:49:35 -08:00