Start cookbook and move stuff from use cases (#11636)

This commit is contained in:
Bagatur
2023-10-11 12:27:13 -07:00
committed by GitHub
parent 99adcdb1c9
commit cf86447623
98 changed files with 522 additions and 2126 deletions

7
cookbook/sql_db_qa.mdx Normal file
View File

@@ -0,0 +1,7 @@
# SQL Database Chain
This example demonstrates the use of the `SQLDatabaseChain` for answering questions over a SQL database.
import Example from "@snippets/modules/chains/popular/sqlite.mdx"
<Example/>