Spaces:
Runtime error
Runtime error
Commit ·
3f90406
1
Parent(s): 33fb5c8
Fix: Use pysqlite3-binary for ChromaDB compatibility and simplify Dockerfile
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ faiss-cpu
|
|
| 10 |
chromadb
|
| 11 |
fastapi
|
| 12 |
uvicorn # For serving the FastAPI application
|
|
|
|
| 13 |
|
| 14 |
# System dependencies for Tesseract and Poppler on Linux
|
| 15 |
# Hugging Face Spaces uses apt-get for these
|
|
|
|
| 10 |
chromadb
|
| 11 |
fastapi
|
| 12 |
uvicorn # For serving the FastAPI application
|
| 13 |
+
pysqlite3-binary
|
| 14 |
|
| 15 |
# System dependencies for Tesseract and Poppler on Linux
|
| 16 |
# Hugging Face Spaces uses apt-get for these
|