File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ You can find more advanced usage in combination with an Agent using the store fo
39
39
40
40
* `Similarity Search with MariaDB (RAG) `_
41
41
* `Similarity Search with Meilisearch (RAG) `_
42
- * `Similarity Search with memory storage (RAG) `_
43
42
* `Similarity Search with MongoDB (RAG) `_
43
+ * `Similarity Search with Neo4j (RAG) `_
44
44
* `Similarity Search with Pinecone (RAG) `_
45
45
* `Similarity Search with Qdrant (RAG) `_
46
46
* `Similarity Search with SurrealDB (RAG) `_
47
- * `Similarity Search with Neo4j (RAG) `_
47
+ * `Similarity Search with memory storage (RAG) `_
48
48
49
49
Supported Stores
50
50
----------------
@@ -55,11 +55,11 @@ Supported Stores
55
55
* `MariaDB `_ (requires `ext-pdo `)
56
56
* `Meilisearch `_
57
57
* `MongoDB Atlas `_ (requires `mongodb/mongodb ` as additional dependency)
58
+ * `Neo4j `_
58
59
* `Pinecone `_ (requires `probots-io/pinecone-php ` as additional dependency)
59
60
* `Postgres `_ (requires `ext-pdo `)
60
61
* `Qdrant `_
61
62
* `SurrealDB `_
62
- * `Neo4j `_
63
63
64
64
.. note ::
65
65
You can’t perform that action at this time.
0 commit comments