| # requirements.txt | |
| streamlit | |
| groq | |
| faiss-cpu | |
| sentence-transformers | |
| beautifulsoup4 | |
| requests | |
| numpy | |
| pandas | |
| #streamlit==1.24.0 | |
| #beautifulsoup4==4.12.2 | |
| #requests==2.31.0 | |
| #pandas==1.5.3 | |
| #torch==2.5.0 # PyTorch required for embeddings | |
| #transformers==4.34.0 # Hugging Face Transformers for loading the model | |
| #huggingface_hub>=0.16.4 # Handling Hugging Face API (already included for model loading) | |
| #faiss-cpu==1.7.4 # Optional, for similarity queries on embeddings if needed | |
| #groq |