neo4j-graphrag-python
neo4j-graphrag-python copied to clipboard
Make SchemaBuilder.create_schema_model args optional
Often we just want to define node labels, or just node labels and relationship types.
We may not know a good potential_schema, especially while developing on new data.
Currently, these arguments aren't Nullable/optional so when we don't pass them we will get an error. We can get around for now by passing an empty list.