graphiti-core 0.11.6rc1__py3-none-any.whl → 0.11.6rc2__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/edge_operations.py +5 -0
- {graphiti_core-0.11.6rc1.dist-info → graphiti_core-0.11.6rc2.dist-info}/METADATA +1 -1
- {graphiti_core-0.11.6rc1.dist-info → graphiti_core-0.11.6rc2.dist-info}/RECORD +5 -5
- {graphiti_core-0.11.6rc1.dist-info → graphiti_core-0.11.6rc2.dist-info}/LICENSE +0 -0
- {graphiti_core-0.11.6rc1.dist-info → graphiti_core-0.11.6rc2.dist-info}/WHEEL +0 -0
|
@@ -279,6 +279,11 @@ async def resolve_extracted_edges(
|
|
|
279
279
|
|
|
280
280
|
logger.debug(f'Resolved edges: {[(e.name, e.uuid) for e in resolved_edges]}')
|
|
281
281
|
|
|
282
|
+
await semaphore_gather(
|
|
283
|
+
create_entity_edge_embeddings(embedder, extracted_edges),
|
|
284
|
+
create_entity_edge_embeddings(embedder, invalidated_edges),
|
|
285
|
+
)
|
|
286
|
+
|
|
282
287
|
return resolved_edges, invalidated_edges
|
|
283
288
|
|
|
284
289
|
|
|
@@ -54,13 +54,13 @@ graphiti_core/utils/bulk_utils.py,sha256=Z1QzpcopVHxttRmVeYdVDHRjjY7z0cW1wwHB-0y
|
|
|
54
54
|
graphiti_core/utils/datetime_utils.py,sha256=Ti-2tnrDFRzBsbfblzsHybsM3jaDLP4-VT2t0VhpIzU,1357
|
|
55
55
|
graphiti_core/utils/maintenance/__init__.py,sha256=vW4H1KyapTl-OOz578uZABYcpND4wPx3Vt6aAPaXh78,301
|
|
56
56
|
graphiti_core/utils/maintenance/community_operations.py,sha256=TF-4eHuvMe_jMqvWg3swxK80zLLtOR0t1pmUUQlNulM,10067
|
|
57
|
-
graphiti_core/utils/maintenance/edge_operations.py,sha256=
|
|
57
|
+
graphiti_core/utils/maintenance/edge_operations.py,sha256=anNfjH90hWPoSj4Dk2HZIDtbyCfVTGLiSc3wsxrsYZg,14752
|
|
58
58
|
graphiti_core/utils/maintenance/graph_data_operations.py,sha256=BIJKc8tbvU4IjWxLgeotw57b1eE3Iw8YtV74j6eo4RQ,7493
|
|
59
59
|
graphiti_core/utils/maintenance/node_operations.py,sha256=VMiDrzXryUV7-_btDVw87K3OawYeC9-9UqNQbfC5Bbo,15316
|
|
60
60
|
graphiti_core/utils/maintenance/temporal_operations.py,sha256=mJkw9xLB4W2BsLfC5POr0r-PHWL9SIfNj_l_xu0B5ug,3410
|
|
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.6rc2.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
|
|
64
|
+
graphiti_core-0.11.6rc2.dist-info/METADATA,sha256=baJF7gArDX7qDm7C_xgIpHEzTeoUsW7viKhQ-ZsqbWo,15301
|
|
65
|
+
graphiti_core-0.11.6rc2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
66
|
+
graphiti_core-0.11.6rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|