Spaces:
Sleeping
Sleeping
| # Core - Minimal for HF Spaces | |
| gradio==4.44.0 | |
| python-dotenv | |
| # Document Processing | |
| PyPDF2 | |
| pyyaml | |
| # Vector Database | |
| chromadb | |
| # Embeddings & NLP | |
| sentence-transformers | |
| # OpenAI | |
| openai | |
| # Data Processing | |
| pandas | |
| numpy<2.0.0 | |
| # Visualization (optional) | |
| matplotlib | |
| seaborn | |
| # Error Handling | |
| tenacity | |
| # MCP Server | |
| fastapi | |
| uvicorn | |
| pydantic | |
| # Utilities | |
| tiktoken |