Get started with Vectorify in minutes
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.
Install the package using Composer:
Publish the configuration file and enter the tables and columns you want to be accessible by AI into the config/vectorify.php
file. See the configuration page for more details.
Don’t forget to add your Vectorify API key in your .env
file:
Send your data to Vectorify using the provided vectorify:upsert
artisan command:
Finally, chat with your data from the Chats page or embed a Chatbot into your Laravel application.