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

Endpoints #1

Open hkulekci opened 1 year ago

hkulekci commented 1 year ago

Collections

Points

Cluster

Snapshots

Service

LarsWiegers commented 2 weeks ago

Hi @hkulekci have been loving using your php wrapper, is it on your roadmap or are you open to suggestions for getting the lasts endpoints in the wrapper? This like updating points are where i am hitting trouble now and would love to continue using the wrapper.

Thanks for the hard work :)

hkulekci commented 2 weeks ago

Hello @LarsWiegers, thank you for your kind words! I’m glad to hear that you’re enjoying using the PHP wrapper. I’m definitely open to suggestions and contributions to help update it. I’m aware that there are some missing endpoints and legacy configurations, and I try to update them whenever possible. If you have the time, feel free to create a PR, and we can collaborate on refining and merging it together!