We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0fb4f commit f4ecb05Copy full SHA for f4ecb05
src/store/doc/index.rst
@@ -49,6 +49,7 @@ Supported Stores
49
* `MariaDB`_ (requires `ext-pdo`)
50
* `MongoDB Atlas`_ (requires `mongodb/mongodb` as additional dependency)
51
* `Pinecone`_ (requires `probots-io/pinecone-php` as additional dependency)
52
+* `Postgres`_ (requires `ext-pdo`)
53
54
.. note::
55
@@ -90,4 +91,5 @@ This leads to a store implementing two methods::
90
91
.. _`MariaDB`: https://mariadb.org/projects/mariadb-vector/
92
.. _`MongoDB Atlas`: https://www.mongodb.com/atlas
93
.. _`Pinecone`: https://www.pinecone.io/
94
+.. _`Postgres`: https://www.postgresql.org/about/news/pgvector-070-released-2852/
95
.. _`GitHub`: https://github.com/symfony/ai/issues/16
0 commit comments