Spaces:
Sleeping
Sleeping
File size: 459 Bytes
b911966 87e6e18 b911966 156143e c9f76c6 b911966 c9f76c6 b911966 c9f76c6 8464969 c9f76c6 8464969 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # 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 |