[PR #2610] version to 0.5.7 #23737

Closed
opened 2026-02-21 20:21:40 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/2610

State: closed
Merged: Yes


Description

Vector Database Migrate Tool

When you want to switch to another vector database, you can deactivate or delete the original vector database after switching.

How to use

Step:

  1. If you are starting from local source code, modify the environment variable in the .env file to the vector database you want to migrate to.
    For example:
VECTOR_STORE=qdrant
  1. If you are starting from docker compose, modify the environment variable in the docker-compose.yaml file to the vector database you want to migrate to, both api and worker are all needed.

For example:

# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`.
VECTOR_STORE: qdrant
  1. run the below command in your terminal or docker container
flask vdb-migrarte

Type of Change

  • Version release
**Original Pull Request:** https://github.com/langgenius/dify/pull/2610 **State:** closed **Merged:** Yes --- # Description - Bump version to 0.5.7 - Added `Mistral AI` model provider. #2594 - Added Vector Database migrate tool, see below. #2562 - Added `response format`(JSON/XML) for `google`, `anthropic`, `openai`, `wenxin`, `chatglm`, `tongyi` LLMs. #2563 - refactor RAG(knowledge) module, remove dependency on langchain to increase scalability and flexibility. #2528 - Agent uses a model that does not support function calling (ReACT mode) to enable streaming output. #2498 - Added DuckDuckGo Search Tool for Enhanced Privacy-Focused Search Functionality by @Yash-1511 #2499 ## Vector Database Migrate Tool When you want to switch to another vector database, you can deactivate or delete the original vector database after switching. ### How to use Step: 1. If you are starting from local source code, modify the environment variable in the `.env` file to the vector database you want to migrate to. For example: ``` VECTOR_STORE=qdrant ```` 2. If you are starting from `docker compose`, modify the environment variable in the `docker-compose.yaml` file to the vector database you want to migrate to, both api and worker are all needed. For example: ``` # The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`. VECTOR_STORE: qdrant ``` 4. run the below command in your terminal or docker container ``` flask vdb-migrarte ``` # Type of Change - [x] Version release
yindo added the pull-request label 2026-02-21 20:21:40 -05:00
yindo closed this issue 2026-02-21 20:21:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23737