Spaces:
Sleeping
Sleeping
File size: 859 Bytes
a72b521 7910fa6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# 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 |