Skip to content

Commit 5c7afe5

Browse files
timviseeKShivendu
andauthored
Update examples/query.rs
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com>
1 parent bb4f3d3 commit 5c7afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async fn main() -> Result<(), QdrantError> {
5454
let query_result = client
5555
.query(
5656
QueryPointsBuilder::new(collection_name)
57-
.query(vec![11.0; 10])
57+
.query(vec![1.0; 10])
5858
.limit(10)
5959
.filter(Filter::all([Condition::matches("bar", 12)]))
6060
.with_payload(true)

0 commit comments

Comments
 (0)