Awesome
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
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)