Spaces:
Sleeping
Sleeping
File size: 489 Bytes
0f77bc1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Requirements for HuggingFace Spaces deployment # Optimized for cloud environment - removed Ollama/Replicate (not needed in cloud) # Core dependencies streamlit==1.50.0 python-dotenv==1.0.0 # LLM & Embeddings sentence-transformers==5.1.2 transformers==4.57.3 # Vector search faiss-cpu==1.13.0 # HuggingFace Hub integration (for cloud deployment) huggingface-hub==0.21.4 # Data processing requests==2.31.0 beautifulsoup4==4.12.2 lxml==4.9.3 # Utilities pydantic==2.5.0 numpy==1.24.3 |