From f65b1810e9163916c04184e48d626eef8a7202a3 Mon Sep 17 00:00:00 2001 From: chelcie de almeida Date: Sun, 27 Aug 2023 00:19:04 -0700 Subject: [PATCH] updated read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2841179..5442abc 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ You will need an account with OpenAI if you plan on using the GPT-3.5-Turbo-16K ## Usage This experiment used two databases through postgres: -- AdventureWorks [Download/Installation Here](https://github.com/lorint/AdventureWorks-for-Postgres) -- Bookings [Download/Installation Here] (https://postgrespro.com/docs/postgrespro/10/demodb-bookings) +- AdventureWorks [Download Here](https://github.com/lorint/AdventureWorks-for-Postgres) +- Bookings [Download Here](https://postgrespro.com/docs/postgrespro/10/demodb-bookings) Note that I modified these databases to have it work for my purpose, you may choose to do the same or work on your own databases but should you decide that you'd like to do work on this exact project then you may find the queries I used in the db folder of this repo.