This page covers how to use the MariaDB ecosystem within LangChain. It is broken into two parts: installation and setup, and then references to specific PGVector wrappers.Documentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
Installation
- Install c/c connector
- Install the Python connector package with
pip install mariadb
Setup
- The first step is to have a MariaDB 11.7.1 or later installed. The docker image is the easiest way to get started.