Skip to content

Commit 94deb49

Browse files
committed
[Store] Sort stores in doc
1 parent ed4b97e commit 94deb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/store/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ You can find more advanced usage in combination with an Agent using the store fo
3939

4040
* `Similarity Search with MariaDB (RAG)`_
4141
* `Similarity Search with Meilisearch (RAG)`_
42-
* `Similarity Search with memory storage (RAG)`_
4342
* `Similarity Search with MongoDB (RAG)`_
43+
* `Similarity Search with Neo4j (RAG)`_
4444
* `Similarity Search with Pinecone (RAG)`_
4545
* `Similarity Search with Qdrant (RAG)`_
4646
* `Similarity Search with SurrealDB (RAG)`_
47-
* `Similarity Search with Neo4j (RAG)`_
47+
* `Similarity Search with memory storage (RAG)`_
4848

4949
Supported Stores
5050
----------------
@@ -55,11 +55,11 @@ Supported Stores
5555
* `MariaDB`_ (requires `ext-pdo`)
5656
* `Meilisearch`_
5757
* `MongoDB Atlas`_ (requires `mongodb/mongodb` as additional dependency)
58+
* `Neo4j`_
5859
* `Pinecone`_ (requires `probots-io/pinecone-php` as additional dependency)
5960
* `Postgres`_ (requires `ext-pdo`)
6061
* `Qdrant`_
6162
* `SurrealDB`_
62-
* `Neo4j`_
6363

6464
.. note::
6565

0 commit comments

Comments
 (0)