File size: 474 Bytes
59d509e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# In-Browser Semantic Search with Transformers.js and pglite + pgvector
100% in-browser Semantic Search with [Transformers.js](https://huggingface.co/docs/transformers.js), [PGlite](https://github.com/electric-sql/pglite) + [pgvector](https://github.com/pgvector/pgvector)!
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.
|