hkulekci / qdrant-php

Qdrant is a vector similarity engine & vector database. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more!
MIT License
93 stars 21 forks source link

Throw exception according to response #11

Closed hkulekci closed 1 year ago

hkulekci commented 1 year ago

We need to throw exception according to response success of failure

hkulekci commented 1 year ago

fixed with https://github.com/hkulekci/qdrant-php/pull/12