CoolFace
Apppublic

thaidinhz1/rag-vietnamese

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

Fix sample questions, remove upload feature, fix README accuracy

thaidinhz1
09180093mo ago

Remove upload feature: broken with scanned PDFs, replaced by fixed corpus

thaidinhz1
24cbd413mo ago

Add RAGAS eval results: 27-question golden set, avg 0.811

thaidinhz1
3ac4be53mo ago

Add checkpoint resume + batch upsert to handle quota limits

thaidinhz1
87090eb4mo ago

docs: chuyển demo links lên đầu, làm rõ data offline và eval command

thaidinhz1
ba85b4c4mo ago

ui: thêm latency counter và sửa empty state text

thaidinhz1
bcdd7c54mo ago

fix: sửa docker port, bổ sung gitignore, thêm Hạn chế & Hướng phát triển vào README

thaidinhz1
cd369434mo ago

docs: thêm màu vào Mermaid pipeline diagrams

thaidinhz1
2415a884mo ago

docs: chuyển pipeline diagrams sang Mermaid

thaidinhz1
4455cfa4mo ago

fix: eval dùng 8b-instant + checkpoint resume + cắt context để tiết kiệm token

thaidinhz1
c76b5a44mo ago

fix: use llama-3.1-8b-instant for eval to avoid shared TPD exhaustion

thaidinhz1
f79d2364mo ago

fix: query rewriter falls back to original query on rate limit error

thaidinhz1
ee705f24mo ago

data: expand golden set từ 12 lên 30 câu hỏi

thaidinhz1
c746d004mo ago

ui: show ColPali unavailable message on HF Spaces

thaidinhz1
e535e984mo ago

feat: show rewritten query in chat UI

thaidinhz1, Claude Sonnet 4.6
70530984mo ago

feat: expand source to show retrieved text chunk

thaidinhz1, Claude Sonnet 4.6
9e7ded34mo ago

fix: graceful fallback when colpali_engine not installed

thaidinhz1, Claude Sonnet 4.6
538d9764mo ago

fix: rebuild BM25 index from Qdrant if pkl not found

thaidinhz1
f48746c4mo ago

fix: download bm25_index.pkl from HF repo at build time

thaidinhz1
8fbcfcb4mo ago

fix: remove bm25_index.pkl COPY from Dockerfile (uploaded via HF API)

thaidinhz1
862a5f64mo ago

feat: add compare pipeline tab + has_context badge in UI

thaidinhz1
4e3e8674mo ago

docs: add key results to intro, add GitHub link

thaidinhz1
93855f14mo ago

chore: track pkl files with git lfs

thaidinhz1
270dbbb4mo ago

ui: update sample questions to financial report queries

thaidinhz1
b3dbec14mo ago

feat: contextual retrieval eval + update README results table

thaidinhz1
79b4e9d4mo ago

feat: contextual retrieval with llama-3.1-8b-instant, Recall 0.40→0.72

thaidinhz1
15443824mo ago

docs: chuyển README sang tiếng Việt

thaidinhz1
0165cfe4mo ago

feat: add ColPali eval script + update comparison results in README

thaidinhz1, Claude Sonnet 4.6
e0403fd4mo ago

docs: update README with ColPali comparison, eval results, architecture

thaidinhz1, Claude Sonnet 4.6
af92b4d4mo ago

feat: add ColPali visual retrieval + contextual retrieval + PDF eval

thaidinhz1, Claude Sonnet 4.6
25622cc4mo ago

feat: dark mode, mobile responsive, copy button, skeleton loader, sample questions

thaidinhz1
099fb8b4mo ago

docs: add live demo link and architecture decisions

thaidinhz1
cba7c684mo ago

fix: add nginx buffer flush padding for SSE on HF Spaces

thaidinhz1
73964c04mo ago

fix: async SSE generator with blinking cursor for streaming

thaidinhz1
b18c9874mo ago

feat: streaming response via SSE with token-by-token display

thaidinhz1
6a994584mo ago

fix: add python-multipart for file upload

thaidinhz1
f7f01894mo ago

feat: PDF upload with drag & drop, ephemeral in-memory search

thaidinhz1
b1ddd584mo ago

perf: preload reranker model at startup

thaidinhz1
3d499474mo ago

fix: remove *.pkl from dockerignore

thaidinhz1
edbe9514mo ago

fix: explicit bm25 copy path to bust cache

thaidinhz1
31600264mo ago

fix: allow bm25_index.pkl in Docker build

thaidinhz1
694cc304mo ago

fix: copy bm25_index.pkl into Docker image

thaidinhz1
a0883614mo ago

fix: commit bm25_index.pkl for HF Spaces deployment

thaidinhz1
995eaeb4mo ago

debug: print QDRANT_URL

thaidinhz1
d5f100c4mo ago

remove debug log

thaidinhz1
8ccdbf24mo ago

debug: print GROQ key prefix in logs

thaidinhz1
cc2a6824mo ago

fix: strip whitespace from API keys

thaidinhz1
67adee24mo ago

fix: remove local hf_models copy, let model download on startup

thaidinhz1
d5aebee4mo ago

fix: add HuggingFace Spaces configuration header

thaidinhz1
ce5886b4mo ago

docs: replace roadmap with Future Work section

thaidinhz1