ERP LLM MicroServices

This Contains API endpoints to Ask Questions, and Train Customised LLM Model

API List

Ask Questions

Endpoint: /api/AskQuestion

Method: POST

Description: Ask Questions to the Trained LLM

Form Data:

Train SQL and Questions

Endpoint: /api/TrainQuestionsSQL

Method: POST

Description: Train LLM with Questions and its Corresponding SQL Answers

Form Data:

Train SQL

Endpoint: /api/TrainSql

Method: POST

Description: Train LLM with more SQL queries

Form Data:

Train DDl

Endpoint: /api/TrainDDl

Method: POST

Description: Train LLM with more DDL queries to Give Info About The Table

Form Data:

Write or Update Documentation

Endpoint: /api/UpdateDoc

Method: POST

Description: Write and Update Documentation for the LLM to Provide it more Context

Form Data:

Get Training Data

Endpoint: /api/GetTrainData

Method: GET

Description:Get all the SQL Queries and Prompts the LLM is trained with.