CoolFace
Apppublic

nmarafo/local-gemma4-rag

sourceHugging Faceupdated 4mo agoView on Hugging Face
3likes
50 commits on main
a990b254mo ago

Update Ollama help card to include Hugging Face PNA instructions

nmarafo
0a857a04mo ago

Add local Ollama backend and Gemma 4 12B MTP support

nmarafo
5fd6f324mo ago

Add hover tooltips to source citations

nmarafo
5a05ba44mo ago

Add version indicator v1.2.0 to UI headers

nmarafo
cdfb2914mo ago

Optimize Orama similarity, WebGPU dtype, ONNX CDN paths, and parallelize PDF text extraction

nmarafo
6eff95c5mo ago

fix: remove similarity threshold from Orama vector search to allow non-semantic summary queries to retrieve context

nmarafo
0acd9865mo ago

feat: add visual progress indicator for document vectorization to provide immediate UI feedback

nmarafo
99ee4d75mo ago

feat: add capability to rename and delete documents from the RAG panel

nmarafo
56013655mo ago

fix: inject RAG context into user prompt instead of system prompt to satisfy Gemma 4 instruction tuning

nmarafo
0ebb58f5mo ago

fix: improve system prompt to prevent model from requesting document when context is provided

nmarafo
1eda7165mo ago

fix: make the standalone html the primary entrypoint for huggingface

nmarafo
e8465d75mo ago

feat: integrate structural RAG from desktop app to standalone html

nmarafo
ef0016a5mo ago

Fix: replaced blocked native alert with custom showError modal & fixed RAG hanging on error

nmarafo
ca9baf35mo ago

UI/UX: Major overhaul - Ported Desktop App system (Workspaces, Structural RAG, Premium Citations)

nmarafo
a2195786mo ago

Deployment: set standalone multimodal version as official index.html for HF Space

nmarafo
9d7b22e6mo ago

Docs: add gemma-4-E4B to models and update title

nmarafo
759ab076mo ago

UI/UX: Premium Multimodal Standalone redesign with Vision & Audio support

nmarafo
238c7776mo ago

Fix: standalone worker hanging and character escaping

nmarafo
96318136mo ago

Stability: explicit WebGPU memory cleanup on page reload

nmarafo
ab6d71a6mo ago

Fix: robust reasoning filter to prevent UI hang in main app

nmarafo
7925c7e6mo ago

UI: added Clear Chat and Copy Output functionality

nmarafo
fec37cf6mo ago

Feature: hybrid RAG/general knowledge and document deletion support

nmarafo
951a4116mo ago

Feature: dynamic model selection (Gemma 4 E2B vs E4B) with VRAM warnings

nmarafo
b8391f26mo ago

Feature: add full Markdown support with code syntax highlighting (Highlight.js) and custom CSS

nmarafo
ab1c0706mo ago

Docs: move models metadata to frontmatter

nmarafo
6eb85ba6mo ago

Docs: update model metadata in README

nmarafo
7b4fffc6mo ago

UI: add creator credits and social links for Norberto Martín Afonso

nmarafo
4db70e26mo ago

Fix: use official Chat Template via apply_chat_template to prevent prompt echoing

nmarafo
91c9f7b6mo ago

Fix: implement Gemma 4 reasoning filtering, turn format, and stop tokens

nmarafo
c32f26d6mo ago

Perf: optimize WebGPU speed with warmup and greedy decoding, plus show-sources UI

nmarafo
dbad6686mo ago

Feature: add PDF support, premium Dark UI with document list, and fix RAG prompt echo

nmarafo
dce9e4d6mo ago

Fix: update Orama search syntax to v2 required format

nmarafo
7c070676mo ago

Update: upgrade to Transformers.js v4.0.1 with worker/library cache busting (v401) to fix Gemma 4 support

nmarafo
97f921b6mo ago

Fix: upload full set of ONNX Runtime v1.24.3 modules including asyncify to resolve all fetch errors

nmarafo
ab036cd6mo ago

Upgrade: migrate to Transformers.js v4.0.0 and ONNX Runtime 1.22.0 for native Gemma 4 support

nmarafo
50e5c526mo ago

Fix: update local WASM files to 1.22.0-dev to match Transformers.js 3.8.1 requirement

nmarafo
00d1f976mo ago

Update: upgrade Transformers.js to v3.8.1 for native Gemma 4 architecture support

nmarafo
3a773fe6mo ago

Fix: use matching ONNX Runtime dev version for Transformers.js 3.3.0 to resolve t.getValue error

nmarafo
6bff6f06mo ago

Fix: use absolute URL for local WASM modules to ensure correct fetch in workers

nmarafo
047f5bb6mo ago

Fix: move WASM modules to local hosting to bypass CDN fetch issues

nmarafo
3fce05c6mo ago

Fix: use explicit mapping for verified stable WASM modules (v1.20.1)

nmarafo
80ba5fc6mo ago

Fix: point to onnxruntime-web CDN for missing WASM modules

nmarafo
515086c6mo ago

Fix: use ONNX version of Gemma 4 for Transformers.js compatibility

nmarafo
bd1184e6mo ago

Complete Local RAG implementation with Gemma 4 and WebGPU

nmarafo
4d04cb66mo ago

Merge from Hugging Face with our changes

nmarafo
80994cb6mo ago

Initial sync with Antigravity footer

nmarafo
3d1b8f26mo ago

Add files via upload

nmarafo
64ec1b36mo ago

Update index.html

nmarafo
ef29f306mo ago

Update README.md

nmarafo
053302d6mo ago

Update README.md

nmarafo