Update README.md
Browse files
README.md
CHANGED
@@ -350,7 +350,7 @@ print(outputs)
|
|
350 |
```
|
351 |
|
352 |
# NOTE on creating your own schemas:
|
353 |
-
* In the dataset we used the schemas are already provided. They are created either by
|
354 |
-
* Directly using the schema the
|
355 |
* Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
|
356 |
-
* In your own Neo4j database, you can utilize
|
|
|
350 |
```
|
351 |
|
352 |
# NOTE on creating your own schemas:
|
353 |
+
* In the dataset we used, the schemas are already provided. They are created either by
|
354 |
+
* Directly using the schema the input data source provided OR
|
355 |
* Creating schema using neo4j-graphrag package (Check: SchemaReader.get_schema(...) function)
|
356 |
+
* In your own Neo4j database, you can utilize `neo4j-graphrag package::SchemaReader` functions
|