Konko fix dependency

This commit is contained in:
Bagatur
2023-09-08 10:06:37 -07:00
parent c6b27b3692
commit 9095dc69ac
138 changed files with 10707 additions and 2862 deletions
+7
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/>