From 2d6531b5f797d66f9e5f31618a32985b5844d503 Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 26 Jun 2024 16:10:26 +0200 Subject: [PATCH] Add has_collection doc alias to collection_exists --- src/qdrant_client/collection.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qdrant_client/collection.rs b/src/qdrant_client/collection.rs index acfd01b..141f360 100644 --- a/src/qdrant_client/collection.rs +++ b/src/qdrant_client/collection.rs @@ -138,6 +138,7 @@ impl Qdrant { /// ``` /// /// Documentation: + #[doc(alias = "has_collection")] pub async fn collection_exists( &self, request: impl Into,