Skip to content

Commit

Permalink
Extend query_batch example
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jun 27, 2024
1 parent f71fe60 commit 5f51829
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/qdrant_client/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ impl Qdrant {
/// "London".to_string(),
/// )]))
/// .build(),
/// QueryPointsBuilder::new("my_collection")
/// .filter(Filter::must([Condition::matches(
/// "city",
/// "Berlin".to_string(),
/// )]))
/// .build(),
/// ])
/// )
/// .await?;
Expand Down

0 comments on commit 5f51829

Please sign in to comment.