| # Web Framework | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| # Environment and Configuration | |
| python-dotenv==1.0.0 | |
| # Core ML dependencies (installed separately in Dockerfile) | |
| # torch==2.1.1 | |
| # transformers==4.35.2 | |
| # sentence-transformers==2.2.2 | |
| # huggingface-hub==0.17.3 | |
| # tokenizers==0.15.0 | |
| # numpy==1.24.3 | |
| # AI/ML Libraries | |
| openai==1.3.7 | |
| # Vector Database | |
| qdrant-client==1.6.9 | |
| # YouTube Processing | |
| youtube-transcript-api==1.2.2 | |
| # HTTP Client | |
| httpx==0.25.2 | |
| # Data Processing | |
| pydantic==2.5.0 | |
| typing-extensions==4.8.0 | |
| # Additional utilities | |
| python-multipart==0.0.6 | |
| pillow==10.1.0 | |
| scipy==1.11.4 | |
| scikit-learn==1.3.2 |