0.2.1 • Published 11 months ago
redakteur v0.2.1
redakteur
A tool to work with my heap of notes using local-llms to organize and analyze them.
!warning Work in Progress
- 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
Install
pnpm add -g redakteur
Usage
Import Notes
fd . ~/path/to/notes | redakteur import
Find related notes
redakteur related -f ~/path/to/file
Goal
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.
Use Case
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