langchain/docs/extras/use_cases/qa_structured/integrations/sqlite.mdx
2023-09-15 12:40:06 -07:00

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/>