julrich
05/02/2023, 5:06 PMpgvector
extension to persist our own embeddings (SBert, not Open AI) in PostgreSQL
. We then use Edge Functions
to get the users query, embed it through another embedding webservice written in Python / Flask and hosted on Fly.io, find the most relevant sections from all indexed expert content, give that to Open AI / GPT-3... to finally stream back the answer and the sources provided as context for transparency.
Finally we use the image hosting to include screenshots of pages for the user... when looking through sources!
Are you lookinng for contributors: NoNeedle
05/02/2023, 5:07 PMjulrich
05/02/2023, 5:07 PMjulrich
05/02/2023, 5:08 PM