From 7a77dccd8eef7596624890f769766373bdbc3c58 Mon Sep 17 00:00:00 2001 From: Alfred Nutile <365385+alnutile@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:27:11 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 429151a1..dd2ca9b7 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,16 @@ The core of this is a vector plugin for PostGres to simplify the setup. (no Dock On top of this is Laravel's amazing Batching system to easily allow us to batch up jobs and manage the amount of jobs hit these LLMs at a time and in what order! +## YouTube + +[Overview](https://youtu.be/rj5YQLbWF9U) + +[Getting it installed](https://youtu.be/SUwI70h5kVY) ## Getting Started + + Setup your local environment. I am going to use HERD to start off with. https://herd.laravel.com/ Because their services cost $ (which is well worth it imo) I will link to this to setup PostGres https://postgresapp.com/. Typically I default to DBEngine https://dbngin.com/ but I could not get the vector driver working.