CoolFace
Apppublic

akshayyy1/vector-auditor

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
50 commits on main
f89f0c83mo ago

Add max_tokens parameter to NexAGI endpoint

AkshayM
262e6d53mo ago

Add privacy column to Document model + migration 005

AkshayM
390b0993mo ago

Remove PII from research mode and response handlers

AkshayM
073907c3mo ago

Tune Presidio: strict mode masks names+orgs for NDA, light mode skips them for research

AkshayM
82a91b93mo ago

Add privacy flag to upload — PII runs only when privacy=True (NDA mode)

AkshayM
d3f3dec3mo ago

Fix tuple unpacking error in gather result for PDF parsing

AkshayM
e2a25783mo ago

Skip MarkItDown for PDFs — run only as fallback if pypdf returns empty

AkshayM
a965d173mo ago

Swap pdfplumber → pypdf for upload parsing (3x faster text extraction)

AkshayM
f67c9de3mo ago

Fix upload dedup crash: scalar_one_or_none → scalars().first() for sha256 lookup

AkshayM
d1349983mo ago

Remove forced section headers from SYSTEM_WHITE_BOX — /query returns raw LLM output

AkshayM
807225f3mo ago

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

AkshayM
6102a513mo ago

Fix NexAGI: reasoning_details is already a list of dicts

AkshayM
9cb8ece3mo ago

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

AkshayM
0b6e6e03mo ago

Update README + mermaid: add NexAGI free-form reasoning chat

AkshayM
464d9093mo ago

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

AkshayM
5917ff53mo ago

Update README: dual LLM providers, 1 worker, JSON analyze, PII skips

AkshayM
a0f0ee13mo ago

Parallelize multi-doc retrieval with asyncio.gather

AkshayM
06a5fdf3mo ago

Restore JSON parsing in analyze_document — populate all DocumentAnalysis fields

AkshayM
f33ec9c3mo ago

Revert "Remove deepeval test from HF"

AkshayM
07e4eef3mo ago

Remove deepeval test from HF

AkshayM
50842e13mo ago

Fix import path in deepeval test

AkshayM
ab390193mo ago

Add deepeval RAG quality tests (faithfulness + relevancy)

AkshayM
75870523mo ago

Reduce default concurrent jobs to 5

AkshayM
1a0d1f53mo ago

Append verification warning to answer so frontend always shows it

AkshayM
102af7a3mo ago

Handle null content in LLM response (NoneType len error)

AkshayM
ed71b773mo ago

Auto-fallback to mercury when minimax fails (chat + stream)

AkshayM
ebf84fb3mo ago

Skip PERSON/LOCATION/ORG in PII masking — only mask contact & financial IDs

AkshayM
536fca23mo ago

Safe minimax defaults: no thinking, temp=0.3, max_tokens=4096

AkshayM
fe833f13mo ago

Profile-aware API key: mercury uses INCEPTION_API_KEY, minimax uses LLM_API_KEY

AkshayM
e2b443d3mo ago

Minimax uses LLM_BASE_URL env var; mercury always uses inceptionlabs.ai

AkshayM
08f6f023mo ago

Remove LLM_BASE_URL env override — use profile's own base_url

AkshayM
980aa8d3mo ago

Keep only mercury + minimax profiles; remove custom profile logic entirely

AkshayM
17b877a3mo ago

Drop custom profile as default — always default to mercury; minimax remains selectable

AkshayM
3a19fe33mo ago

Speed up analyze: use black_box mode (no thinking, 2K tokens) instead of white_box

AkshayM
3fb79c13mo ago

Reduce uvicorn workers from 8 to 1 to prevent OOM on HF Spaces

AkshayM
bededb83mo ago

Remove _strip_headers post-processing — let LLM output pass through as-is

AkshayM
f4d05f93mo ago

Strip headers server-side + stronger prompt to enforce plain-text output

AkshayM
d62b6853mo ago

Force plain-text output: remove all headers/structure from LLM prompt

AkshayM
7fdb1113mo ago

Simplify document_agent: drop JSON parsing, return raw LLM output; fix llm.py syntax errors

AkshayM
79d0c2f3mo ago

fix: strict query-only output in analyze — no extra sections

AkshayM
41272753mo ago

feat: query-driven analyze + context window bump

AkshayM
6d2e6ad3mo ago

fix: make analyze JSON structure query-driven instead of rigid template

AkshayM
3788bc03mo ago

fix: normalize all LLM JSON fields + wire cross_doc/per_doc

AkshayM
ede9cc43mo ago

fix: normalize list-typed limitations/methodology from LLM JSON

AkshayM
84db3873mo ago

fix: thinking.type enabled for analyze mode + status event

AkshayM
6addc683mo ago

fix: increase httpx timeout 120s -> 300s/600s for thinking models

AkshayM
1c1c87d3mo ago

fix: thinking.type enabled instead of adaptive for NVIDIA API

AkshayM
e61df263mo ago

feat: cache reranker snapshot at build time via huggingface_hub

AkshayM
28a6ad43mo ago

feat: minimax temp=0.1 + thinking adaptive + json output for analyze

AkshayM
cc8bded3mo ago

fix: handle LLM_BASE_URL with or without /chat/completions suffix

AkshayM