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 a21d9b2 commit 1b3d903Copy full SHA for 1b3d903
graphrag_sdk/attribute.py
@@ -26,7 +26,7 @@ class AttributeType:
26
# Synonyms for attribute types
27
_SYNONYMS = {
28
STRING: {"string"},
29
- NUMBER: {"integer", "float"},
+ NUMBER: {"integer", "float", "number"},
30
BOOLEAN: {"boolean"},
31
LIST: {"list"},
32
POINT: {"point"},
0 commit comments