Commit
·
03dfccd
1
Parent(s):
d1341c2
Add known issue of Apache AGE to the readme.
Browse files
README.md
CHANGED
@@ -369,9 +369,11 @@ For production level scenarios you will most likely want to leverage an enterpri
|
|
369 |
* Known issue of the Apache AGE: The released versions got below issue:
|
370 |
> You might find that the properties of the nodes/edges are empty.
|
371 |
> It is a known issue of the release version: https://github.com/apache/age/pull/1721
|
|
|
372 |
> You can Compile the AGE from source code and fix it.
|
373 |
|
374 |
|
|
|
375 |
### Insert Custom KG
|
376 |
|
377 |
```python
|
|
|
369 |
* Known issue of the Apache AGE: The released versions got below issue:
|
370 |
> You might find that the properties of the nodes/edges are empty.
|
371 |
> It is a known issue of the release version: https://github.com/apache/age/pull/1721
|
372 |
+
>
|
373 |
> You can Compile the AGE from source code and fix it.
|
374 |
|
375 |
|
376 |
+
|
377 |
### Insert Custom KG
|
378 |
|
379 |
```python
|