External LLM integration for bokkmarks and files organization

I have no support/technical question and have seen the support category. (Be aware that direct support questions will be deleted.)

on

Which general topic do you have

Bookmark management across devices and browsers has always been a major problem / PIA, under whatever platform is used.
I like NextCloud’s bookmark sync capabilities, but it does not solve the problem of organizing (tagging, categorizing, etc).
There are new solutions that use LLMs to solve the issue with bookmarks quite nicely, and the same method can be used to organize / summarize uploaded files.

The problem with the LLMx2 plugin (from what I can surmise) is that there’s no ability to point the task to a running instance external to NextCloud. So imagine for example DeepSeek running separately on the same machine or even a different machine. All that would need to be done is to point the LLM-plugin to such instance and allow the API to modify and manage Bookmark & File records inside NextCloud, based on the response from the external LLM.

Thanks & Regards

I’m currently doing a setup exactly like this right now and it’s pretty frustrating that only the LocalAI API is available given the wide adoption of oobabooga’s text-generation-webui.

I have all the integration logic built through that application and it seems like it would be pretty trivial to adapt the existing nextcloud assistant to integrate with it