Fix Chroma InvalidCollectionException with safe rebuild and locking 275acbc Running internationalscholarsprogram commited on Dec 29, 2025
Update Space: retriever-only RAG API + indexing 5d64d36 internationalscholarsprogram commited on Dec 29, 2025
Finalize retrieval-only RAG dependencies 26e05e4 internationalscholarsprogram commited on Dec 29, 2025
Enhancement: added /ask_stream endpoint with TGI streaming response 7b50f0a internationalscholarsprogram commited on Nov 3, 2025
Fix dependency conflict: set numpy==1.26.4 and add runtime.txt 7407ad9 internationalscholarsprogram commited on Nov 3, 2025
Update app.py – improved formatting, unified output and streaming behaviour ac8de1d internationalscholarsprogram commited on Nov 3, 2025
Update RAG API for token sanitization and 502-proof handling 09157e3 internationalscholarsprogram commited on Nov 3, 2025
Switch LLM to HuggingFaceH4/zephyr-7b-beta for working inference b6d4e61 internationalscholarsprogram commited on Oct 23, 2025
Deploy updated Dockerfile and app.py for working Space build 7850c47 internationalscholarsprogram commited on Oct 23, 2025
fix: stable CPU deps for Hugging Face deployment 5642d03 internationalscholarsprogram commited on Oct 23, 2025
chore: use /tmp for Chroma DB + cleanup envs 4257ce5 internationalscholarsprogram commited on Oct 23, 2025
replace app.py: PersistentClient + /tmp storage + readonly fallback 5507f1c internationalscholarsprogram commited on Oct 23, 2025
fix: correct syntax error in format_docs() f033e8f internationalscholarsprogram commited on Oct 23, 2025
update: switch to PersistentClient and refresh Dockerfile 0d0ccfc internationalscholarsprogram commited on Oct 23, 2025
Final stable build: writable /tmp chroma_db, fixed telemetry, safe rebuild 06f6eb8 internationalscholarsprogram commited on Oct 23, 2025
Docker: use /tmp/chroma_db, ensure /tmp perms, quiet envs dbdd2ac internationalscholarsprogram commited on Oct 23, 2025
Run as root; ensure /data writable; quiet envs; healthcheck 3424fbc internationalscholarsprogram commited on Oct 23, 2025
Apply fixes: add pypdf, run as root for /data, quiet envs, safe Chroma reset 8c7c46c internationalscholarsprogram commited on Oct 23, 2025
Safe Chroma reset + batch rebuild to avoid rmtree race; add time import d1f6f6d nyakslamo commited on Oct 23, 2025
Fix HF crash: replace deprecated get_repo_info with HfApi().repo_info f537a99 nyakslamo commited on Oct 23, 2025
Fix HF build: remove OpenVSCode Server and streamline Dockerfile 2e7d217 nyakslamo commited on Oct 23, 2025
Fix Docker build by installing wget and updating base image setup f9e24ab nyakslamo commited on Oct 23, 2025
fix(final): clean dockerfile - remove wget/git, stable build d10c48b nyakslamo commited on Oct 22, 2025
fix(build): remove vscode/git steps (no 127) and force CPU torch 4dc9c83 nyakslamo commited on Oct 22, 2025
build: switch to CPU-only torch and remove OpenVSCode to reduce image size 359bb26 nyakslamo commited on Oct 22, 2025
Docker: install wget and tar to prevent command-not-found (exit 127) 880d481 nyakslamo commited on Oct 22, 2025
Deps: align LangChain to 0.3.x and fix chromadb constraint dad2fe5 nyakslamo commited on Oct 22, 2025
Fix: resolved chromadb dependency conflict in requirements.txt 3fbdc54 nyakslamo commited on Oct 22, 2025