Commit History

small cleanups
9ac318d

dembasowmr commited on

Included latest version of pysqlite to the requirements.
fd2fe27

dembasowmr commited on

Small cleanup
fd8578e

dembasowmr commited on

Added userId and date-time to the conversations.
a2967ae

dembasowmr commited on

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

Fix: 'HEADERS' not defined error by using DEEPSEEK_HEADERS from config.py in compassia.py.
8bed3b8

dembasowmr commited on

Small updates on app.py
f91e3a6

dembasowmr commited on

Small updates on app.py
1c2a47a

dembasowmr commited on

CRITICAL FIX: Ensured pysqlite3 override is the absolute first action in app.py for ChromaDB compatibility on HF Spaces.
539d3e9

dembasowmr commited on

Edited sqlite3 to ensure its accessibility.
df5a316

dembasowmr commited on

Fix: ChromaDB SQLite version issue for Hugging Face deployment by moving pysqlite3 import to app.py. Refined doc indexing.
5db85ea

dembasowmr commited on

Small updates on the app file.
6b2f911

dembasowmr commited on

Reorganized the project: -Documents hosted on Firestore db, -conversations saved
15d9931

dembasowmr commited on

Fix: Move pdf_document_paths to global scope in compassia.py for import
d607228

dembasowmr commited on

Fix: Move pdf_document_paths to global scope in compassia.py for import
0f2507d

dembasowmr commited on

Fix: Add .local/bin to PATH for uvicorn and other installed executables
c5b8eb4

dembasowmr commited on

Fix: Change ownership of /app to user in Dockerfile
61044c2

dembasowmr commited on

Fix: Run apt-get as root before switching to user in Dockerfile
df27f9e

dembasowmr commited on

Fix: Set HF_HOME explicitly and add cache cleanup for model download permissions
67e6481

dembasowmr commited on

Added prompt system to compassia
4d2a44f

dembasowmr commited on

Fix: Force pysqlite3 usage for ChromaDB compatibility
ac5fcf7

dembasowmr commited on

Fix: Use pysqlite3-binary for ChromaDB compatibility and simplify Dockerfile
3f90406

dembasowmr commited on

Adjust app.py to import from compassia.py in root
33fb5c8

dembasowmr commited on

Final fix: Updated requirements.txt
1797a6f

dembasowmr commited on

Final fix: Ensure apt_packages line is removed from requirements.txt
3ae4c46

dembasowmr commited on

Modified requirements.txt file.
30db4a4

dembasowmr commited on

Metadata repo card added - README.md
a032c74

dembasowmr commited on

Configure Git LFS to track PDFs and ChromaDB SQLite
0d58962

dembasowmr commited on

Ensure chroma_db is untracked
3b9b0b2

dembasowmr commited on

Stop tracking chroma_db and add it to .gitignore
3314c9d

dembasowmr commited on

Add FastAPI app and Dockerfile
414dfd0

dembasowmr commited on