dotneet / smart-chatbot-ui

An open source ChatGPT UI.

Home Page:https://smart-chatbot-ui.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

martijk opened this issue · comments

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.

There is a fork which removes the AVX instruction requirement: wekan/wekan#4321 (comment)