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!
- Host: GitHub
- URL: https://github.com/thorwebdev/browser-vector-search
- Owner: thorwebdev
- Created: 2024-07-29T15:50:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T09:25:08.000Z (11 months ago)
- Last Synced: 2025-02-06T08:08:35.762Z (5 months ago)
- Topics: huggingface, inference, pglite, postgres, supabase, transformerjs, webgpu
- Language: JavaScript
- Homepage: https://thorwebdev.github.io/browser-vector-search/
- Size: 188 KB
- Stars: 95
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - thorwebdev/browser-vector-search - Full in-browser Semantic Search with Huggingface Transformers.js and ElectricSQL's PGlite! (JavaScript)
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.