Files
langchain-python/langchain/chains
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
..
2023-02-15 23:57:13 -08:00
2023-02-12 23:01:26 -08:00
2023-02-12 23:01:26 -08:00
2023-01-27 00:45:17 -08:00
2023-01-27 00:45:17 -08:00
2023-02-02 08:23:38 -08:00
2023-02-02 08:47:20 -08:00
2023-02-10 08:01:13 -08:00
2023-02-14 15:06:14 -08:00
2022-12-10 09:19:16 -08:00
2023-01-22 12:44:14 -08:00
2022-12-06 21:58:16 -08:00