| # 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. | |