| pip>=23.2.1 | |
| # NLP | |
| spacy==3.7.2 | |
| # ML / DL | |
| torch==2.2.0 | |
| transformers==4.36.2 | |
| sentence-transformers==2.2.2 | |
| scikit-learn==1.3.2 | |
| numpy==1.26.4 | |
| pandas==2.1.1 | |
| # PDF / File handling | |
| PyPDF2==3.0.1 | |
| pdfplumber==0.10.3 | |
| # Database / Vector DB | |
| chromadb==0.6.2 | |
| pysqlite3-binary | |
| sqlalchemy>=1.4.0 | |
| groq==0.15.0 | |
| # Web / API | |
| streamlit==1.32.0 | |
| google-search-results==2.4.2 | |
| httpx==0.27.0 |