mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-17 13:01:48 +00:00
The `/docs/integrations/tools/sqlite` page is not about the tool integrations. I've moved it into `/docs/use_cases/sql/sqlite`. `vercel.json` modified As a result two pages now under the `/docs/use_cases/sql/` folder. So the `sql` root page moved down together with `sqlite` page.
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/> |