mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
Start cookbook and move stuff from use cases (#11636)
This commit is contained in:
7
cookbook/sql_db_qa.mdx
Normal file
7
cookbook/sql_db_qa.mdx
Normal 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/>
|
Reference in New Issue
Block a user