pub async fn migrate_qdrant_collection_to_v3( client: &Client, base_url: &str, collection: &str, api_key: Option<&str>, ) -> Result<usize>