Final application code deployment. Ensures all functionalities, including correct SYSTEM_PROMPT usage, Firestore conversation saving, and returning conversation ID in API response. 0f574db dembasowmr commited on Jun 12, 2025
Fix: 'HEADERS' not defined error by using DEEPSEEK_HEADERS from config.py in compassia.py. 8bed3b8 dembasowmr commited on Jun 12, 2025
CRITICAL FIX: Ensured pysqlite3 override is the absolute first action in app.py for ChromaDB compatibility on HF Spaces. 539d3e9 dembasowmr commited on Jun 12, 2025
Fix: ChromaDB SQLite version issue for Hugging Face deployment by moving pysqlite3 import to app.py. Refined doc indexing. 5db85ea dembasowmr commited on Jun 12, 2025
Reorganized the project: -Documents hosted on Firestore db, -conversations saved 15d9931 dembasowmr commited on Jun 12, 2025
Fix: Move pdf_document_paths to global scope in compassia.py for import d607228 dembasowmr commited on Jun 11, 2025
Fix: Move pdf_document_paths to global scope in compassia.py for import 0f2507d dembasowmr commited on Jun 11, 2025
Fix: Add .local/bin to PATH for uvicorn and other installed executables c5b8eb4 dembasowmr commited on Jun 11, 2025
Fix: Run apt-get as root before switching to user in Dockerfile df27f9e dembasowmr commited on Jun 11, 2025
Fix: Set HF_HOME explicitly and add cache cleanup for model download permissions 67e6481 dembasowmr commited on Jun 11, 2025
Fix: Use pysqlite3-binary for ChromaDB compatibility and simplify Dockerfile 3f90406 dembasowmr commited on Jun 11, 2025
Final fix: Ensure apt_packages line is removed from requirements.txt 3ae4c46 dembasowmr commited on Jun 11, 2025