FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.19k stars 16.25k forks source link

Add support for Couchbase as a vector store by upgrading Docker #2560

Open prajwal-pai77 opened 5 months ago

prajwal-pai77 commented 5 months ago

Can we please have support for Docker builds to use glibc based distro so that we can have support for Couchbase as a vectore? Current Docker builds using Alpine on Arm64 and is incompatible with the Couchbase SDK, as our SDK does not currently support Alpine + Arm64 due to its reliance on musl instead of glibc.

Context: https://github.com/FlowiseAI/Flowise/pull/2303#issuecomment-2100446029

HenryHengZJ commented 5 months ago

Thanks @prajwal-pai77, we have this item in our to-do list, since changing the current alpine requires thorough testing of all the integrations in Flowise