graphiti-core 0.10.0__py3-none-any.whl → 0.10.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of graphiti-core might be problematic. Click here for more details.

graphiti_core/nodes.py CHANGED
@@ -550,12 +550,12 @@ def get_entity_node_from_record(record: Any) -> EntityNode:
550
550
  attributes=record['attributes'],
551
551
  )
552
552
 
553
- del entity_node.attributes['uuid']
554
- del entity_node.attributes['name']
555
- del entity_node.attributes['group_id']
556
- del entity_node.attributes['name_embedding']
557
- del entity_node.attributes['summary']
558
- del entity_node.attributes['created_at']
553
+ entity_node.attributes.pop('uuid', None)
554
+ entity_node.attributes.pop('name', None)
555
+ entity_node.attributes.pop('group_id', None)
556
+ entity_node.attributes.pop('name_embedding', None)
557
+ entity_node.attributes.pop('summary', None)
558
+ entity_node.attributes.pop('created_at', None)
559
559
 
560
560
  return entity_node
561
561
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: graphiti-core
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -27,7 +27,7 @@ graphiti_core/models/edges/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
27
27
  graphiti_core/models/edges/edge_db_queries.py,sha256=2UoLkmazO-FJYqjc3g0LuL-pyjekzQxxed_XHVv_HZE,2671
28
28
  graphiti_core/models/nodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  graphiti_core/models/nodes/node_db_queries.py,sha256=AQgRGVO-GgFWfLq1G6k8s86WItwpXruy3Mj4DBli-vM,2145
30
- graphiti_core/nodes.py,sha256=pO5W0LMTbp0idKiJ0tgK9-n_Nx9ETYvg5EcCTM8ge44,17794
30
+ graphiti_core/nodes.py,sha256=E8f-Ch-atWS8OF97Ozc3XCPwe0ug7mkoGwBL_zNoXT0,17830
31
31
  graphiti_core/prompts/__init__.py,sha256=EA-x9xUki9l8wnu2l8ek_oNf75-do5tq5hVq7Zbv8Kw,101
32
32
  graphiti_core/prompts/dedupe_edges.py,sha256=GrLKEHPrEsjK31wQf7AnMJDXaVCrCuJWaNlVAxEd4ks,3543
33
33
  graphiti_core/prompts/dedupe_nodes.py,sha256=VXSb3chBo4l7qzzWxT-sNHJhjY3jNtUBAndnALUcqws,4632
@@ -59,7 +59,7 @@ graphiti_core/utils/maintenance/node_operations.py,sha256=WhZQixx05dAFFQAd5KTXJ8
59
59
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=RdNtubCyYhOVrvcOIq2WppHls1Q-BEjtsN8r38l-Rtc,3691
60
60
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
61
  graphiti_core/utils/ontology_utils/entity_types_utils.py,sha256=QJX5cG0GSSNF_Mm_yrldr69wjVAbN_MxLhOSznz85Hk,1279
62
- graphiti_core-0.10.0.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
63
- graphiti_core-0.10.0.dist-info/METADATA,sha256=7b3W55FiszW2PsmcU4rizIZk1LSAoBE4zQFYwYWESFM,14659
64
- graphiti_core-0.10.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
65
- graphiti_core-0.10.0.dist-info/RECORD,,
62
+ graphiti_core-0.10.1.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
63
+ graphiti_core-0.10.1.dist-info/METADATA,sha256=fAqTBXkTPCDh-bw0798LlCmjprM3ugqejB-HopOGR4o,14659
64
+ graphiti_core-0.10.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
65
+ graphiti_core-0.10.1.dist-info/RECORD,,