diff --git a/start.sh b/start.sh index 4e742a07..45052199 100755 --- a/start.sh +++ b/start.sh @@ -23,7 +23,7 @@ export USE_KLAVIS_TOOLS=true # fi # Start with the base command and profile flags -CMD="docker-compose" +CMD="docker compose" CMD="$CMD --profile setup_qdrant" CMD="$CMD --profile qdrant" CMD="$CMD --profile rag_text_worker"