davor / embeddings
This package provides vector embeddings for inout text, and additional functionalities
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/davor/embeddings
Requires
- php: ^7.2|^8.0
- guzzlehttp/guzzle: ^6.3|^7.0.0
- intervention/image: ^2.5
- mongodb/laravel-mongodb: ^3.7|^3.9
- predis/predis: ^2.2
This package is not auto-updated.
Last update: 2025-10-17 10:10:14 UTC
README
For provided items, creates vectors using OpenAI embeddings API, and then performs contextual search using FAISS.
Instalation
Install package
composer require davor/embeddings
Publish config
php artisan vendor:publish --tag=config --provider="Hoks\Embeddings\EmbeddingsServiceProvider"
Set up config/embeddings.php
Run command to create python script in storage/app
php artisan create:python-script