Skip to content

Commit 3bce875

Browse files
committed
minor #104 add postgres in doc (zairigimad)
This PR was merged into the main branch. Discussion ---------- add postgres in doc | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes/no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- f4ecb05 add postgres in doc
2 parents a7da96f + f4ecb05 commit 3bce875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/store/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Supported Stores
4949
* `MariaDB`_ (requires `ext-pdo`)
5050
* `MongoDB Atlas`_ (requires `mongodb/mongodb` as additional dependency)
5151
* `Pinecone`_ (requires `probots-io/pinecone-php` as additional dependency)
52+
* `Postgres`_ (requires `ext-pdo`)
5253

5354
.. note::
5455

@@ -90,4 +91,5 @@ This leads to a store implementing two methods::
9091
.. _`MariaDB`: https://mariadb.org/projects/mariadb-vector/
9192
.. _`MongoDB Atlas`: https://www.mongodb.com/atlas
9293
.. _`Pinecone`: https://www.pinecone.io/
94+
.. _`Postgres`: https://www.postgresql.org/about/news/pgvector-070-released-2852/
9395
.. _`GitHub`: https://github.com/symfony/ai/issues/16

0 commit comments

Comments
 (0)