Spaces:
Sleeping
Sleeping
# FastAPI and Server | |
fastapi | |
uvicorn[standard] | |
gunicorn | |
starlette | |
python-multipart | |
# --- CRITICAL FIX FOR RENDER DEPLOYMENT --- | |
# Use versions of Pydantic that provide pre-compiled "manylinux" wheels | |
# to avoid on-server Rust compilation on read-only filesystems. | |
pydantic | |
pydantic-core | |
# Vector Database | |
chromadb | |
bcrypt | |
opentelemetry-api | |
opentelemetry-instrumentation-fastapi | |
opentelemetry-sdk | |
posthog | |
# AI Embeddings | |
sentence-transformers | |
torch | |
torchvision | |
torchaudio | |
transformers | |
numpy | |
scikit-learn | |
scipy | |
safetensors | |
tokenizers | |
huggingface-hub | |
# Other essential dependencies | |
anyio | |
certifi | |
charset-normalizer | |
click | |
exceptiongroup | |
h11 | |
httpcore | |
httptools | |
httpx | |
idna | |
joblib | |
MarkupSafe | |
onnxruntime | |
packaging | |
Pillow | |
protobuf | |
psutil | |
PyYAML | |
requests | |
six | |
sniffio | |
threadpoolctl | |
tqdm | |
typing-extensions | |
urllib3 | |
uvloop | |
watchfiles | |
websockets | |
# Database | |
pinecone | |