# SUPRA-Nexus RAG UI Dependencies # For Hugging Face Spaces Deployment (CPU Optimized) # Streamlit UI Framework streamlit>=1.28.0 # Vector Database chromadb>=0.4.0 # Embeddings & Models sentence-transformers>=2.2.0 transformers>=4.40.0 torch>=2.0.0 # PEFT for LoRA loading peft>=0.6.0 # CPU Optimizations accelerate>=0.30.0 # For CPU inference optimization bitsandbytes>=0.43.0 # For 8-bit quantization (CPU compatible) # NLP utilities nltk>=3.8.0 # Utilities python-dotenv>=1.0.0 pydantic>=2.0.0 # Hugging Face Hub for model loading huggingface-hub>=0.19.0