avinashm commited on
Commit
233c7b9
·
verified ·
1 Parent(s): 67fc22c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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