vector-auditor / src /models

Commit History

Add max_tokens parameter to NexAGI endpoint
f89f0c8
Running

AkshayM commited on

Add privacy column to Document model + migration 005
262e6d5

AkshayM commited on

Fix NexAGIResponse: reasoning_details is list[dict], not dict
807225f

AkshayM commited on

Fix NexAGI: reasoning_details list model_dump, add reasoning_details to message schema
9cb8ece

AkshayM commited on

Add /NexAGI endpoint — OpenRouter reasoning via nex-agi/nex-n2-pro:free
464d909

AkshayM commited on

feat: provider-based LLM profiles + per-request model switching
9a38dd4

AkshayM commited on

feat: add page_width/page_height to citations for frontend bbox scaling + combined bbox+dimension extraction
2c0e3a3

AkshayM commited on

feat: on-demand pdfplumber bbox extraction for citation highlighting
49aaae7

AkshayM commited on

feat: add username field to User model, schemas, and API
c58901b

AkshayM commited on

fix: import parse_document outside .pdf scope; coerce datetime→str in all response schemas
51bad61

AkshayM commited on

fix: remove local file fallback, use Cloudinary only, add POST /documents/backfill endpoint for old docs
1fd184a

AkshayM commited on

fix: add file_url to every citation so the frontend PDF viewer gets the URL directly without extra API call
7226ce1

AkshayM commited on

fix: add file_url to DocumentResponse, pass request to _doc_response, handle old-path files in serve_file
aae70f2

AkshayM commited on

fix: normalize filenames (space/underscore) for doc counting in analyze tab, add document_id to Citation model
4bec4c4

AkshayM commited on

feat: /analyze now fairly samples all selected documents, adds cross_document_comparison + per_document_summary fields to response
cd3b9ef

AkshayM commited on

fix models.py: match Neon schema varchar sizes, add email unique constraint
167c070

AkshayM commited on