thorwebdev commited on
Commit
8df9330
β€’
1 Parent(s): 59d509e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -1,17 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # In-Browser Semantic Search with Transformers.js and pglite + pgvector
2
 
3
  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)!
4
-
5
- ## Getting Started
6
-
7
- First, run the development server:
8
-
9
- ```bash
10
- npm run dev
11
- # or
12
- yarn dev
13
- # or
14
- pnpm dev
15
- ```
16
-
17
- Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.
 
1
+ ---
2
+ title: PGLite Semantic Search
3
+ emoji: πŸ”Ž
4
+ colorFrom: blue
5
+ colorTo: yellow
6
+ sdk: static
7
+ pinned: false
8
+ models:
9
+ - Supabase/gte-small
10
+ license: mit
11
+ short_description: In-browser Semantic Search.
12
+ ---
13
+
14
  # In-Browser Semantic Search with Transformers.js and pglite + pgvector
15
 
16
  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)!