Olicorne

Results 659 comments of Olicorne

Btw, I implemented all that in my own cli project that does RAG as well as summaries: https://github.com/thiswillbeyourgithub/DocToolsLLM/

Maybe it would help to borrow some code from https://github.com/jackMort/ChatGPT.nvim

> return { > "joshuavial/aider.nvim", > config = function() > require("aider").setup({ > auto_manage_context = true, > default_bindings = true, > }) > end, > keys = { > { >...

I noticed that too and for me it's also an inconvenience. I think that by not adding brackets it would leave the choice to the user to have this or...

Hi ! Just a quick bump as I would really like to wrap up my project while I got some free time :) But if you can't find the time...

Here's the highlighted section of the text: ![image](https://github.com/omnivore-app/logseq-omnivore/assets/26625900/3acb91a2-5d25-4e33-a385-16adebb483ac) The article link is that one: https://sebastianraschka.com/blog/2023/llm-finetuning-lora.html

Hi, I decided to go the "most robust way" anyway and implement a function that finds the best substring in a corpus that matches the highlight. This is computationaly intensive...

I don't know if it's helpful but I noticed this behavior in Logseq (flashing between journal and another page) usually after manually modifying files part of my logseq graph (i.e....

Btw now the full text is not in the title block but in a child block directly. It's just not (yet?) split into paragraph which is what I'm suggesting in...