Shortcuts

qdrant_client.migrate.migrate module

migrate(source_client: QdrantBase, dest_client: QdrantBase, collection_names: Optional[List[str]] = None, recreate_on_collision: bool = False, batch_size: int = 100) None[source]

Migrate collections from source client to destination client

Parameters
  • source_client (QdrantBase) – Source client

  • dest_client (QdrantBase) – Destination client

  • collection_names (list[str], optional) – List of collection names to migrate. If None - migrate all source client collections. Defaults to None.

  • recreate_on_collision (bool, optional) – If True - recreate collection if it exists, otherwise raise ValueError.

  • batch_size (int, optional) – Batch size for scrolling and uploading vectors. Defaults to 100.

Qdrant

Learn more about Qdrant vector search project and ecosystem

Discover Qdrant

Similarity Learning

Explore practical problem solving with Similarity Learning

Learn Similarity Learning

Community

Find people dealing with similar problems and get answers to your questions

Join Community