You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
505 B
21 lines
505 B
# Hospital Simulation Dependencies
|
|
# Core Swarms Framework
|
|
swarms>=0.1.0
|
|
|
|
# ChromaDB for RAG system
|
|
chromadb>=0.4.0
|
|
|
|
# Additional dependencies for enhanced functionality
|
|
loguru>=0.7.0
|
|
pydantic>=2.0.0
|
|
tenacity>=8.0.0
|
|
|
|
# Optional: For advanced features
|
|
# pinecone-client>=2.0.0 # Alternative vector database
|
|
# qdrant-client>=1.0.0 # Alternative vector database
|
|
# faiss-cpu>=1.7.0 # Alternative vector database
|
|
|
|
# Development dependencies (optional)
|
|
# pytest>=7.0.0
|
|
# black>=23.0.0
|
|
# flake8>=6.0.0 |