Your AI personal knowledgebase and personal CRM.
ctrl+b+a- Add a new thought.ctrl+b+q- Query for a thought.ctrl+b+s- Settings (OpenAI keys, Model usage, Encryption, Costs)
- If thought is too big -> summerize
- Create an embedding of the thought and save to sqlite-vss.
- Save as json (data, created_at, updated_at) / sqlite?
- Find top {x} thoughts that are similar to the query.
- If you press [tab] it will generate a new thought based on the query and the top {x} thoughts. Note: sorted then by date?
npm i
npm start
Building
npm run make
npm run publish
or (on WSL):
npm run make -- --platform=win32