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.
For anyone struggling with that final couplet, try an English accent.
Supabase Clippy – ChatGPT for Supabase Docs
21–30 of 57 posts
Re: Supabase Clippy – ChatGPT for Supabase Docs
#22awesome velocity - i could have sworn this was another of your famous Launch Weeks but its just a regular week for you now lol there's been a lot of these bots coming out, and some of the poorly implemented ones are probably going to make this endeavor look bad, and i'm wondering for your thoughts - what Quality Control/testing approach do you think makes sense for an unbounded chat bot like this?
in our MVP checklist we had "XSS testing" and "Prompt injection", the latter somewhat cursory because there's no feasible way to prevent it right now. We found a lot of ways to "break out" of the prompt (which is also very visible since we're open source). Luckily, prompt break-outs are relatively benign (as long as we have spend-caps on OpenAI). The biggest win for companies like us is that something like this becom…
Re: Supabase Clippy – ChatGPT for Supabase Docs
#23Please 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.
Re: Supabase Clippy – ChatGPT for Supabase Docs
#24> 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.
Re: Supabase Clippy – ChatGPT for Supabase Docs
#25Please 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.
Re: Supabase Clippy – ChatGPT for Supabase Docs
#26It's a great idea, but I'm really concerned about the use of OpenAI in this Have you tried implementing the same functionality using open-source models?
Re: Supabase Clippy – ChatGPT for Supabase Docs
#27Re: Supabase Clippy – ChatGPT for Supabase Docs
#28Re: Supabase Clippy – ChatGPT for Supabase Docs
#29Very cool! I'm looking forward to "smart search bars" (coined by me) being common place where you can search for things and it returns both knowledge-base/web pages that are relevant and its own color based on results, context, and other sources.
the neat thing about the vector implementation is that we can immediately return the relevant pages while GPT formulates an answer, which gives this a hybrid "search + ask" function. We'll aim to do that in the next iteration
Re: Supabase Clippy – ChatGPT for Supabase Docs
#30Very cool! I'm looking forward to "smart search bars" (coined by me) being common place where you can search for things and it returns both knowledge-base/web pages that are relevant and its own color based on results, context, and other sources.