Files
Ai/requirements.txt
T
sajad-dev 197f70ee12 Add Qdrant and ChromaDB support to the project
- Added Qdrant service to both docker-compose files for production and development.
- Updated environment variables in .env.example and settings.py to include Qdrant configuration.
- Included necessary dependencies for Qdrant and ChromaDB in requirements.txt.
- Updated .gitignore to exclude ChromaDB data files.
2026-02-27 19:37:02 +03:30

15 lines
291 B
Plaintext

Django>=5.0,<6
djangorestframework>=3.14,<4
djangorestframework-simplejwt>=5.3,<6
django-cors-headers>=4.3,<5
mysqlclient>=2.2,<3
gunicorn>=22,<25
python-dotenv>=1.0,<2
celery[redis]>=5.4,<6
redis>=5.0,<6
requests>=2.31,<3
openai>=1.0,<2
chromadb>=0.4,<0.5
qdrant-client>=1.7,<2
pyyaml>=6.0