bmdavis419 / sveltekit-pgvector-supabase

A demo of using vectors, sveltekit, and supabase together in a (semi) useful example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vectors, sveltekit, supabase, and the ai sdk

what is this?

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.

prerequisites

how to run

  1. fill in the .env file with your creds (see .env.example)
  2. install packages with bun install
  3. run supabase start
  4. run bun run dev

important docs for reference

About

A demo of using vectors, sveltekit, and supabase together in a (semi) useful example


Languages

Language:TypeScript 52.4%Language:Svelte 41.9%Language:CSS 2.7%Language:JavaScript 2.4%Language:HTML 0.6%