marinac-dev / qdrant

Elixir client for Qdrant vector search engine
MIT License
20 stars 7 forks source link

delete_points method changed from DELETE to POST to comply with Qdrant API #5

Closed yusefmosiah closed 1 year ago

yusefmosiah commented 1 year ago

I changed delete_points method to post and @type delete_body from [int | string] to %{points: [int | string]}

yusefmosiah commented 1 year ago

closed because i needed to sign my commit. had to setup gpg. still an open source noob.