graphiti-core 0.11.2__py3-none-any.whl → 0.11.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/utils/maintenance/node_operations.py +3 -2
- {graphiti_core-0.11.2.dist-info → graphiti_core-0.11.3.dist-info}/METADATA +1 -1
- {graphiti_core-0.11.2.dist-info → graphiti_core-0.11.3.dist-info}/RECORD +5 -5
- {graphiti_core-0.11.2.dist-info → graphiti_core-0.11.3.dist-info}/LICENSE +0 -0
- {graphiti_core-0.11.2.dist-info → graphiti_core-0.11.3.dist-info}/WHEEL +0 -0
|
@@ -140,11 +140,12 @@ async def extract_nodes(
|
|
|
140
140
|
for entity in missing_entities:
|
|
141
141
|
custom_prompt += f'\n{entity},'
|
|
142
142
|
|
|
143
|
+
filtered_extracted_entities = [entity for entity in extracted_entities if entity.name.strip()]
|
|
143
144
|
end = time()
|
|
144
|
-
logger.debug(f'Extracted new nodes: {
|
|
145
|
+
logger.debug(f'Extracted new nodes: {filtered_extracted_entities} in {(end - start) * 1000} ms')
|
|
145
146
|
# Convert the extracted data into EntityNode objects
|
|
146
147
|
extracted_nodes = []
|
|
147
|
-
for extracted_entity in
|
|
148
|
+
for extracted_entity in filtered_extracted_entities:
|
|
148
149
|
entity_type_name = entity_types_context[extracted_entity.entity_type_id].get(
|
|
149
150
|
'entity_type_name'
|
|
150
151
|
)
|
|
@@ -56,11 +56,11 @@ graphiti_core/utils/maintenance/__init__.py,sha256=vW4H1KyapTl-OOz578uZABYcpND4w
|
|
|
56
56
|
graphiti_core/utils/maintenance/community_operations.py,sha256=aLMfQ5l8PkNJY3ugqV6UOMG74aI6L9Zz2zFiLBsnKvM,10155
|
|
57
57
|
graphiti_core/utils/maintenance/edge_operations.py,sha256=3rstKAv85Hshv3jgbUSU8OBTFmYn4BQYA9bd5ZfDURU,14319
|
|
58
58
|
graphiti_core/utils/maintenance/graph_data_operations.py,sha256=BIJKc8tbvU4IjWxLgeotw57b1eE3Iw8YtV74j6eo4RQ,7493
|
|
59
|
-
graphiti_core/utils/maintenance/node_operations.py,sha256=
|
|
59
|
+
graphiti_core/utils/maintenance/node_operations.py,sha256=qeQol1bXqXXxSFQxqFmdMe3QQP1u0o11bMVO8_cEyRI,15084
|
|
60
60
|
graphiti_core/utils/maintenance/temporal_operations.py,sha256=DBCmKZscR6_GxSv0wBK5PNHoyJfuF4RrrFd6yr02x5s,3311
|
|
61
61
|
graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
62
|
graphiti_core/utils/ontology_utils/entity_types_utils.py,sha256=QJX5cG0GSSNF_Mm_yrldr69wjVAbN_MxLhOSznz85Hk,1279
|
|
63
|
-
graphiti_core-0.11.
|
|
64
|
-
graphiti_core-0.11.
|
|
65
|
-
graphiti_core-0.11.
|
|
66
|
-
graphiti_core-0.11.
|
|
63
|
+
graphiti_core-0.11.3.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
|
|
64
|
+
graphiti_core-0.11.3.dist-info/METADATA,sha256=038r8kFjGLo59yDEVb-NrAHHiKjdYc-wjutUBh03vgs,15348
|
|
65
|
+
graphiti_core-0.11.3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
66
|
+
graphiti_core-0.11.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|