mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
# 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/> |