An open API service indexing awesome lists of open source software.

https://github.com/peterramsing/laravel-rag-test

RAG testing and workshopping in Laravel
https://github.com/peterramsing/laravel-rag-test

Last synced: 5 months ago
JSON representation

RAG testing and workshopping in Laravel

Awesome Lists containing this project

README

          

# Rag Test

## Setup
1. `cp .env.example .env`
2. Postgresql: https://dbngin.com/ (update your .env)
3. Get your OpenAI key, put it in the .env file
4. `composer install`
5. `composer run dev` (or however you boot your Laravel locally)
6. Add some data `php artisan db:seed --class=SourceTextSeeder`

## Usage
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