Embedded Data Solutions for AI Era

Embed AI components in your application with only a few lines of code.

Data model image

How Does It work?

program.cs


// add the following code snippet in program.cs file
builder.Services.UseNLQ2SQLDashboard(builder.Configuration);

// add the following code snippet below app.MapControllerRoute
app.UseNLQ2SQLDashboard();
            

appsettings.json


{
  "AllowedHosts": "*",
  "NLQ2SQLSettings": {
    "MSSQL": {
      "ConnectionString": "<ConnectionString>"
    },
    "APIKey": "",
    "AppName": "<Name of your application>",
    "Logo": "<Logo URL>"
  }
}
            

Embed AI driven data components into your application

Built on Unicorn Platform