cp .env.example .env
- Postgresql: https://dbngin.com/ (update your .env)
- Get your OpenAI key, put it in the .env file
composer install
composer run dev
(or however you boot your Laravel locally)- Add some data
php artisan db:seed --class=SourceTextSeeder
If you want to add more source material paste text into the textarea and add it.
If you want to search, query, then see the embeddings used