Add support for mariadb-vector as backing vector DB (#21931)

This commit is contained in:
Code with love
2026-03-09 05:13:14 +07:00
committed by GitHub
parent caf3362be8
commit 265d1b2824
7 changed files with 653 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ RUN chown -R $UID:$GID /app $HOME
RUN apt-get update && \
apt-get install -y --no-install-recommends \
git build-essential pandoc gcc netcat-openbsd curl jq \
libmariadb-dev \
python3-dev \
ffmpeg libsm6 libxext6 zstd \
&& rm -rf /var/lib/apt/lists/*