Embed AI components in your application with only a few lines of code.
// add the following code snippet in program.cs file
builder.Services.UseNLQ2SQLDashboard(builder.Configuration);
// add the following code snippet below app.MapControllerRoute
app.UseNLQ2SQLDashboard();
{
"AllowedHosts": "*",
"NLQ2SQLSettings": {
"MSSQL": {
"ConnectionString": "<ConnectionString>"
},
"APIKey": "",
"AppName": "<Name of your application>",
"Logo": "<Logo URL>"
}
}
Thank you for your interest in participating in our hackathon.
Registration is now closed.