mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# SQL
|
|
|
|
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/>
|