graphiti-core 0.20.0__py3-none-any.whl → 0.20.1__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/graphiti.py +0 -3
- {graphiti_core-0.20.0.dist-info → graphiti_core-0.20.1.dist-info}/METADATA +1 -1
- {graphiti_core-0.20.0.dist-info → graphiti_core-0.20.1.dist-info}/RECORD +5 -5
- {graphiti_core-0.20.0.dist-info → graphiti_core-0.20.1.dist-info}/WHEEL +0 -0
- {graphiti_core-0.20.0.dist-info → graphiti_core-0.20.1.dist-info}/licenses/LICENSE +0 -0
graphiti_core/graphiti.py
CHANGED
|
@@ -627,7 +627,6 @@ class Graphiti:
|
|
|
627
627
|
# if group_id is None, use the default group id by the provider
|
|
628
628
|
group_id = group_id or get_default_group_id(self.driver.provider)
|
|
629
629
|
validate_group_id(group_id)
|
|
630
|
-
await build_dynamic_indexes(self.driver, group_id)
|
|
631
630
|
|
|
632
631
|
# Create default edge type map
|
|
633
632
|
edge_type_map_default = (
|
|
@@ -1009,8 +1008,6 @@ class Graphiti:
|
|
|
1009
1008
|
if edge.fact_embedding is None:
|
|
1010
1009
|
await edge.generate_embedding(self.embedder)
|
|
1011
1010
|
|
|
1012
|
-
await build_dynamic_indexes(self.driver, source_node.group_id)
|
|
1013
|
-
|
|
1014
1011
|
nodes, uuid_map, _ = await resolve_extracted_nodes(
|
|
1015
1012
|
self.clients,
|
|
1016
1013
|
[source_node, target_node],
|
|
@@ -2,7 +2,7 @@ graphiti_core/__init__.py,sha256=e5SWFkRiaUwfprYIeIgVIh7JDedNiloZvd3roU-0aDY,55
|
|
|
2
2
|
graphiti_core/edges.py,sha256=O-WqtqR9w6ZO5nbi4VRveXVrinfTcZmDJ6PcjudDAsY,18821
|
|
3
3
|
graphiti_core/errors.py,sha256=cH_v9TPgEPeQE6GFOHIg5TvejpUCBddGarMY2Whxbwc,2707
|
|
4
4
|
graphiti_core/graph_queries.py,sha256=9DWMiFTB-OmodMDaOws0lwzgiD7EUDNO7mAFJ1nxusE,6624
|
|
5
|
-
graphiti_core/graphiti.py,sha256=
|
|
5
|
+
graphiti_core/graphiti.py,sha256=7c1xwZav1OdPqtEZ3lNlM_wqrQtZ1otdgRoFhaca4KY,40924
|
|
6
6
|
graphiti_core/graphiti_types.py,sha256=C_p2XwScQlCzo7ets097TrSLs9ATxPZQ4WCsxDS7QHc,1066
|
|
7
7
|
graphiti_core/helpers.py,sha256=6q_wpiOW3_j28EfZ7FgWW7Hl5pONj_5zvVXZGW9FxTU,5175
|
|
8
8
|
graphiti_core/nodes.py,sha256=N1Qy-cv1CGyjXWgjT_EWl6M4IT0zWrm8uJK9PZShh9I,26582
|
|
@@ -75,7 +75,7 @@ graphiti_core/utils/maintenance/node_operations.py,sha256=r9ilkA01eq1z-nF8P_s1EX
|
|
|
75
75
|
graphiti_core/utils/maintenance/temporal_operations.py,sha256=IIaVtShpVkOYe6haxz3a1x3v54-MzaEXG8VsxFUNeoY,3582
|
|
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.20.
|
|
79
|
-
graphiti_core-0.20.
|
|
80
|
-
graphiti_core-0.20.
|
|
81
|
-
graphiti_core-0.20.
|
|
78
|
+
graphiti_core-0.20.1.dist-info/METADATA,sha256=USbyOsCoNZzCt20hZuYHiw-yDp8de2w4TNQ21M2scwg,26773
|
|
79
|
+
graphiti_core-0.20.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
80
|
+
graphiti_core-0.20.1.dist-info/licenses/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
|
|
81
|
+
graphiti_core-0.20.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|