Nyxar / models /batch_summary_model.py

Commit History

feat: added a new sections feature and recommendations and aseessments and report metadata for the ai intelligence page
12e21d8

Sanjeev2501 commited on

Tracked thoughts_tokens for gemini model and added it to the BatchSummary table.
d9b52ba

Sanjeev2501 commited on

refactor: Added input_tokens, output_tokens and total_tokens column in the BatchSummary table to track usage the tokens efficiently for each LLM.
3357444

Sanjeev2501 commited on

fix: change __table_args__ to a tuple
26a16b9

Sanjeev2501 commited on

refactor: changed model from gemini-3-flash to gemini-2.5-flash and changed the dytpe of batch_summary table's id column from float to integer
aea60db

Sanjeev2501 commited on

Fixed the data type error. Modified the data type of foreign key job_id from float to integer.
c2ebe3c

Sanjeev2501 commited on

Fixed the nullable syntax
6f9dfd1

Sanjeev2501 commited on

Fixed the foreign key syntax
4254cbe

Sanjeev2501 commited on

Added a new LLM batch summary table, LLM service and a route to access the batch prediction and generate insights using AI.
1c5b507

Sanjeev2501 commited on