Skip to content

Commit

Permalink
Add has_collection doc alias to collection_exists
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jun 26, 2024
1 parent a0e1e8f commit 2d6531b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qdrant_client/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl Qdrant {
/// ```
///
/// Documentation: <https://qdrant.tech/documentation/concepts/collections/#check-collection-existence>
#[doc(alias = "has_collection")]
pub async fn collection_exists(
&self,
request: impl Into<CollectionExistsRequest>,
Expand Down

0 comments on commit 2d6531b

Please sign in to comment.