Mareike Picklum
Mareike Picklum
Not all heroes wear capes... Thanks for the update. Works like a charm on T480s with 06cb:009a
Of course, you´re free to mirror it.. it is just some tiny example I created with a stupid countdown video because I couldn´t find anything better... :D I have tried...
Additional Info: have just tried to open the pdf with Okular, and it shows the video as well as controls (as specified in the includemovie options) embedded in the pdf....
> I have created a function for that maybe it helps. > > acronyms.typ > > ``` > // Dictionary with acronyms > #let acronyms = ( > API: "Application...
> > I tried the code snipped above, but it gives me an error "expected comma" at the position of the underscore in the #let usedAcronyms definition. What am I...
> > I wasn't familiar with the empty dictionary initialization here, so I had just replaced it by an empty list (not sure why we need a dictionary here anyway)....
as a temporary fix, you can set the `TYPST_FONT_PATHS` environment variable to point to a directory where you store the other font variants. I am using that as a workaround...
> If you deloyed LLM and ragflow locally, the data would go nowhere. What exactly do you mean by deployed LLM locally? When running ragflow locally in docker containers, adding...
> Please check those inference tools: Ollama/xinference/vllm. I tried Ollama (llama3), such that both run in docker (following the "CPU only" instruction on [the Ollama docker page](https://hub.docker.com/r/ollama/ollama) and the Quickstart...
Okay, summing up my findings so far: 1. Since both applications (RAGFlow and Ollama) run in docker containers on my local machine, these containers need to be able to communicate...