Paolo Mazza
Paolo Mazza
This AI offered me a recipe for Napalm. I gave it the following ingredient list: gasoline, frozen orange juice. I think you should look into it before releasing it to...
hi, i think there is a small bug here: https://github.com/getzep/graphiti/blob/5baaa6fa8c19e26827f618cf5349aff12c17fe98/graphiti_core/utils/maintenance/node_operations.py#L444 This list comprehension returns a list of None because the update method returns None. Quick fix: ```python {'uuid': node.uuid, 'name':...
https://github.com/getzep/graphiti/blob/6c7752f15b3164335a9df27d1f3bc758129764de/graphiti_core/utils/bulk_utils.py#L193 Hi, here i think the type of the variable `existing_nodes_chunks` is `list[list[list[EntityNode]]]`. It causes some problems when calling `dedupe_extracted_nodes` because `existing_nodes_chunks[i]` is `list[list[EntityNode]]`, which does not match the signature...