Spaces:
Running
Running
File size: 520 Bytes
75da68d 163ed2c 75da68d 050883e |
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 27 28 29 30 |
# Core RAG System Dependencies - HuggingFace Spaces Compatible streamlit>=1.46.0 numpy>=1.23.0 pandas>=1.4.0 scipy>=1.9.0 # Machine Learning & NLP torch>=2.0.0 sentence-transformers>=2.2.0 transformers>=4.30.0 accelerate>=0.20.0 # Vector Search & Indexing faiss-cpu>=1.7.4 # Document Processing PyMuPDF>=1.23.0 pdfplumber>=0.10.0 # Text Processing nltk>=3.8.0 scikit-learn>=1.3.0 rank-bm25>=0.2.2 # Utilities python-dotenv>=1.0.0 typing-extensions>=4.4.0 # LLM Integration - HuggingFace API huggingface_hub>=0.17.0 |