CoolFace
Apppublic

sangwon38383/geoyoung-docs-api

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
28 commits on main
6cb6df23mo ago

feat: admin dashboard (files + search logs)

sangwon38383
72c29343mo ago

feat: Gemini embedding API (drop GPU)

sangwon38383
83432183mo ago

Upload src/retrieval.py with huggingface_hub

sangwon38383
8f1487b3mo ago

Upload src/embeddings_gemini.py with huggingface_hub

sangwon38383
5e392ba3mo ago

Upload config.py with huggingface_hub

sangwon38383
2a49cbf3mo ago

feat: OpenAI GPT fallback when Claude overloaded

sangwon38383
403579c3mo ago

Upload src/rag_openai.py with huggingface_hub

sangwon38383
5957a6c3mo ago

Upload config.py with huggingface_hub

sangwon38383
34434ef3mo ago

feat: include document_id in search sources (clickable citations)

sangwon38383
fa10ea63mo ago

feat: search scopes to current folder subtree

sangwon38383
d68ac033mo ago

feat: original-file storage on R2 + download

sangwon38383
55e5cb43mo ago

feat: email notification on folder share (Resend)

sangwon38383
bf637523mo ago

fix: tolerate transient Anthropic errors in search stream (retry + clean message)

sangwon38383
3aa72473mo ago

feat: folder-level sharing (개인/공유 문서함, email shares, RW)

sangwon38383
4f2b5513mo ago

Processing progress: staged percent+stage callbacks (OCR/embed sliced)

sangwon38383
753b3183mo ago

Retrieval: expand each hit with +/-2 neighbor chunks (skip missing at doc edges)

sangwon38383
3bb73ee3mo ago

GPU OOM fix: cap max_seq_length=1024, embed batch 32

sangwon38383
7338be53mo ago

GPU OOM fix: expandable_segments env

sangwon38383
614c8003mo ago

Resolve CUDA device explicitly; expose gpu in /health

sangwon38383
16c93d13mo ago

Drop LLM summary (keep filename prefix); embed batch 16->64

sangwon38383
cfff73b3mo ago

Prepend filename+summary to chunks; markdown/LaTeX answer prompt

sangwon38383
b355d5b3mo ago

OCR page-split + page numbers + chunked upload

sangwon38383
467bce53mo ago

Async background upload processing

sangwon38383
56593713mo ago

Fix chunk id length (Chroma quota) + file delete endpoint + convert timeout

sangwon38383
6c86c2d3mo ago

Deploy v2 backend API

sangwon38383
bccb7c83mo ago

Upload Dockerfile with huggingface_hub

sangwon38383
fc0cb953mo ago

Upload README.md with huggingface_hub

sangwon38383
edb039d3mo ago

initial commit

sangwon38383