Doc/update vdb (#39)

* feat: add evt

* doc: update format
doc/update-ollama-cn
crazywoola 2024-02-27 12:25:12 +08:00 committed by GitHub
parent aef8f45882
commit 0e7357d002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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您需要迁移向量数据库中的数据。以下是迁移方法