typesense
Hi,
I have an Asustor AS6702T, I have installed immich via Docker Stack from Portainer. I only changed the stack.env file with password & API.
With typesense enable I get "500 connect ECONNREFUSED 172.22.0.5:3001" when it's disabled Immich is working fine. My CPU is an Intel Celeron N5105 so it might support AVX. I have checked typesense log and even with - GLOG_minloglevel=0 it return nothing.
6 Replies
Your CPU doesn't support AVX, so typesense is probably failing to start up entirely
Oh ok, how did you check that ? I didn't find anything on Intel's product page
It doesn't say "doesn't have AVX" on the product page, it just doesn't mention AVX at all which means it doesn't have it
Okay thanks for you really fast answer, so my only option is to use Immich without typesense, I'm right ?
I believe it works if you build typesense yourself on the machine you want to use it on. You could also run it on another machine that does have AVX. If neither of those are an option then you would need to disable it, yes.
Thanks !