Skip to content

Commit

Permalink
Merge pull request #13 from suexcxine/patch-1
Browse files Browse the repository at this point in the history
fix: points/delete api
  • Loading branch information
andreibondarev authored Jan 19, 2024
2 parents 2cb6e6a + dbb9d76 commit 9853ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qdrant/points.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def delete(

req.body = {}

req.body["points"] = points unless filter.nil?
req.body["points"] = points unless points.nil?
req.body["filter"] = filter unless filter.nil?
end
response.body
Expand Down

0 comments on commit 9853ff0

Please sign in to comment.