hinterdupfinger / obsidian-ollama

MIT License
837 stars 75 forks source link

Create not just extraction from selection but also all text in active note #1

Open dxcore35 opened 1 year ago

dxcore35 commented 1 year ago
nighteous commented 11 months ago

Man really could have explained the issue here but didnt. I think what the issue asks for is that we could have a function which would not necessarily need just the selection to be done but instead takes in the whole active note.

Two hurdles with this though.

  1. The context length will be a problem since I am guessing you guys are using that of ollama and it is hardcoded in it from what I noticed. LLama.cpp does allow changing the context length.
  2. Compute power needed for the same will be pain in the butt. But hey if you have it then you have it.