Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,11 @@ print(output)
|
|
84 |
Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
|
85 |
In your own Neo4j database, you can utilize neo4j-graphrag package::SchemaReader functions
|
86 |
```
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
|
89 |
## Bias, Risks, and Limitations
|
|
|
84 |
Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
|
85 |
In your own Neo4j database, you can utilize neo4j-graphrag package::SchemaReader functions
|
86 |
```
|
87 |
+
# Example cypher queries to get schema:
|
88 |
+
```cypher
|
89 |
+
CALL apoc.meta.schema()
|
90 |
+
CALL db.schema.visualization()
|
91 |
+
```
|
92 |
|
93 |
|
94 |
## Bias, Risks, and Limitations
|