Spaces:
Running
Running
| # --- Core Backend --- | |
| fastapi | |
| uvicorn | |
| requests | |
| python-multipart | |
| pydantic | |
| # --- AI Frameworks (LangChain) --- | |
| langchain==0.3.0 | |
| langchain-community | |
| langchain-core | |
| langchain-google-genai | |
| langchain-chroma | |
| # --- AI Models & APIs --- | |
| google-generativeai | |
| # Critical: Updated to support new Inference Providers (fixes 404/410 errors) | |
| huggingface_hub>=0.27.0 | |
| # --- Database & Vector Store --- | |
| sqlalchemy | |
| pymysql | |
| mysql-connector-python | |
| chromadb | |
| # Critical: Required for ChromaDB on Hugging Face Spaces/Linux | |
| pysqlite3-binary | |
| # --- Data & Utilities --- | |
| python-dotenv | |
| streamlit | |
| pandas | |
| faker | |
| # Critical: Prevents binary incompatibility with Pandas/LangChain | |
| numpy<2.0.0 | |
| fastapi | |
| uvicorn | |
| python-multipart | |
| pydantic | |
| python-dotenv | |
| chromadb | |
| pysqlite3-binary | |
| # ⚠️ CRITICAL: This specific version fixes the "404/410" errors automatically | |
| huggingface_hub>=0.27.0 |