thorwebdev's picture
Initial commit.
59d509e verified
|
raw
history blame
474 Bytes

In-Browser Semantic Search with Transformers.js and pglite + pgvector

100% in-browser Semantic Search with Transformers.js, PGlite + pgvector!

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5173 with your browser to see the result.