Skip to content

Commit 1b3d903

Browse files
committed
fix-syn-bug
1 parent a21d9b2 commit 1b3d903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphrag_sdk/attribute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AttributeType:
2626
# Synonyms for attribute types
2727
_SYNONYMS = {
2828
STRING: {"string"},
29-
NUMBER: {"integer", "float"},
29+
NUMBER: {"integer", "float", "number"},
3030
BOOLEAN: {"boolean"},
3131
LIST: {"list"},
3232
POINT: {"point"},

0 commit comments

Comments
 (0)