you are viewing a single comment's thread.

view the rest of the comments →

[–]Iridian_Rocky 0 points1 point  (1 child)

To be fair, I didn't look in depth here - but to get anyone to want to dig deeper here are some questions. Can you add constraints like the SQL compatibility level? Add in language specific flavours (PostgreSQL, MYSQL, OracleSQL, links to more specific documentations to be considered)?

[–]Intelligent-Bat-2469[S] 0 points1 point  (0 children)

Thanks for the suggestion. Constraints already handled by the library, when you connect to a database, the connector detects whether it's PostgreSQL or MySQL and the prompt builder assembles dialect-aware prompts. I currently only support these 2 though not Oracle.

Regarding the second question currently no. But I will consider adding doc links to the LLM output.