[BUG]how dose SQLDatabase Chain go when I
when I add a include table for sqlDatabase Chain ,it thow [the do not contains table margin_trading] ,but my database exactily contains this table
how does it happend? please help me!
@littleKanghui we released another template - SQL Prompt which allow a more robust way to use your prompt, connect to your databases using custom JS function:
in the meantime, we'll take a look at the Include Table issue
@HenryHengZJ this is for MySQL? How to modify this template as I have SQL Server MSSQL
Keen to know why for example a ChatOpenAI node is replicated x3 times here when a single node instance of ChatOpenAI node can fan out to x3 connections?
Keen to know why for example a ChatOpenAI node is replicated x3 times here when a single node instance of ChatOpenAI node can fan out to x3 connections?
Flowise traverse the graph from left to right, hence 3 nodes are needed instead of just 1, otherwise it will causes the graph into infinite loop
@HenryHengZJ this is for MySQL? How to modify this template as I have SQL Server MSSQL
this is for SingleStore SQL, but its a piece of JS code that is modifiable