We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51398b7 commit aca02f0Copy full SHA for aca02f0
src/neo4j_graphrag/experimental/components/schema.py
@@ -76,7 +76,6 @@ class PropertyType(BaseModel):
76
]
77
description: str = ""
78
required: bool = False
79
- # unique: bool = False
80
model_config = ConfigDict(
81
frozen=True,
82
)
0 commit comments