Live data from Hacker News

Supabase Clippy – ChatGPT for Supabase Docs

supabase.com

31–40 of 57 posts

Re: Supabase Clippy – ChatGPT for Supabase Docs

#31
That's so interesting. I'm sure other companies will integrate GPT on their developer documentations. We have built similar tool called Corpora https://askcorpora.com It allows users to upload their pdf files and search through them in natural language and perform Q&A. It uses same technology that ClippyGPT used. Do you have any feedback for us?

Re: Supabase Clippy – ChatGPT for Supabase Docs

#32
post #25
post #8

Please explain to me what's Supabase, but make it rhyme. Supabase is a great place, For hosting your database. It's open source and free, So you can use it with glee. It's simple to get started, No infrastructure to be charted. It's a hosted platform, So you can use it with no qualm.

Interesting I got the same result. Could it be caching prompts?

They currently have it configured to be fully deterministic when generating. If you tweak the prompt at all it should break out of that I assume.

Re: Supabase Clippy – ChatGPT for Supabase Docs

#33

> Want to try it out? It's a hidden feature while in MVP - visit supabase.com/docs and hit cmd + / to pull up the search box (sorry mobile users). My keyboard does not have a cmd key, and I am not a mobile user.

5 mins - we can push another key combo

Yes, please, it's not working on my setup either.

I have to do Shift + 7 to get the "/", so maybe that breaks it; also Ctrl/Meta + "/" is already mapped to an OS X function.

What about Ctrl/Meta + Space? I've seen that around.

Also, lol, you release a great thing and the discussion turned out to be around the hotkeys, ha.

Re: Supabase Clippy – ChatGPT for Supabase Docs

#34

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 hack…

Feedback: Please add a button. This seems super useful, but unfortunately I can't test it. I'm on a non US Layout and can't use the shortcut "cmd + /". On my keyboard a "/" is opt + 7 and using "opt + cmd + 7" unsurprisingly does nothing.

Re: Supabase Clippy – ChatGPT for Supabase Docs

#35
post #10

> Want to try it out? It's a hidden feature while in MVP - visit supabase.com/docs and hit cmd + / to pull up the search box (sorry mobile users). My keyboard does not have a cmd key, and I am not a mobile user.

`Ctrl + /` should also work

Unfortunately this is not a possible key combination in many non-US keyboard layouts.

Re: Supabase Clippy – ChatGPT for Supabase Docs

#36
post #13

> Want to try it out? It's a hidden feature while in MVP - visit supabase.com/docs and hit cmd + / to pull up the search box (sorry mobile users). My keyboard does not have a cmd key, and I am not a mobile user.

Hey — one of the Clippy engineers here. Ctrl work for you?

[deleted]

Re: Supabase Clippy – ChatGPT for Supabase Docs

#37

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 hack…

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.

This is so great! Thank you, and Greg if you read this well done on an excellent video and project

Re: Supabase Clippy – ChatGPT for Supabase Docs

#39

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 hack…

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.

Note that pgvector isn't supported on any of the large cloud providers' hosted Postgres offerings, other than Supabase. https://github.com/pgvector/pgvector#hosted-postgres has instructions on how to add your voice to request it to be added!

(It does seem that the ancient https://github.com/eulerto/pg_similarity is supported by RDS and Google Cloud - but it's hard to tell whether attention was paid to its performance characteristics with nearly the rigor that pgvector seems to have been designed.)

Re: Supabase Clippy – ChatGPT for Supabase Docs

#40
post #34

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 hack…

Feedback: Please add a button. This seems super useful, but unfortunately I can't test it. I'm on a non US Layout and can't use the shortcut "cmd + /". On my keyboard a "/" is opt + 7 and using "opt + cmd + 7" unsurprisingly does nothing.

thanks for the feedback - we'll add a button as soon as OpenAI approves our increased spend-cap request
Post reply on HN