CoolFace
Apppublic

aryan-01001/knowledgebase

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
23 commits on main
b7fa6cc4mo ago

fix: remove HF_HUB_OFFLINE from Dockerfile so build step can download the model

aryan-01001
112908f4mo ago

fix: moved Dockerfile to root and updated paths for Hugging Face Spaces

aryan-01001
28d46ea4mo ago

fix: add app_port to HF configuration

aryan-01001
f88b6124mo ago

fix: rename readme.md to README.md so Hugging Face can detect the config block

aryan-01001
33d9ce74mo ago

hf config

aryan-01001
002367a4mo ago

feat: setup Dockerfile for Hugging Face Spaces deployment

aryan-01001
20d71a54mo ago

fix: change fastembed cache_dir to models to prevent shadowing by persistent data mount

aryan-01001
6b2a39f4mo ago

fix: set HF_HUB_OFFLINE=1 to force offline model loading at runtime

aryan-01001
3e607274mo ago

update

aryan-01001
ead34fb4mo ago

fix: cap fastembed and FAISS thread count to 1 to stay within 512MB RAM

aryan-01001
f16c85d4mo ago

fix: pre-cache fastembed model at build time to prevent request timeout & container restart

aryan-01001
3e1267c4mo ago

updated readme

aryan-01001
242a3fa4mo ago

fix: update fastembed to 0.8.0 for Python 3.14 compatibility on Render

aryan-01001
0712f1e4mo ago

fix: use fastembed (ONNX) instead of HF API - works within Render sandbox and 512MB RAM

aryan-01001
bae49fc4mo ago

fix: replace local PyTorch models with HF Inference API to resolve OOM on Render

aryan-01001
f8f51214mo ago

updated reqs

aryan-01001
7258ad44mo ago

optimized memory

aryan-01001
88bbbbb4mo ago

optimized memory

aryan-01001
3a4b87c4mo ago

updated ui

aryan-01001
a3e10e94mo ago

updated workflow and ui

aryan-01001
5babb527mo ago

Frontend

aryan-01001
90752ed7mo ago

RAG implement

aryan-01001
c01b7507mo ago

Initial

aryan-01001