A tool to work with my heap of notes using local-llms to organize and analyze them.
[!warning] Work in Progress
- [x] read files from stdin and save them + embeddings to sqlite3
- [/] find related notes to an existing note
- [ ] auto categorise notes
- [ ] list general categories of notes
- [ ] auto improve file names
- [ ] try different models etc
pnpm add -g redakteur
fd . ~/path/to/notes | redakteur import
redakteur related -f ~/path/to/file
The goal is to have an exectuble that can be pointed to a folder of notes and then, after doing all the processing required, be able to interact with some ai model that has access to those notes.
I want this to eventually help me with things like:
- Which of my notes are basically just noise and could be deleted?
- Show me notes that are related to the same thing, that I could combine into an article.
- Are there any notes that only need a bit of work, and they'd be ready to publish?
- Is there a pattern/topic emerging and are there things I should look into?
I still prefer doing the actual writing myself, but it'd be nice to get a kickstart based on things I already wrote