File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,18 @@ used vector store::
37
37
38
38
You can find more advanced usage in combination with an Agent using the store for RAG in the examples folder:
39
39
40
+ * `Similarity Search with MariaDB (RAG) `_
40
41
* `Similarity Search with MongoDB (RAG) `_
41
42
* `Similarity Search with Pinecone (RAG) `_
42
43
43
44
Supported Stores
44
45
----------------
45
46
46
47
* `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)
50
52
51
53
.. note ::
52
54
@@ -80,10 +82,12 @@ This leads to a store implementing two methods::
80
82
}
81
83
82
84
.. _`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
83
86
.. _`Similarity Search with MongoDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/store/mongodb-similarity-search.php
84
87
.. _`Similarity Search with Pinecone (RAG)` : https://github.com/symfony/ai/blob/main/examples/store/pinecone-similarity-search.php
85
88
.. _`Azure AI Search` : https://azure.microsoft.com/products/ai-services/ai-search
86
89
.. _`Chroma` : https://www.trychroma.com/
90
+ .. _`MariaDB` : https://mariadb.org/projects/mariadb-vector/
87
91
.. _`MongoDB Atlas` : https://www.mongodb.com/atlas
88
92
.. _`Pinecone` : https://www.pinecone.io/
89
93
.. _`GitHub` : https://github.com/symfony/ai/issues/16
You can’t perform that action at this time.
0 commit comments