From 63a71c04fd6dcab65492a9d40c5af80eb0a3517b Mon Sep 17 00:00:00 2001 From: Samuel Chan Date: Sun, 12 Jan 2025 16:56:30 +0800 Subject: [PATCH 1/2] Add known issue of Apache AGE to the readme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6bc2fb3f..e874bb0a 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,11 @@ For production level scenarios you will most likely want to leverage an enterpri SET search_path = ag_catalog, "$user", public; CREATE INDEX idx_entity ON dickens."Entity" USING gin (agtype_access_operator(properties, '"node_id"')); ``` +* Known issue of the Apache AGE: The released versions got below issue: + > You might find that the properties of the nodes/edges are empty. + > It is a known issue of the release version: https://github.com/apache/age/pull/1721 + > You can Compile the AGE from source code and fix it. + ### Insert Custom KG From f3e0fb87f509a5b4ee6aaecb4087e89805f594d3 Mon Sep 17 00:00:00 2001 From: Samuel Chan Date: Sun, 12 Jan 2025 17:01:31 +0800 Subject: [PATCH 2/2] Add known issue of Apache AGE to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e874bb0a..237e7687 100644 --- a/README.md +++ b/README.md @@ -369,9 +369,11 @@ For production level scenarios you will most likely want to leverage an enterpri * Known issue of the Apache AGE: The released versions got below issue: > You might find that the properties of the nodes/edges are empty. > It is a known issue of the release version: https://github.com/apache/age/pull/1721 + > > You can Compile the AGE from source code and fix it. + ### Insert Custom KG ```python