graphiti-core 0.21.0rc12__py3-none-any.whl → 0.21.0rc13__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.

@@ -177,6 +177,10 @@ async def extract_edges(
177
177
  valid_at_datetime = None
178
178
  invalid_at_datetime = None
179
179
 
180
+ # Filter out empty edges
181
+ if not edge_data.fact.strip():
182
+ continue
183
+
180
184
  source_node_idx = edge_data.source_entity_id
181
185
  target_node_idx = edge_data.target_entity_id
182
186
 
@@ -192,6 +192,7 @@ async def extract_nodes(
192
192
  logger.debug(f'Created new node: {new_node.name} (UUID: {new_node.uuid})')
193
193
 
194
194
  logger.debug(f'Extracted nodes: {[(n.name, n.uuid) for n in extracted_nodes]}')
195
+
195
196
  return extracted_nodes
196
197
 
197
198
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphiti-core
3
- Version: 0.21.0rc12
3
+ Version: 0.21.0rc13
4
4
  Summary: A temporal graph building library
5
5
  Project-URL: Homepage, https://help.getzep.com/graphiti/graphiti/overview
6
6
  Project-URL: Repository, https://github.com/getzep/graphiti
@@ -69,13 +69,13 @@ graphiti_core/utils/datetime_utils.py,sha256=J-zYSq7-H-2n9hYOXNIun12kM10vNX9mMAT
69
69
  graphiti_core/utils/maintenance/__init__.py,sha256=vW4H1KyapTl-OOz578uZABYcpND4wPx3Vt6aAPaXh78,301
70
70
  graphiti_core/utils/maintenance/community_operations.py,sha256=3IMxfOacZAYtZKebyYtWJYNZPLOPlS8Il-lzitEkoos,10681
71
71
  graphiti_core/utils/maintenance/dedup_helpers.py,sha256=B7k6KkB6Sii8PZCWNNTvsNiy4BNTNWpoLeGgrPLq6BE,9220
72
- graphiti_core/utils/maintenance/edge_operations.py,sha256=9jbFNM1Qm0wJJr9BR6gXyMiRuDgClim0MspDMBQmW40,26404
72
+ graphiti_core/utils/maintenance/edge_operations.py,sha256=_vgUUIE8bOX3fIT9MeBwPRi21KWgDSlFGG59m_zThKw,26498
73
73
  graphiti_core/utils/maintenance/graph_data_operations.py,sha256=42icj3S_ELAJ-NK3jVS_rg_243dmnaZOyUitJj_uJ-M,6085
74
- graphiti_core/utils/maintenance/node_operations.py,sha256=IKiqRqTeePTVFsl1X_N8DVRVAIhrSob7YPkuLvRM_Rk,18622
74
+ graphiti_core/utils/maintenance/node_operations.py,sha256=3Km0uimYxU2pcaT8a0jm4xTP01zR8bp2z8ZiFItRwr0,18623
75
75
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=wq1I4kqeIoswit6sPohug91FEwrGaVnJ06g1vkJjSLY,3442
76
76
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
77
  graphiti_core/utils/ontology_utils/entity_types_utils.py,sha256=4eVgxLWY6Q8k9cRJ5pW59IYF--U4nXZsZIGOVb_yHfQ,1285
78
- graphiti_core-0.21.0rc12.dist-info/METADATA,sha256=5lFgZ88TQ2wk5EMyx_S3eljGZ9RL8jdLvqxzUTukVgA,27085
79
- graphiti_core-0.21.0rc12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
80
- graphiti_core-0.21.0rc12.dist-info/licenses/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
81
- graphiti_core-0.21.0rc12.dist-info/RECORD,,
78
+ graphiti_core-0.21.0rc13.dist-info/METADATA,sha256=DpoXBL7QKCncx28h4rgzZk76DOmqDXobyUlywI593Aw,27085
79
+ graphiti_core-0.21.0rc13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
80
+ graphiti_core-0.21.0rc13.dist-info/licenses/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
81
+ graphiti_core-0.21.0rc13.dist-info/RECORD,,