parent
aef8f45882
commit
0e7357d002
|
|
@ -184,7 +184,7 @@ Since OpenAI TTS has implemented audio stream segmentation, ffmpeg needs to be i
|
|||
3. Install FFmpeg with Homebrew, enter: `brew install ffmpeg` 
|
||||
4. Enter "ffmpeg -version" to check if it has been successfully installed.
|
||||
|
||||
### 15 Migrate Vector Database to Qdrant or Milvus
|
||||
### 15. Migrate Vector Database to Qdrant or Milvus
|
||||
|
||||
If you want to migrate the vector database from weaviate to qdrant or milvus, you need to migrate the data in the vector database. The following is the migration method:
|
||||
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ cd dify/docker
|
|||
docker compose up -d
|
||||
```
|
||||
|
||||
### 17 Migrate Vector Database to Qdrant or Milvus
|
||||
### 17. Migrate Vector Database to Qdrant or Milvus
|
||||
|
||||
如果您想将向量数据库从 Weaviate 迁移到 Qdrant 或 Milvus,您需要迁移向量数据库中的数据。以下是迁移方法:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue