Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 9, 2024
1 parent 1ff1841 commit eea3ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qdrant_client/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Qdrant {
///
/// ```no_run
///# use qdrant_client::{Qdrant, QdrantError};
/// use qdrant_client::qdrant::{Condition, Filter, QueryPointGroupsBuilder, QueryPointsBuilder};
/// use qdrant_client::qdrant::QueryPointGroupsBuilder;
///
///# async fn query_groups(client: &Qdrant)
///# -> Result<(), QdrantError> {
Expand Down

0 comments on commit eea3ff2

Please sign in to comment.