mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
SQL use case docs (#8513)
This commit is contained in:
7
docs/extras/integrations/tools/sqlite.mdx
Normal file
7
docs/extras/integrations/tools/sqlite.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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/>
|
Reference in New Issue
Block a user