mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
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:
@@ -576,3 +576,6 @@ packages:
|
||||
path: .
|
||||
name_title: RunPod
|
||||
provider_page: runpod
|
||||
- name: langchain-mariadb
|
||||
path: .
|
||||
repo: mariadb-corporation/langchain-mariadb
|
||||
|
Reference in New Issue
Block a user