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 f5cbdf1 commit aa6e67eCopy full SHA for aa6e67e
src/neo4j_graphrag/schema.py
@@ -565,7 +565,7 @@ def _build_str_clauses(
565
else:
566
return_clauses.append(
567
(
568
- f"values:`{prop_name}_values`[..{DISTINCT_VALUE_LIMIT}],"
+ f"values: `{prop_name}_values`[..{DISTINCT_VALUE_LIMIT}],"
569
f" distinct_count: size(`{prop_name}_values`)"
570
)
571
0 commit comments