# demos **Repository Path**: mirrors_MariaDB/demos ## Basic Information - **Project Name**: demos - **Description**: A collection of MariaDB demos. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MariaDB Demos A collection of use cases using MariaDB. ## Content * **mariadb-kb-rag** - An example of doing AI RAG with MariaDB Vector using as content over one thousand articles scraped from the MariaDB Knowledge Base [mariadb.com/kb/](http://mariadb.com/kb). As described in blog [Try RAG with MariaDB Vector on your own MariaDB data!](https://mariadb.org/rag-with-mariadb-vector/). ## How to add a demo? 1. Fork the repo. 2. Add a folder to the repo and insert the demo code into it. 3. Updated README.md with a description of the demo including (if applicable) a link to the original repo.