Spaces:
Sleeping
Sleeping
| # FastAPI and web server | |
| # fastapi==0.104.1 | |
| fastapi>=0.111.0,<1.0.0 | |
| # uvicorn[standard]==0.24.0 | |
| uvicorn[standard] | |
| # HTTP client | |
| httpx>=0.26.0 | |
| # Qdrant vector database | |
| qdrant-client==1.8.0 | |
| # AI Guardrails | |
| guardrails-ai==0.4.5 | |
| # Google Generative AI (Gemini) | |
| google-generativeai==0.8.3 | |
| # Environment management | |
| python-dotenv==1.0.0 | |
| # Structured logging | |
| structlog==23.2.0 | |
| # Data processing and embeddings | |
| datasets==2.18.0 | |
| pandas==2.1.4 | |
| sentence-transformers==2.2.2 | |
| huggingface_hub>=0.23.0 # Added to ensure compatibility with datasets==2.18.0 | |
| # MCP client (for web search integration) | |
| # fastmcp==0.3.0 | |
| fastmcp | |
| # Data validation | |
| pydantic>=2.7.0,<3.0.0 | |
| # JSON handling | |
| orjson==3.9.10 | |
| # Progress tracking | |
| tqdm>=4.66.0 |