How to Enable Text Embeddings Vector Storage in Supabase
Learn how to enable and store text embeddings in Supabase, so you can perform efficient semantic search on small, structured datasets w/out needing a separate vector database.
In my previous blog post The Case for Preprocessing: Using LLMs Before Your Users Do, I talked about breaking out of the real-time mindset when working with LLMs. Instead of treating them like instant-response machines that only run when a user taps a button, I explored how we can shift some of that work to backend scripts and cron jobs.
Most apps deal …