100% in-browser Semantic Search with Transformers.js, PGlite + pgvector!
First, install necessary dependencies:
npm install
# or
yarn add
# or
pnpm add
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:5173 with your browser to see the result.