graphiti-core 0.7.2__py3-none-any.whl → 0.7.3__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 +10 -1
- {graphiti_core-0.7.2.dist-info → graphiti_core-0.7.3.dist-info}/METADATA +1 -1
- {graphiti_core-0.7.2.dist-info → graphiti_core-0.7.3.dist-info}/RECORD +5 -5
- {graphiti_core-0.7.2.dist-info → graphiti_core-0.7.3.dist-info}/LICENSE +0 -0
- {graphiti_core-0.7.2.dist-info → graphiti_core-0.7.3.dist-info}/WHEEL +0 -0
graphiti_core/nodes.py
CHANGED
|
@@ -514,7 +514,7 @@ def get_episodic_node_from_record(record: Any) -> EpisodicNode:
|
|
|
514
514
|
|
|
515
515
|
|
|
516
516
|
def get_entity_node_from_record(record: Any) -> EntityNode:
|
|
517
|
-
|
|
517
|
+
entity_node = EntityNode(
|
|
518
518
|
uuid=record['uuid'],
|
|
519
519
|
name=record['name'],
|
|
520
520
|
group_id=record['group_id'],
|
|
@@ -525,6 +525,15 @@ def get_entity_node_from_record(record: Any) -> EntityNode:
|
|
|
525
525
|
attributes=record['attributes'],
|
|
526
526
|
)
|
|
527
527
|
|
|
528
|
+
del entity_node.attributes['uuid']
|
|
529
|
+
del entity_node.attributes['name']
|
|
530
|
+
del entity_node.attributes['group_id']
|
|
531
|
+
del entity_node.attributes['name_embedding']
|
|
532
|
+
del entity_node.attributes['summary']
|
|
533
|
+
del entity_node.attributes['created_at']
|
|
534
|
+
|
|
535
|
+
return entity_node
|
|
536
|
+
|
|
528
537
|
|
|
529
538
|
def get_community_node_from_record(record: Any) -> CommunityNode:
|
|
530
539
|
return CommunityNode(
|
|
@@ -25,7 +25,7 @@ graphiti_core/models/edges/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
25
25
|
graphiti_core/models/edges/edge_db_queries.py,sha256=2UoLkmazO-FJYqjc3g0LuL-pyjekzQxxed_XHVv_HZE,2671
|
|
26
26
|
graphiti_core/models/nodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
graphiti_core/models/nodes/node_db_queries.py,sha256=f4_UT6XL8UDt4_CO9YIHeI8pvpw_vrutA9SYrgi6QCU,2121
|
|
28
|
-
graphiti_core/nodes.py,sha256=
|
|
28
|
+
graphiti_core/nodes.py,sha256=0lH8SOpnzTtNIvG4ScnJ3SeQudviCsZwsnM867kY1aI,16998
|
|
29
29
|
graphiti_core/prompts/__init__.py,sha256=EA-x9xUki9l8wnu2l8ek_oNf75-do5tq5hVq7Zbv8Kw,101
|
|
30
30
|
graphiti_core/prompts/dedupe_edges.py,sha256=EuX8ngeItBzrlMBOgeHrpExzxIFHD2aoDyaX1ZniF6I,3556
|
|
31
31
|
graphiti_core/prompts/dedupe_nodes.py,sha256=mqvNATL-4Vo33vaxUEZfOq6hXXOiL-ftY0zcx2G-82I,4624
|
|
@@ -55,7 +55,7 @@ graphiti_core/utils/maintenance/graph_data_operations.py,sha256=qds9ALk9PhpQs1CN
|
|
|
55
55
|
graphiti_core/utils/maintenance/node_operations.py,sha256=gihbPEBH6StLQCSd9wSu582d4Owaw3l5JLR1IBDrnVs,14137
|
|
56
56
|
graphiti_core/utils/maintenance/temporal_operations.py,sha256=RdNtubCyYhOVrvcOIq2WppHls1Q-BEjtsN8r38l-Rtc,3691
|
|
57
57
|
graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
|
-
graphiti_core-0.7.
|
|
59
|
-
graphiti_core-0.7.
|
|
60
|
-
graphiti_core-0.7.
|
|
61
|
-
graphiti_core-0.7.
|
|
58
|
+
graphiti_core-0.7.3.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
|
|
59
|
+
graphiti_core-0.7.3.dist-info/METADATA,sha256=CA2-V0qWnuIo_sQecfWTQQJ-9GLb8lMvMd5FqbUVFPQ,10541
|
|
60
|
+
graphiti_core-0.7.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
61
|
+
graphiti_core-0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|