kgrag/suzhu-kgrag_migration/03_run_in_container.sh
2026-06-30 13:35:52 +08:00

8 lines
374 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
source "${SCRIPT_DIR}/migration_config.sh"
echo "=========================================="
echo " 步骤 3${KGRAG_CONTAINER} 容器内更新 Neo4j URL"
echo "=========================================="
docker exec ${KGRAG_CONTAINER} python3 ${CONTAINER_APP_DIR}/suzhu-kgrag_migration/03_update_neo4j_urls.py