Skip to content

Commit aa6e67e

Browse files
committed
Updated get_enhanced_schema_cypher unit tests
1 parent f5cbdf1 commit aa6e67e

File tree

2 files changed

+332
-183
lines changed

2 files changed

+332
-183
lines changed

src/neo4j_graphrag/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def _build_str_clauses(
565565
else:
566566
return_clauses.append(
567567
(
568-
f"values:`{prop_name}_values`[..{DISTINCT_VALUE_LIMIT}],"
568+
f"values: `{prop_name}_values`[..{DISTINCT_VALUE_LIMIT}],"
569569
f" distinct_count: size(`{prop_name}_values`)"
570570
)
571571
)

0 commit comments

Comments
 (0)