- Add Celery, Flower, and related dependencies to requirements.txt - Update bulk_seeder.py with progress callback support for Celery integration - Clean up finetuned model dependencies (now served through Ollama) - Update setup_ollama.py for enhanced configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
705 B
Text
37 lines
705 B
Text
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
psycopg2-binary==2.9.9
|
|
pydantic==2.5.0
|
|
requests==2.31.0
|
|
python-multipart==0.0.6
|
|
redis==5.0.1
|
|
alembic==1.13.1
|
|
celery==5.3.1
|
|
flower==2.0.1
|
|
kombu==5.3.2
|
|
asyncpg==0.29.0
|
|
pygithub==2.1.1
|
|
gitpython==3.1.40
|
|
beautifulsoup4==4.12.2
|
|
lxml==4.9.3
|
|
aiohttp==3.9.1
|
|
aiofiles
|
|
pyyaml==6.0.1
|
|
langchain==0.2.0
|
|
langchain-openai==0.1.17
|
|
langchain-anthropic==0.1.15
|
|
langchain-community==0.2.0
|
|
langchain-core>=0.2.20
|
|
openai>=1.32.0
|
|
anthropic==0.40.0
|
|
certifi==2024.2.2
|
|
croniter==1.4.1
|
|
pytz==2023.3
|
|
psutil==5.9.8
|
|
# Fine-tuned model dependencies (now served through Ollama)
|
|
# transformers>=4.44.0
|
|
# torch>=2.0.0
|
|
# peft>=0.7.0
|
|
# accelerate>=0.24.0
|
|
# bitsandbytes>=0.41.0
|