Spaces:
Sleeping
Sleeping
| # 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 | |