Skip to content

Commit

Permalink
Update documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Dec 4, 2023
1 parent 00707df commit cebd843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! };
//!
//! let response = qdrant_client
//! .upsert_points("my_collection", vec![point], None)
//! .upsert_points("my_collection", None, vec![point], None)
//! .await?;
//!# Ok(())
//!# }
Expand Down

0 comments on commit cebd843

Please sign in to comment.