Add comprehensive Docker setup with PostgreSQL, Redis, ChromaDB, and Qdrant
- Enhanced install.py with Docker detection and automatic service setup - Added docker-compose.services.yml for standalone database services - Created docker-services.sh management script for easy service control - Added DOCKER.md documentation with complete setup instructions - Updated requirements.txt for Python 3.13 compatibility - Added multiple test scripts and configuration files - Enhanced collaborative creative projects with proper database integration - Fixed SQLAlchemy metadata field conflicts in database models - Added comprehensive quickstart and testing guides Services now available: - PostgreSQL with Docker - Redis with Docker - ChromaDB vector database - Qdrant vector database (recommended) - PgAdmin for database administration The setup script now automatically detects Docker and offers streamlined installation with one-command service deployment.
This commit is contained in:
20
requirements-working.txt
Normal file
20
requirements-working.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# Working requirements - tested packages only
|
||||
discord.py
|
||||
pydantic
|
||||
sqlalchemy
|
||||
aiosqlite
|
||||
python-dotenv
|
||||
loguru
|
||||
fastapi
|
||||
uvicorn
|
||||
aiofiles
|
||||
watchdog
|
||||
|
||||
# AI/ML
|
||||
chromadb
|
||||
numpy
|
||||
|
||||
# Optional (skip if issues)
|
||||
# sentence-transformers
|
||||
# spacy
|
||||
# nltk
|
||||
Reference in New Issue
Block a user