use qdrant_client::Qdrant; let client = Qdrant::from_url("http://localhost:6334").build()?; client.create_snapshot("{collection_name}").await?;