Skip to content

Commit 96c9a47

Browse files
committed
minor #40 docs: add mariadb in store (chr-hertel)
This PR was merged into the main branch. Discussion ---------- docs: add mariadb in store | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | | License | MIT Follows #39 Commits ------- 0307b03 docs: add mariadb in store
2 parents 2742ebb + 0307b03 commit 96c9a47

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/store/doc/index.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@ used vector store::
3737

3838
You can find more advanced usage in combination with an Agent using the store for RAG in the examples folder:
3939

40+
* `Similarity Search with MariaDB (RAG)`_
4041
* `Similarity Search with MongoDB (RAG)`_
4142
* `Similarity Search with Pinecone (RAG)`_
4243

4344
Supported Stores
4445
----------------
4546

4647
* `Azure AI Search`_
47-
* `Chroma`_
48-
* `MongoDB Atlas`_
49-
* `Pinecone`_
48+
* `Chroma`_ (requires `codewithkyrian/chromadb-php` as additional dependency)
49+
* `MariaDB`_ (requires `ext-pdo`)
50+
* `MongoDB Atlas`_ (requires `mongodb/mongodb` as additional dependency)
51+
* `Pinecone`_ (requires `probots-io/pinecone-php` as additional dependency)
5052

5153
.. note::
5254

@@ -80,10 +82,12 @@ This leads to a store implementing two methods::
8082
}
8183

8284
.. _`Retrieval Augmented Generation`: https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
85+
.. _`Similarity Search with MariaDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/store/mariadb-similarity-search.php
8386
.. _`Similarity Search with MongoDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/store/mongodb-similarity-search.php
8487
.. _`Similarity Search with Pinecone (RAG)`: https://github.com/symfony/ai/blob/main/examples/store/pinecone-similarity-search.php
8588
.. _`Azure AI Search`: https://azure.microsoft.com/products/ai-services/ai-search
8689
.. _`Chroma`: https://www.trychroma.com/
90+
.. _`MariaDB`: https://mariadb.org/projects/mariadb-vector/
8791
.. _`MongoDB Atlas`: https://www.mongodb.com/atlas
8892
.. _`Pinecone`: https://www.pinecone.io/
8993
.. _`GitHub`: https://github.com/symfony/ai/issues/16

0 commit comments

Comments
 (0)