Skip to content

Commit ffbbb75

Browse files
committed
doc
1 parent 13e8477 commit ffbbb75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/components/store.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Similarity Search Examples
7070
* `Similarity Search with Milvus (RAG)`_
7171
* `Similarity Search with MongoDB (RAG)`_
7272
* `Similarity Search with Neo4j (RAG)`_
73+
* `Similarity Search with OpenSearch (RAG)`_
7374
* `Similarity Search with Pinecone (RAG)`_
7475
* `Similarity Search with Qdrant (RAG)`_
7576
* `Similarity Search with SurrealDB (RAG)`_
@@ -97,6 +98,7 @@ Supported Stores
9798
* `Milvus`_
9899
* `MongoDB Atlas`_ (requires ``mongodb/mongodb`` as additional dependency)
99100
* `Neo4j`_
101+
* `OpenSearch`_
100102
* `Pinecone`_ (requires ``probots-io/pinecone-php`` as additional dependency)
101103
* `Postgres`_ (requires ``ext-pdo``)
102104
* `Qdrant`_
@@ -165,6 +167,7 @@ This leads to a store implementing two methods::
165167
.. _`Similarity Search with Milvus (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/milvus.php
166168
.. _`Similarity Search with MongoDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/mongodb.php
167169
.. _`Similarity Search with Neo4j (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/neo4j.php
170+
.. _`Similarity Search with OpenSearch (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/opensearch.php
168171
.. _`Similarity Search with Pinecone (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/pinecone.php
169172
.. _`Similarity Search with Symfony Cache (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/cache.php
170173
.. _`Similarity Search with Qdrant (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/qdrant.php
@@ -186,6 +189,7 @@ This leads to a store implementing two methods::
186189
.. _`InMemory`: https://www.php.net/manual/en/language.types.array.php
187190
.. _`Qdrant`: https://qdrant.tech/
188191
.. _`Neo4j`: https://neo4j.com/
192+
.. _`OpenSearch`: https://opensearch.org/
189193
.. _`Typesense`: https://typesense.org/
190194
.. _`Symfony Cache`: https://symfony.com/doc/current/components/cache.html
191195
.. _`Weaviate`: https://weaviate.io/

0 commit comments

Comments
 (0)