Spaces:
Sleeping
Sleeping
| # Core UI | |
| gradio==5.46.1 | |
| gradio_client==1.13.1 | |
| # OpenAI (legacy ChatCompletion/Embedding APIs used in your script) | |
| openai==0.28.1 | |
| # Pinecone SDK (new name; matches `from pinecone import Pinecone`) | |
| pinecone>=6.0.0 | |
| # Data / graphs | |
| pandas==2.2.2 | |
| numpy==1.26.4 | |
| networkx==3.3 | |
| # Server/runtime deps | |
| uvicorn==0.30.6 | |
| httpx==0.27.2 | |
| pydantic==2.10.6 | |
| python-multipart>=0.0.18 | |
| # Fix for "ModuleNotFoundError: No module named 'websockets.asyncio'" | |
| websockets>=14,<15 | |