Download the PHP package codeisawesomehq/qdrant without Composer
On this page you can find all versions of the php package codeisawesomehq/qdrant. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package qdrant
Qdrant PHP Client
This library is a PHP Client for Qdrant.
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!
Installation
You can install the client in your PHP project using composer:
An example to create a collection :
So now, we can insert a point :
Search with a filter :
All versions of qdrant with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
psr/http-client Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^1.0|^2.0|^3.0
guzzlehttp/guzzle Version ^7.4
guzzlehttp/psr7 Version ^2.0
webmozart/assert Version ^1.11
psr/http-client Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^1.0|^2.0|^3.0
guzzlehttp/guzzle Version ^7.4
guzzlehttp/psr7 Version ^2.0
webmozart/assert Version ^1.11
The package codeisawesomehq/qdrant contains the following files
Loading the files please wait ....