langchain/cookbook/sql_db_qa.mdx

7 lines
205 B
Plaintext
Raw Normal View History

2023-08-08 10:30:18 +00:00
# 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"
2023-08-08 10:30:18 +00:00
<Example/>