vivamais / tests /unit /application

Commit History

Make the Q&A system prompt accent-correct PT-BR
d25a156

marinarosa commited on

Answer Q&A in the selected UI language (EN default)
d2962c1

marinarosa commited on

Align MiniCPM5 v1 QA grounding behavior
dc5329b

marinarosa Codex commited on

Answer dashboard questions with hybrid retrieved context
296e5c4

marinarosa commited on

Index the Q&A corpus as a final pipeline stage
cceab43

marinarosa commited on

Add Embedder port, corpus chunker, and hybrid retrieval logic
4de4c2e

marinarosa commited on

Stream Q&A phases through the dashboard interactor
eb26bcd

marinarosa commited on

Tell the Q&A model the asker is the travel agent
0d7ef97

marinarosa commited on

Skip extraction for media that already has an artifact
793c507

marinarosa commited on

Reuse persisted transcriptions when an export is re-processed
24a90e2

marinarosa commited on

Batch audio transcription and survive transcriber failures
1aa649f

marinarosa commited on

Delete the legacy trip/payment/document model and instructor
49321ce

marinarosa commited on

Cut the pipeline, dashboard and UI over to MediaArtifacts
8ad644c

marinarosa commited on

Add artifact-based reconciliation, pipeline, identity and summary logic
9e99154

marinarosa commited on

Run OCR-only images and PDF pages in one ZeroGPU task
65dcfc6

marinarosa commited on

Keep customer facts in the Q&A prompt; trim only old messages
0193640

marinarosa commited on

Process and surface every media item individually, never in batches
4cea766

marinarosa commited on

Transcribe audio first and merge transcriptions into messages
0ebf4f6

marinarosa commited on

Read PDF attachments first; skip webp images
3c147ac

marinarosa commited on

Add OCR-only extraction mode behind VIVAMAIS_OCR_ONLY
91a6caa

marinarosa commited on

Run audio transcription concurrently with vision extraction
1972f1d

marinarosa commited on

Simplify dashboard Q&A: minimal prompt, full history, model-first
53fb91b

marinarosa commited on

Stream structured extraction so tables populate per image
be5443a

marinarosa commited on

Fix empty-context Q&A crash and long voice-note transcription
2b6b763

marinarosa commited on

Use structured vision extraction and surface uncategorized images
e59c30d

marinarosa commited on

Transcribe all images in one ZeroGPU task to outlive the proxy token
e87fd02

marinarosa commited on

Run all OCR before parsing so GPU forks precede llama.cpp load
bf49cc2

marinarosa commited on

Apply ruff format across the repository
70b9afb

marinarosa commited on

Harden OCR parsing with JSON grammar, payer rule, and doc detection
59b6937

marinarosa commited on

Rewrite pipeline: vision OCR -> MiniCPM5 parsing, remove enrichment
7d11122

marinarosa commited on

Improve extraction quality with higher resolution, better ordering, and text enrichment
3c9d2f2

marinarosa commited on

Revert hallucination reduction layers 2-6
77f326d

marinarosa commited on

Add positive validators to vision output normalization
0c090f4

marinarosa commited on

Reject hallucinated trip locators and placeholder fields
efcb961

marinarosa commited on

Recover trips with ticket-first vision extraction
fe91b33

marinarosa commited on

Reject schema placeholders and fix upload progress UI
acc936f

marinarosa commited on

Rewrite vision extraction for real WhatsApp photo patterns
c0e9742

marinarosa commited on

Fix image routing for WhatsApp Android auto-named files
c7dd3fc

marinarosa commited on

Switch UI to dual local models and restore image routing
3a2be31

marinarosa commited on

Rewrite dashboard search with max context and chunked streaming
6e3e81a

marinarosa commited on

Stream CRM snapshots after every image in BuildCrmCard
14dded7

marinarosa commited on

Add TextModel.stream port and per-token streaming in API adapter
3fdae49

marinarosa commited on

Pivot to CPU-only: transformers_cpu adapter, streaming UI, remove legacy backends
b761c48

marinarosa commited on

Remove image-routing heuristic — all images sent to vision
50f23ac

marinarosa commited on

Inject Clock into pipeline with time-based rules (B4)
96b3459

marinarosa commited on

Tighten Repository port types (B3)
ddf1b84

marinarosa commited on

Image routing — skip unnecessary vision calls (C2)
69c8f20

marinarosa commited on

Decompose BuildCrmCard god object (B1)
357397a

marinarosa commited on

Populate Flight segments from ticket extraction (A5)
350fb4a

marinarosa commited on

Wire payment reconciliation into CRM card with profit (A3)
f7c4382

marinarosa commited on