LLM functionality for trilium #4506
Replies: 5 comments 1 reply
-
There's an existing plugin to integrate with ChatGPT here: https://github.com/soulsands/trilium-chat But doing something like that plugin for Trilium is definitely possible but I don't think one that acts exactly like that exists. |
Beta Was this translation helpful? Give feedback.
-
Integrating LLM support into Trilium would be great, but currently it means tying it to some specific provider / API and that seems quite unwise. |
Beta Was this translation helpful? Give feedback.
-
I agree with this. There are some shim patterns out there that are being developed, but configuring them in Trilium could be problematic or at least a lot of work. It would be super nice, but I think the best solution would be an external software that can get readonly access to the Trilium SQLite db as a data source. My .02 |
Beta Was this translation helpful? Give feedback.
-
I was looking at llamafile (https://hacks.mozilla.org/2023/11/introducing-llamafile/) that is a model you have locally and then have it finetuned against the Trilium db. |
Beta Was this translation helpful? Give feedback.
-
perhaps litellm + ollama?
|
Beta Was this translation helpful? Give feedback.
-
I am wondering is anyone is looking at LLM functionality for trilium? I just came across a plugin for Obsidian (https://github.com/hinterdupfinger/obsidian-ollama) and thought it would be interesting to have that sort of functionality become available for trilium as well.
PS: I just moved to trilium from joplin and I feel this is the right note-taking tool for me.
Beta Was this translation helpful? Give feedback.
All reactions