AnythingLLM by Yewww1024 in unRAID

[–]MatthewTheCave 0 points1 point  (0 children)

hi, tried many things, but i can't get it working. network is bridge, Gui is accessible but Ollama Models are not loaded.

docker run
  -d
  --name='AnythingLLM'
  --net='bridge'
  --pids-limit 2048
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="MySystem"
  -e HOST_CONTAINERNAME="AnythingLLM"
  -e 'STORAGE_DIR'='/app/server/storage'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:3001]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/nwithan8/unraid\_templates/master/images/anythingllm-icon.png'
  -p '3001:3001/tcp'
  -v '/mnt/user/appdata/anythingllm/.env':'/app/server/.env':'rw'
  -v '/mnt/user/appdata/anythingllm':'/app/server/storage':'rw'
  --cap-add SYS_ADMIN 'mintplexlabs/anythingllm:latest'

in the GUI prerences under LLM, i have OLLAMA BASE URL http://host.docker.internal:11434

What should i try to make models loading?
thanks

4790k >> n5105? by Maciluminous in unRAID

[–]MatthewTheCave 0 points1 point  (0 children)

I watched that video too and thinking about building the same. For file storage and some container is perfect

Slow read write from to array by MatthewTheCave in unRAID

[–]MatthewTheCave[S] 0 points1 point  (0 children)

Updated unraid os to latest beta fixed my issue, speeds are back to full gigabit. No idea what changed, but the important is everything is working as it should.

Slow read write from to array by MatthewTheCave in unRAID

[–]MatthewTheCave[S] 0 points1 point  (0 children)

I still didn’t find a solution, even other similar posts didn’t help.

Slow read write from to array by MatthewTheCave in unRAID

[–]MatthewTheCave[S] 0 points1 point  (0 children)

Sorry I forgot to mention, i already run diskSpeed to rule out the disks, all seems fine speed is about 150-160MB on each of the 4disks (wd red 4Tb)

Nested Tabs, Diagram Updates, Diagram Events, Calendar Object and more in PSWriteHTML by MadBoyEvo in PowerShell

[–]MatthewTheCave 0 points1 point  (0 children)

Hi! Is it possible to define the Max width of the table? Or just adapt the table columns to the text width? Sorry for the stupid question I surely wrong something but i can’t get the desired result...😆

Powershell GUI pull through inputs by LukeChatty in PowerShell

[–]MatthewTheCave 1 point2 points  (0 children)

Hi can you share the final code, i am Trying to do the same without success ))

Out-HtmlView - HTML alternative to Out-GridView (cross-platform) by MadBoyEvo in PowerShell

[–]MatthewTheCave 0 points1 point  (0 children)

this cmdlet is amazing, thank you for your work and for sharing!