799 B
799 B
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:
- If you are starting from local source code, modify the environment variable in the
.envfile to the vector database you want to migrate to.
For example:
VECTOR_STORE=qdrant
- If you are starting from
docker compose, modify the environment variable in thedocker-compose.yamlfile 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
- run the below command in your terminal or docker container
flask vdb-migrarte