Reduce Gemini fallback noise and restore result volume
build-push / docker (push) Successful in 4m6s

This commit is contained in:
AI Assistant
2026-03-16 14:38:46 +09:00
parent 4dbb963256
commit 6972178a2b
6 changed files with 22 additions and 12 deletions
+14
View File
@@ -458,3 +458,17 @@
- Artgrid source fidelity is better, but preview-video extraction is still incomplete.
- There is now a local self-test workflow.
- There is one known local commit that has not been pushed because the remote repo reported an unpacker error.
## Recent Change Log
- Date: `2026-03-16`
- What changed:
- Removed per-batch Gemini fallback injection so empty Gemini sub-results no longer automatically turn into many `"Gemini Vision 응답이 부족해..."` items.
- Relaxed final merge to keep more non-negative Gemini-reviewed candidates and allow a larger capped preview-capable filler set when the visible result list is too small.
- Slightly raised Envato / Artgrid caps and enrichment scope again after the stricter merge caused visible result count to collapse too far.
- Bumped frontend asset version to `20260316e` so clients pick up the newer preview-proxy behavior.
- Why it changed:
- The user still saw too few results and too many fallback-labeled items despite the earlier filtering changes.
- How it was verified:
- `go test ./...`
- What is still risky or incomplete:
- If the browser is holding an older cached `app.js`, a hard refresh may still be needed before the proxied preview path is actually used on the client.