keep-it-markdown icon indicating copy to clipboard operation
keep-it-markdown copied to clipboard

Anyone need sync structure based on llama or something?

Open icewind666 opened this issue 1 year ago • 5 comments

Thanks for a good tool! I'm planning to add connection to local llama instance - to feed it with current obsidian vault folder tree - and make llama decide to which folder each note should go (based on its content). Wondering - is it ok to do a pull request with that feature? or no one needs this ?)

icewind666 avatar Sep 16 '24 09:09 icewind666

@icewind666 I was thinking of something similar but haven't had time to work on it. I'm ok with a pull request but, if you can, try to make the changes incremental vs one big bang update.

Can you explain more in detail on what you would be adding or changing? Thanks!!!

djsudduth avatar Sep 16 '24 13:09 djsudduth

@djsudduth For now I have 2 variations in mind. First - providing existing folder structure (get it in runtime) to llama, with a note content. And let it decide.

Second - make a config where I can describe what folder is what for (cause I think llama will do strange choices based only on folder names:) Or maybe it shoould be not a config but a text description of vault structure.

Will make it an option along with other options. If request to llama failed - fallback to usual behavior

icewind666 avatar Sep 16 '24 14:09 icewind666

@icewind666 I'm not quite following - what do you mean by "folder structure"? Where would that be defined (since Keep has no folder identification).

Also, you'll want to be careful since KIM is mainly for Obsidian, Logseq and Joplin (and, possibly others). So, you'll want to either flag Obsidian specific choices or make it work generically for all three. If it isn't really a Keep function then maybe you should have code outside of kim.py to do the functions you need.

djsudduth avatar Sep 16 '24 14:09 djsudduth

@djsudduth let me explain on example. I have obsidian vault with structure like Home -- hobby -- wishlists Work -- projects -- tips

And when I do sync from Keep to Obsidian- I want llama to decide that one note goes to Home-hobby and another to Work-projects by their content

icewind666 avatar Sep 16 '24 14:09 icewind666

@icewind666 ok, that makes sense. The decision of the llama code seems like a post-export function vs. something happening dynamically. I would have KIM export to a working folder and then have llama do it's work to parse, classify and sort.

For example, using Keep and KIM you can create folder namespaces in Logseq by naming Keep notes something like home/hobby/llama rag databases and dynamic code might mess with that.

I'm still feeling like the code should be outside of kim.py and it's own function. Maybe I'm not seeing the entire picture you're envisioning? How about you outline the process steps using some examples?

djsudduth avatar Sep 16 '24 14:09 djsudduth

@icewind666 - any updates on this?

djsudduth avatar Dec 27 '24 19:12 djsudduth

Closing this for now - no updates.

djsudduth avatar Mar 15 '25 01:03 djsudduth