CoolFace
Apppublic

E-will-era/easy-welfare-guide

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
23 commits on main
1ce35e56mo ago

Deduplicate RAG results by parent document ID

nepark, Claude Opus 4.6
6b11c8d6mo ago

Switch embedding model to bge-m3 (multilingual) for Korean document support

nepark, Claude Opus 4.6
31c32bf6mo ago

Generate RAG search queries in English to match bge-en embedding model

nepark, Claude Opus 4.6
4529b616mo ago

Increase query gen keywords from 3 to 5 for better RAG recall

nepark, Claude Opus 4.6
689076d6mo ago

Limit query gen output to 3 keywords and apply max_tokens to API calls

nepark, Claude Opus 4.6
5426ffa6mo ago

Relax RAG retrieval to surface more related documents

nepark, Claude Opus 4.6
cb2bca26mo ago

Catch all LLM errors for retry and add call start logging

nepark, Claude Opus 4.6
29fb3bf6mo ago

Add lock timeout and reduce call interval to prevent infinite hang

nepark, Claude Opus 4.6
fb812b56mo ago

Release lock during retry backoff to unblock other requests

nepark, Claude Opus 4.6
48221fc6mo ago

Serialize concurrent LLM calls with asyncio Lock

nepark, Claude Opus 4.6
2d952946mo ago

Increase rate limit guard interval and retry resilience

nepark, Claude Opus 4.6
36a508f6mo ago

Filter old MCP results and boost recent ones in scoring

nepark, Claude Opus 4.6
c98ea0a6mo ago

Fix MCP search using metadata instead of program name

nepark, Claude Opus 4.6
6c5dfe86mo ago

Fix expiry check missing dates without year in end date

nepark, Claude Opus 4.6
ea4160e6mo ago

Add rate limit guard with minimum interval between LLM calls

nepark, Claude Opus 4.6
1ed16426mo ago

Fix document ID cache init hitting SQLite variable limit

nepark, Claude Opus 4.6
bfe51df6mo ago

Fix BM25 SQL variable limit error and align embedding model

nepark, Claude Opus 4.6
c2f74b46mo ago

Update frontend/src/components/input/GuideSection.jsx

nepark
78f65206mo ago

Update backend/app/rag/engine.py

nepark
127ea1d6mo ago

Update backend/app/rag/engine.py

nepark
53c9a446mo ago

Update backend/app/rag/engine.py

nepark
93ff11c6mo ago

Fix document duplication, optimize eligibility flow, and improve UX

nepark, Claude Opus 4.6
d8e704a6mo ago

Clean initial import

nepark