Skip to content

Commit

Permalink
Add wait
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Jan 28, 2024
1 parent a82ca6a commit 724ef90
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 @@ -243,7 +243,7 @@ impl Qdrant {

pub async fn delete_points_api(&self, collection_name: &str, params: &Value) -> Result<(), Error> {
let url = format!(
"{}/collections/{}/points/delete",
"{}/collections/{}/points/delete?wait=true",
self.url_base,
collection_name,
);
Expand Down

0 comments on commit 724ef90

Please sign in to comment.