🚀 Add feature: Using MinIO as file storage for conversion both as input and output

This commit is contained in:
François Pelletier 2025-05-14 18:44:28 -04:00
parent afdfe1dbac
commit 579a3fe379
26 changed files with 16204 additions and 133 deletions

View file

@ -8,6 +8,9 @@ services:
environment:
- MILVUS_HOST=${MILVUS_HOST}
- MILVUS_PORT=${MILVUS_PORT}
- BACKEND_MINIO_BUCKET_NAME=${BACKEND_MINIO_BUCKET_NAME}
- BACKEND_MINIO_ALIAS=${BACKEND_MINIO_ALIAS}
- MINIO_SECURE=${MINIO_SECURE}
depends_on:
- "milvus"
frontend: