Add group ids #272
Annotations
8 errors
Run MyPy:
graphiti_core/nodes.py#L236
Missing named argument "group_id" for "EpisodicNode"
|
Run MyPy:
graphiti_core/utils/utils.py#L33
Missing named argument "group_id" for "EpisodicEdge"
|
Run MyPy:
graphiti_core/utils/bulk_utils.py#L66
List item 0 has incompatible type "str | None"; expected "str"
|
Run MyPy:
graphiti_core/search/search.py#L88
Argument 5 to "edge_fulltext_search" has incompatible type "list[str] | None"; expected "list[str | None] | None"
|
Run MyPy:
graphiti_core/search/search.py#L101
Argument 5 to "edge_similarity_search" has incompatible type "list[str] | None"; expected "list[str | None] | None"
|
Run MyPy:
graphiti_core/graphiti.py#L269
List item 0 has incompatible type "str | None"; expected "str"
|
Run MyPy:
graphiti_core/graphiti.py#L636
Argument 4 to "hybrid_node_search" has incompatible type "list[str] | None"; expected "list[str | None] | None"
|
Run MyPy
Process completed with exit code 1.
|
Loading