Spaces:
Sleeping
Sleeping
| # Core FastAPI dependencies | |
| fastapi | |
| uvicorn | |
| pydantic | |
| requests | |
| python-dotenv | |
| # LangChain essentials | |
| langchain | |
| langchain-community | |
| huggingface-hub | |
| langchain_groq | |
| # Keep transformers and torch for compatibility (optional, but fine to keep) | |
| transformers | |
| torch |