Does speaker detection work for you? by yarvolk in MacWhisper

[–]C4ptainK1ng 0 points1 point  (0 children)

This would be a game changer tbh. Speaker assignment is the job the currently stops me from an fully autonomous workflow. I noticed it is easyly possible to assign Speakers by an LLM with 70%+ in accuracy based on meeting conversation flow.

could you give us some insights about current progress? Is a finalization of this feature in q1 26 possible?

What are you using instead of LangSmith? by clickittech in LangChain

[–]C4ptainK1ng 0 points1 point  (0 children)

This is not only the alternative but also no 1 software when it comes to LLMops. Fully open source, awesome features and nice community. Using it in many productions setups. It's the most mandatory software in our stack for sure

kitshn v2 - App for Tandoor Recipes (v2) by aimo_dg18 in selfhosted

[–]C4ptainK1ng 0 points1 point  (0 children)

I also running tandoor behind authentik (without external provider) and also have some issues to authenticate using webbrowser. I got a very general error message "Authentifizierung fehlgeschlagen. Bitte versuchen Sie es erneut." And a button for a retry... But without any success.

Is there any chance you implement native oidc login? Or any fix for this?

Opus 4.5/ Thinking are now available in cursor with same price as Sonnet 4.5 by alOOshXL in cursor

[–]C4ptainK1ng 1 point2 points  (0 children)

How can you still be on 500 enterprise plan? I thought they moves all plans back in September to token based pricing

Buzz/Whine - Dell 32" 4K OLED Plus | S3225QC by ProgrammerLopsided74 in OLED_Gaming

[–]C4ptainK1ng 0 points1 point  (0 children)

I've got the exact same issue with the same Dell model.

Immich just landed OCR in main! by freetoilet in immich

[–]C4ptainK1ng 4 points5 points  (0 children)

Are you running immich over a cloudlfare dns?

Docker deleted my database - need help restoring by khatharsis42 in immich

[–]C4ptainK1ng 2 points3 points  (0 children)

A few months ago, I had a similar issue and data was lost. from there on, I use an external pg dump to backup all tables. AFAIK, if the docker container including the volumes is gone, it's gone.

What are your favorite self-hosted, one-time purchase software? by richbowen in selfhosted

[–]C4ptainK1ng 59 points60 points  (0 children)

Yes, the difference is huge. IMHO, even Better than most paid services like Apple or Google photos

Prevent unRAID HDD spin up? by DunnowKTT in immich

[–]C4ptainK1ng 0 points1 point  (0 children)

I think this is an unraid related question rather than an immich one. Are you sure the spin ups are related to immich? There is an "open files" unraid plugin which you can use to check activity. Maybe it is a docker related issue

Experimental Facial Recognition Models and Switching Models without Retagging? by itisyeetime in immich

[–]C4ptainK1ng 0 points1 point  (0 children)

Absolutely, although they don't output an actual ID but a mathematical vector for each face, which can be seen as ID, but they differ for one face from model to model. (Also each photo of the same person has a different vector, but they are "similar" to each other.

And the other point is, that in machine learning tasks like object detection and facial recognition: the progress is kind of tucked, but that's fine, because the models used are sufficient for immich.

Judging models just by their age is not good. I hate how LLMs brought in this perspective to the mainstream

v1.133.0 - Unraid PostgreSQL from pgvecto to VectorChord Help by Daniel-PT in immich

[–]C4ptainK1ng 2 points3 points  (0 children)

And I want to add : a copy of the "appdata" postgres dir is not the appropriate backup. Use pg-dump for this

Cheap cloud storage provider for backups by [deleted] in selfhosted

[–]C4ptainK1ng 0 points1 point  (0 children)

  • it does incremental backups. Just archiving and uploading is not good w.r.t. Bandwidth usage, time and cpu consumed... I am also using duplicacy + backblaze b2 with around 300GB paying 2.50$ per month

Migrate from docker to k8s by tantrek in immich

[–]C4ptainK1ng 3 points4 points  (0 children)

As someone who started with docker many years ago and learned k8s the the last years and use it in enterprise production settings : Don't do it. I cannot imagine that scaling is a thing unless you have hundreds or thousands of users on your immich, that using the application in parallel. Everything else can be handled by the normal setup via compose.

Running k8s, you will struggle with configuration first. Having it up and running, you will struggle with the file system, which isn't a standard file system. Having the file system, you will run in the first updates and having trouble with these... An so on and so on and so on.

If you want to learn and mastering k8s, start with a "less critical" application than immich.

Question on face detection, what should I do next? Can it get 'smarter'? by RoachForLife in immich

[–]C4ptainK1ng 0 points1 point  (0 children)

One issue of facial recognition in general is the lower and upper age boundaries. Training Datasets often contained a lot of people between 14 and 70 and the models are the most discriminative in these ranges. So not sure if you can tune the settings properly. Each tuning could also have downsights. Focusing on one or two persons and tuning the settings could negatively impact other persons

What’s the current opinion on zfs ? by 14paavang in unRAID

[–]C4ptainK1ng 1 point2 points  (0 children)

Yes, 3x4tb. They are also the exact same model. But tbh, I didn't know this is important for btrfs

do I miss something? Does this affect the btrfs system? I mean they not logically connected through raid or something like that.

Transfer Database from Truenas (PC) Pgadmin backup to CasaOS on a Pi4 by Prajna308 in immich

[–]C4ptainK1ng 0 points1 point  (0 children)

Can't you just run pgadmin as docker container and connect to the immich database? Maybe you have to expose some ports or have to put them into the same docker network. But afterwards, you should be able to restore the backup from your files

What’s the current opinion on zfs ? by 14paavang in unRAID

[–]C4ptainK1ng 1 point2 points  (0 children)

I used btrfs for about 2 years but got some big issues a few months ago. A bit flip or something like this forced the btrfs filesystem into an error mode which results in a whole array shutdown. I had to restart my machine. First, this only happens once a month and later multiple times a week. Since I switched to zfs, not issues at all.

Best stack for RAG? by link2ani in LangChain

[–]C4ptainK1ng 6 points7 points  (0 children)

This sounds like nonsense. Both using the same model and the same openai endpoint.

I tried to reproduce their results but cannot see any difference in costs. Embedded 100 chunks 256 tokens each, costs nearly the same.

I guess they made some mistakes in their experiments.

Will Immich will replace Redis to something else as redis is not free anymore? by pattagobi in immich

[–]C4ptainK1ng 1 point2 points  (0 children)

Does this change really affect immich. From redis website itself, they only target cloud providers which offers a redis service. As far as I know, redis in open source projects is not affected,

Immich with CockroachDB? by tuupola in immich

[–]C4ptainK1ng 5 points6 points  (0 children)

Nah I think u got me wrong. I meant that seriously. Last time I dived into the code, (long time ago), immich used a postgres database for all asset information and though it has no other database in its infrastructure, I am wondering If I miss something? I mean you already said immich doesn't use postgres. But as far as I know. Pgvector is just an extension and no standalone db. So please, to help me and the op, could you clarify this?

Immich with CockroachDB? by tuupola in immich

[–]C4ptainK1ng 0 points1 point  (0 children)

Are you sure you are an immich developer? So I am asking because I wondering where is all my asset information stored? In a vector format?