advisor / requirements.txt
veerukhannan's picture
Create requirements.txt
c784009 verified
raw
history blame contribute delete
639 Bytes
# Core API and Interface
gradio>=4.7.1
openai>=1.3.5
requests>=2.31.0
# Vector Database and Embeddings
chromadb>=0.4.18
sentence-transformers>=2.2.2
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.1+cpu
transformers>=4.35.2
# Database Dependencies
hnswlib>=0.7.0
clickhouse-connect>=0.6.6
# Utility and Logging
python-dotenv>=1.0.0
loguru>=0.7.2
tqdm>=4.66.1
typing-extensions>=4.8.0
pydantic>=2.0.0
# ML and Data Processing
numpy>=1.24.3
scikit-learn>=1.3.2
pandas>=2.1.3
# Optional: Performance Optimization
cachetools>=5.3.2
fastapi>=0.104.1
uvicorn>=0.24.0
# Development and Testing
pytest>=7.4.3
black>=23.11.0