mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
fix the migration script link
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user