The Vectorify Laravel package integrates your Laravel application with Vectorify to make your Laravel model data accessible by AI. The package automates the process of extracting, transforming, and synchronizing your application’s data with Vectorify.Documentation Index
Fetch the complete documentation index at: https://docs.vectorify.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Install the package using Composer:Configure
Publish the configuration file and enter the tables and columns you want to be accessible by AI into theconfig/vectorify.php file. See the configuration page for more details.
.env file:
Send
Send your data to Vectorify using the providedvectorify:upsert artisan command: