Download the PHP package claudiogs16/laravel-sdk-qdrant without Composer
On this page you can find all versions of the php package claudiogs16/laravel-sdk-qdrant. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download claudiogs16/laravel-sdk-qdrant
More information about claudiogs16/laravel-sdk-qdrant
Files in claudiogs16/laravel-sdk-qdrant
Package laravel-sdk-qdrant
Short Description Laravel SDK for Qdrant vector database — search, upsert, collections, payload management with OpenAI and Gemini embedders
License MIT
Homepage https://github.com/claudiogs16/laravel-sdk-qdrant
Informations about the package laravel-sdk-qdrant
Laravel SDK for Qdrant
Laravel SDK for Qdrant vector database. Supports collection management, point operations (upsert, search, scroll, recommend, count), payload manipulation, index management, and vector embedding via OpenAI, Gemini, and OpenRouter.
Forked from wontonee/laravel-qdrant-sdk with compatibility for Laravel 11, 12, and 13, re-namespaced to
Claudiogs16\LarQ, and added OpenRouter embedder support.
Installation
Laravel auto-discovers the service provider. Publish the config:
Configuration
Add to your .env:
The published config is at config/larq.php.
Usage
Client
Collections
Points
Payload
Indexes
Vectors
Embedders
Eloquent Trait
Testing
Requirements
- PHP 8.2+
- Laravel 11.x | 12.x | 13.x
License
MIT
All versions of laravel-sdk-qdrant with dependencies
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0