fix the migration script link

This commit is contained in:
Riskey
2025-12-11 12:36:50 +08:00
parent 82f45309ca
commit 8bf7e1412d

View File

@@ -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