Skip to content

oto-labs/librarian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.