neo4j-graphrag-python icon indicating copy to clipboard operation
neo4j-graphrag-python copied to clipboard

Make SchemaBuilder.create_schema_model args optional

Open zach-blumenfeld opened this issue 1 year ago • 0 comments

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. image

zach-blumenfeld avatar Sep 29 '24 23:09 zach-blumenfeld