itsKia2 / NavAI

0 stars 0 forks source link

Look into setting up Postgres with Add-Ons #4

Open ShaneStallman opened 1 week ago

ShaneStallman commented 1 week ago

How to implement with GitHub Either figure out how or if possible set it up

Yraz60 commented 1 day ago

further looking into how to set up db. Possibly through something like Supabase which scrapes web and can store into postgredb. looking into how to setup pgvectors as well

itsKia2 commented 1 day ago

Honestly, we might just change over to Supabase.

The difference is that PostgreSQL we have to set up from beginning to end ourselves, while Supabase gives us an easy interface we can use to manage our database and see visual representation of our data and what we're doing. Supabase does have integrations for pgvector for the database, although I still want to look further whether it'll integrate easily with our langchain/RAG implementation.