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