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
+4
View File
@@ -137,11 +137,15 @@ postgres = [
"psycopg2-binary==2.9.11",
"pgvector==0.4.2",
]
mariadb = [
"mariadb==1.1.14",
]
all = [
"pymongo",
"psycopg2-binary==2.9.11",
"pgvector==0.4.2",
"mariadb==1.1.14",
"moto[s3]>=5.0.26",
"gcp-storage-emulator>=2024.8.3",
"docker~=7.1.0",