When you develop generative AI applications, you typically introduce three additional components to your infrastructure: an embedder, an LLM, and a vector database.
However, if you are using MariaDB, you don’t need to introduce an additional database along with its own SQL dialect — or even worse — its own proprietary API. Since MariaDB version 11.7 (and MariaDB Enterprise Server 11.4) you can simply store your embeddings (or vectors) in any column of any table—no need to make your applications database polyglots.