dotneet / smart-chatbot-ui

An open source ChatGPT UI.
https://smart-chatbot-ui.vercel.app/
MIT License
473 stars 98 forks source link

MongoDB requires AVX instructions - not fit for old/low-power hardware #124

Open martijk opened 1 year ago

martijk commented 1 year ago

I think this fork is great, and I was planning to use it as my main front-end. However, whereas the original can be easily installed on Synology DSM as a Docker container, this one requires support for AVX instructions, which my Intel Celeron J3355 lacks. That means that I can't install it on the hardware that is already turned on 24/7. I can't imagine that the Arm processor in the Raspberry Pi 4 supports it, either, so that means that I'm out of options for self-hosting at home.

I'd totally understand if you're going to change the database software just because of some random user with unsupported hardware, but I'm sharing this anyway, in case you're not aware of this limitation and do think it's useful enough to solve.

hakimio commented 1 year ago

There is a fork which removes the AVX instruction requirement: https://github.com/wekan/wekan/issues/4321#issuecomment-1448519510