From 66288ea71742b52fbdfa40e59a6386c2a37942ab Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Thu, 24 Apr 2025 09:20:16 -0700 Subject: [PATCH] add neo4j example to documentation --- docs/docs/ops/storages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/ops/storages.md b/docs/docs/ops/storages.md index 54f5ce7ee..732d89083 100644 --- a/docs/docs/ops/storages.md +++ b/docs/docs/ops/storages.md @@ -201,3 +201,4 @@ Neo4j also provides a declaration spec `Neo4jDeclaration`, to configure indexing * `connection` (type: auth reference to `Neo4jConnectionSpec`) * `relationships` (type: `Sequence[ReferencedNode]`) +You can find an end-to-end example [here](https://github.com/cocoindex-io/cocoindex/tree/main/examples/docs_to_knowledge_graph)