Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Dec 6, 2023
1 parent d8627d2 commit e9aa780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn main() -> Result<()> {

let points = vec![PointStruct::new(0, vec![12.; 10], payload)];
client
.upsert_points_blocking(collection_name, points, None)
.upsert_points_blocking(collection_name, None, points, None)
.await?;

let search_result = client
Expand Down

0 comments on commit e9aa780

Please sign in to comment.