SQL use case docs (#8513)

This commit is contained in:
Manuel Soria
2023-08-08 07:30:18 -03:00
committed by GitHub
parent 022ef170f8
commit e74a605379
9 changed files with 860 additions and 368 deletions

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