- Updated Dockerfile for the API to include build tools for C++11 required for native extensions. - Revised requirements.txt to upgrade several dependencies, including FastAPI and SQLAlchemy. - Expanded docker-compose.yml to add MinIO service for S3-compatible storage and improved health checks for backend and engine services. - Enhanced README.md in the Docker directory to provide detailed service descriptions and quick start instructions. - Updated mkdocs.yml to reflect new navigation structure and added deployment overview documentation. - Introduced new Dockerfiles for the engine and web services, including development configurations for hot reloading.
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
aiosqlite==0.22.1
|
|
fastapi==0.135.1
|
|
uvicorn==0.41.0
|
|
python-multipart==0.0.22
|
|
python-dotenv==1.2.2
|
|
pydantic==2.11.7
|
|
sqlalchemy==2.0.48
|
|
minio==7.2.20
|
|
httpx==0.28.1
|
|
chromadb==1.5.2
|
|
openai==2.24.0
|
|
dashscope==1.25.13
|