Tywele

joined 1 year ago
[–] Tywele@lemmy.dbzer0.com 4 points 9 months ago* (last edited 9 months ago) (2 children)

If you wanted the AI to just create book-like texts than you could train it purely on books from a library but if you want it to converse like a human being you need training data that imitates that.

[–] Tywele@lemmy.dbzer0.com 3 points 9 months ago* (last edited 9 months ago)

I'm using the Immich app from TrueNAS, how do I properly update it? Or is it being taken care off by TrueNAS?

Edit: I asked on the TrueNAS discord for help and someone who already updated their Immich figured out how to fix the installation afterwards. I copy&paste the guide here:

This guide assumes that Heavyscript is installed and pgAdmin.
https://github.com/Heavybullets8/heavy_script
https://truecharts.org/charts/stable/pgadmin/

  • Upgrade Immich to v.1.95.1.

  • If Immich fails to deploy check the logs heavyscript pod --logs immich. If the logs complain that indexes need to be deleted continue with this guide.

  • Access the shell for the postgres pod heavyscript pod -s immich.

  • Select the postgres pod.

  • Inside the pod run env and record the password. Then type exit to exit the pod.

  • Get the DNS address and port for Immich postgres pod. heavyscript dns -a

  • Launch pgAdmin and right-click on Servers select Register > Server.

  • In the Connection tab put the hostname and port from step 6. The username is immich and use the password from step 3.

  • Once connected create a backup by expanding Servers > Immich > Databases and right-click on immich then select Backup.... Follow the prompts to create a backup.

  • Right-click on immich and select Query Tool.

  • Use the following query to delete your indexes.

    FROM pg_index X JOIN
         pg_class I ON I.oid = X.indexrelid JOIN
         pg_am A ON A.oid = I.relam
    WHERE A.amname = 'vectors';
  • Stop Immich with heavyscript heavyscript app --stop immich.

  • Once all pods have scaled down start Immich heavyscript app --start immich.

The SQL query will complain about a syntax error but it will work regardless. It just takes some time to redeploy immich.

Credit goes to @verbalsiegeengine on Discord

[–] Tywele@lemmy.dbzer0.com 19 points 9 months ago (1 children)

Read the links of the comment you are replying to.

[–] Tywele@lemmy.dbzer0.com 5 points 9 months ago

TrueNAS Scale

[–] Tywele@lemmy.dbzer0.com 1 points 10 months ago

I love seeing recap statistics:

[–] Tywele@lemmy.dbzer0.com 8 points 11 months ago (2 children)

It does not include Mastodon. Everything that has implemented the ActivityPub protocol is called the Fediverse.

[–] Tywele@lemmy.dbzer0.com 5 points 11 months ago* (last edited 11 months ago) (2 children)

For me Photoprism is unusable for the simple fact that they don't support multiple users. Also Photoprism doesn't have an official app which I can easily use on my phone to sync photos.

[–] Tywele@lemmy.dbzer0.com 4 points 11 months ago

I tried Photoprism a few days ago and it still doesn't support multiple users. It also doesn't have an app. The Immich app is really great and it's stupidly simple to setup auto backup of your phone camera.

[–] Tywele@lemmy.dbzer0.com 3 points 11 months ago (1 children)

Immich is great. Works so much better as a photo storage than Nextcloud does.

[–] Tywele@lemmy.dbzer0.com 1 points 1 year ago* (last edited 1 year ago)

For Lemmy there are multiple web apps such as Photon, Tesseract, Alexandrite, mlmym.

For Android I use Sync for Lemmy.

view more: ‹ prev next ›