This is a demo of a simple app which uses the AI SDK, Supabase, and SvelteKit to make a search feature.
This app shows off the different ways to index and search vectors and how to create/query them.
.env
file with your creds (see .env.example
)bun install
supabase start
bun run dev