oto-labs / librarian

Better Bookmarks Search w/ Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Librarian

Better Bookmark Search

Librarian

Chrome extension to search your bookmarks' content right in your browser. Private and Fast.

➤ Scrape content and embed using Sentence-BERT (through transformer.js)
➤ Store in localStorage
➤ Semantic vector search (with orama).

Stay tuned for enhancements and fixes:

  • Settings (similarity threshold, num results, etc.)
  • Accurate progress bar
  • Smarter salient text subselection
  • Faster scraping
  • Better UI/UX

Setup

Please run npm install and npm run build. This will generate the build directory, which you can load into Chrome by following the extensions dev instructions.

About

Better Bookmarks Search w/ Transformers

License:MIT License


Languages

Language:JavaScript 78.2%Language:CSS 13.1%Language:HTML 8.7%