diff --git a/en/self-host/troubleshooting/weaviate-v4-migration.mdx b/en/self-host/troubleshooting/weaviate-v4-migration.mdx index f1c95f36..ddfb8e31 100644 --- a/en/self-host/troubleshooting/weaviate-v4-migration.mdx +++ b/en/self-host/troubleshooting/weaviate-v4-migration.mdx @@ -105,7 +105,7 @@ Safest path. Creates a backup before upgrading so you can restore if anything go - Currently running Weaviate 1.19 - Docker + Docker Compose installed -- Python 3.11+ available for the [schema migration script](/assets/migrate_weaviate_collections.py) +- Python 3.11+ available for the [schema migration script](https://github.com/langgenius/dify-docs/blob/main/assets/migrate_weaviate_collections.py) #### Step A1: Enable the Backup Module on Weaviate 1.19 @@ -237,7 +237,7 @@ sleep 15 pip install weaviate-client requests ``` -2. **Run the [migration script](/assets/migrate_weaviate_collections.py):** +2. **Run the [migration script](https://github.com/langgenius/dify-docs/blob/main/assets/migrate_weaviate_collections.py):** ```bash python3 migrate_weaviate_collections.py @@ -267,7 +267,7 @@ Only use this path if you already upgraded to 1.27+ and your knowledge bases sto - Currently running Weaviate 1.27+ (including 1.33) - Docker + Docker Compose installed -- Python 3.11+ for the [migration script](/assets/migrate_weaviate_collections.py) +- Python 3.11+ for the [migration script](https://github.com/langgenius/dify-docs/blob/main/assets/migrate_weaviate_collections.py) #### Step B1: Repair Orphaned LSM Data