Spaces:
Sleeping
Sleeping
File size: 667 Bytes
01f0120 fda9016 01f0120 b4971bd 01f0120 a7bb598 |
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 31 32 33 34 35 36 37 38 |
# VedaMD Enhanced - Hugging Face Spaces Requirements # Essential dependencies for Enhanced Medical RAG System # Core framework gradio==4.44.1 # LLM and API groq>=0.5.0 cerebras-cloud-sdk>=1.0.0 # Cerebras Inference API (faster alternative) httpx>=0.24.0 # RAG and NLP sentence-transformers>=2.2.0 transformers>=4.30.0 torch>=2.0.0 faiss-cpu>=1.7.0 # Data processing numpy>=1.24.0 pandas>=2.0.0 # Environment and configuration python-dotenv>=1.0.0 # Utilities tenacity>=8.0.0 typing-extensions>=4.0.0 # HuggingFace integration huggingface-hub>=0.16.0 # Text processing (for markdown) markdown>=3.4.0 # LangChain for document handling langchain-core>=0.1.26 |