Update README.md
Browse files
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 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
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
|