Merge branch 'FlowiseAI:main' into main

This commit is contained in:
VJSai
2023-07-08 18:49:43 +05:30
committed by GitHub
15 changed files with 393 additions and 10 deletions
@@ -66,7 +66,7 @@ class SqlDatabaseChain_Chains implements INode {
const chain = await getSQLDBChain(databaseType, dbFilePath, model)
if (options.socketIO && options.socketIOClientId) {
const handler = new CustomChainHandler(options.socketIO, options.socketIOClientId)
const handler = new CustomChainHandler(options.socketIO, options.socketIOClientId, 2)
const res = await chain.run(input, [handler])
return res
} else {