Skip to content

bramses/commonbase-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check out sister repo -- commonbase editor prototype!!

or check out the current production version that uses highlights from kindle -- quoordinates!

  • a postgres db that saves things as embeddings
  • middleware scripts for upstreams
  • a server
  • a ui

Screenshot 2024-05-09 21-23-25

todo

  • cosine sim search
  • api endpoint to insert doc
  • api endpoint to search with top k cosine sim
  • how to use in alfred

setup and running

you'll need:

  • postgres (brew install postgres)
  • nodejs (brew install node)
  • editor server running (port 3000)
  • database server running (port 3550)