MariaDB vector store documentation addition (#30229)

### New Feature

Since version 11.7.1, MariaDB support vector. This is a super fast
implementation (see [some perf
blog](https://smalldatum.blogspot.com/2025/01/evaluating-vector-indexes-in-mariadb.html)
The goal is to support MariaDB with langchain

Implementation is done in
https://github.com/mariadb-corporation/langchain-mariadb, published in
https://pypi.org/project/langchain-mariadb/

This concerns the doc addition
 

(initial PR https://github.com/langchain-ai/langchain/pull/29989)

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
This commit is contained in:
diego dupin
2025-04-04 16:56:25 +02:00
committed by GitHub
parent 1cdea6ab07
commit aa37893c00
3 changed files with 342 additions and 0 deletions

View File

@@ -576,3 +576,6 @@ packages:
path: .
name_title: RunPod
provider_page: runpod
- name: langchain-mariadb
path: .
repo: mariadb-corporation/langchain-mariadb