graphiti-core 0.11.6rc3__py3-none-any.whl → 0.11.6rc5__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.

@@ -139,7 +139,7 @@ async def add_nodes_and_edges_bulk_tx(
139
139
 
140
140
  for edge in entity_edges:
141
141
  if edge.fact_embedding is None:
142
- await edge.generate_name_fact(embedder)
142
+ await edge.generate_embedding(embedder)
143
143
 
144
144
  await tx.run(EPISODIC_NODE_SAVE_BULK, episodes=episodes)
145
145
  await tx.run(ENTITY_NODE_SAVE_BULK, nodes=nodes)
@@ -280,7 +280,7 @@ async def resolve_extracted_edges(
280
280
  logger.debug(f'Resolved edges: {[(e.name, e.uuid) for e in resolved_edges]}')
281
281
 
282
282
  await semaphore_gather(
283
- create_entity_edge_embeddings(embedder, extracted_edges),
283
+ create_entity_edge_embeddings(embedder, resolved_edges),
284
284
  create_entity_edge_embeddings(embedder, invalidated_edges),
285
285
  )
286
286
 
@@ -399,7 +399,7 @@ async def dedupe_extracted_edge(
399
399
  )
400
400
 
401
401
  if duplicate_fact_id >= 0 and episode is not None:
402
- edge.episodes += episode.uuid
402
+ edge.episodes.append(episode.uuid)
403
403
 
404
404
  end = time()
405
405
  logger.debug(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: graphiti-core
3
- Version: 0.11.6rc3
3
+ Version: 0.11.6rc5
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -50,17 +50,17 @@ graphiti_core/search/search_filters.py,sha256=JkP7NbM4Dor27dne5vAuxbJic12dIJDtWJ
50
50
  graphiti_core/search/search_helpers.py,sha256=G5Ceaq5Pfgx0Weelqgeylp_pUHwiBnINaUYsDbURJbE,2636
51
51
  graphiti_core/search/search_utils.py,sha256=D4A-tvViAZ3dV7AUb3R7n6-Pc_hY37jyoPodJ_G6u7s,30766
52
52
  graphiti_core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
- graphiti_core/utils/bulk_utils.py,sha256=bkEnMGo0uSV_maSFlY06-NFrGZJpxlwDjDqrtuH7Ek8,15221
53
+ graphiti_core/utils/bulk_utils.py,sha256=_56TZ_gyOt3V5UAmiGhSNtcWOVgZdLZ9rAYCkvkMJuk,15221
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=anNfjH90hWPoSj4Dk2HZIDtbyCfVTGLiSc3wsxrsYZg,14752
57
+ graphiti_core/utils/maintenance/edge_operations.py,sha256=vjeCUt_WlKZ3SRIIgaF9pqc8Na6ajLOzUIo2pWo7NyU,14756
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.6rc3.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
64
- graphiti_core-0.11.6rc3.dist-info/METADATA,sha256=DJ3v8aqi_m7ouf20HJD8p2sKPvaHKLopScxba8u6WHo,15301
65
- graphiti_core-0.11.6rc3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
66
- graphiti_core-0.11.6rc3.dist-info/RECORD,,
63
+ graphiti_core-0.11.6rc5.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
64
+ graphiti_core-0.11.6rc5.dist-info/METADATA,sha256=kY1fU6Ac1kaQqz8p5CIJBxOujLnoaUB1NTKPZI97pfU,15301
65
+ graphiti_core-0.11.6rc5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
66
+ graphiti_core-0.11.6rc5.dist-info/RECORD,,