avinashm commited on
Commit
e6c87e1
·
verified ·
1 Parent(s): e2024ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -81,11 +81,13 @@ output = _postprocess_output_cypher(raw_output)
81
  print(output)
82
  ```
83
 
84
- ## NOTE on creating your own schemas:
85
- ### In the dataset we used, the schemas are already provided.
86
- ### They are created either by Directly using the schema the input data source provided OR
87
- ### Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
88
- ### In your own Neo4j database, you can utilize neo4j-graphrag package::SchemaReader functions
 
 
89
 
90
 
91
  ## Bias, Risks, and Limitations
 
81
  print(output)
82
  ```
83
 
84
+ ## NOTE: on creating your own schemas:
85
+ ```
86
+ In the dataset we used, the schemas are already provided.
87
+ They are created either by Directly using the schema the input data source provided OR
88
+ Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
89
+ In your own Neo4j database, you can utilize neo4j-graphrag package::SchemaReader functions
90
+ ```
91
 
92
 
93
  ## Bias, Risks, and Limitations