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

We need to implement PointsBatch class #16

Closed hkulekci closed 1 year ago

hkulekci commented 1 year ago

We had a solution for PointsBatch but it had not worked with multi-vector named vectors. So, for this reason, for now batch method working with PointsStruct.

hkulekci commented 1 year ago

You can check this PR before starting to implement.