Download the PHP package vectorifyai/vectorify-laravel without Composer
On this page you can find all versions of the php package vectorifyai/vectorify-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vectorifyai/vectorify-laravel
More information about vectorifyai/vectorify-laravel
Files in vectorifyai/vectorify-laravel
Package vectorify-laravel
Short Description Vectorify package for Laravel. The fastest way to ask AI about your data.
License MIT
Informations about the package vectorify-laravel
Vectorify package for Laravel
Vectorify is the end-to-end AI connector for Laravel, letting you query and explore your data in natural language in seconds.
This package provides seamless integration to automatically extract, transform, and upsert your Laravel application data to Vectorify.
Requirements
- PHP 8.2 or higher
- Laravel 10 or higher
Installation
Install the package via Composer:
The package automatically registers itself with Laravel through package auto-discovery.
Configuration
1. Publish configuration file
Publish the configuration file to define your collections:
This will create a config/vectorify.php
file in your application.
2. Environment variables
Add the API Key to your .env
file:
You can get your API Key from Vectorify's dashboard.
3. Configure collections
Edit the config/vectorify.php
file to define which models (collections) and columns you want to upsert. Read the documentation to learn more how to define the collections.
Upsert
Manual synchronisation
Run the upsert command manually to sync your data:
Automatic synchronisation
The package automatically schedules the upsert command to run every 6 hours.
Changelog
Please see Releases for more information on what has changed recently.
Contributing
Pull requests are more than welcome. You must follow the PSR coding standards.
Security
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of vectorify-laravel with dependencies
laravel/framework Version ^10.0|^11.0|^12.0
vectorifyai/vectorify-php Version ^1.0