memoria-api / requirements.txt
rohitkshirsagar19's picture
Update requirements.txt
7910fa6 verified
raw
history blame contribute delete
859 Bytes
# 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