Hey HN, yesterday we shared a post[0] about how you can store OpenAI embeddings in Postgres with pgvector.

This is a follow up demonstration, adding a "ChatGPT" interface to our own docs. To use it, you can go to https://supabase.com/docs and then type "cmd + /". This will pull up a "Clippy" interface, where you can ask it questions about supabase (sorry in advance to mobile users)

In "Show HN" spirit, it's very hacky/MVP, so I expect it will break. We'd value any feedback.

[0] Storing OpenAI embeddings in Postgres: https://news.ycombinator.com/item?id=34684593

If you want to build something like this yourself, we sponsored Greg to create a video detailing all the steps: https://www.youtube.com/watch?v=Yhtjd7yGGGA

Also special shoutout to pgvector (https://github.com/pgvector/pgvector), which is used to store all of the embeddings.