An open API service indexing awesome lists of open source software.

https://github.com/thorwebdev/browser-vector-search

Full in-browser Semantic Search with Huggingface Transformers.js and ElectricSQL's PGlite!
https://github.com/thorwebdev/browser-vector-search

huggingface inference pglite postgres supabase transformerjs webgpu

Last synced: 5 months ago
JSON representation

Full in-browser Semantic Search with Huggingface Transformers.js and ElectricSQL's PGlite!

Awesome Lists containing this project

README

        

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