Hype-Rag / requirements.txt
TrishaThanmai's picture
Update requirements.txt
6977a28 verified
raw
history blame contribute delete
383 Bytes
altair
pandas
streamlit
# Core
streamlit>=1.38.0
torch>=2.5.0
transformers>=4.38.0,<5.0.0
accelerate>=0.27.0
# Hugging Face
huggingface-hub>=0.20.0
sentence-transformers>=2.5.0
# LangChain + Vector Store
langchain-huggingface>=0.0.3
langchain-community>=0.0.30
faiss-cpu>=1.7.4 # ✅ CPU-only for Spaces
# Document Loader
pypdf>=4.0.0
# Optional
python-dotenv>=1.0.0