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

Add `withPayload` and `withVector` properties on `RecommendRequest` class #60

Closed julien-jourde closed 4 weeks ago

julien-jourde commented 1 month ago

Hey, A little update on RecommendedRequest class to add missing withPayload and withVector properties.

hkulekci commented 4 weeks ago

Thank you, @julien-jourde, for contributing.

julien-jourde commented 4 weeks ago

You're welcome! Could you create a new release when this one will be merged?

hkulekci commented 4 weeks ago

Done! https://github.com/hkulekci/qdrant-php/releases/tag/v0.5.7 ✌️

julien-jourde commented 4 weeks ago

Fast guy ! :running: