graphiti-core 0.3.1__py3-none-any.whl → 0.3.2__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/nodes.py CHANGED
@@ -175,7 +175,7 @@ class EpisodicNode(Node):
175
175
  e.valid_at AS valid_at,
176
176
  e.uuid AS uuid,
177
177
  e.name AS name,
178
- e.group_id AS group_id
178
+ e.group_id AS group_id,
179
179
  e.source_description AS source_description,
180
180
  e.source AS source
181
181
  """,
@@ -230,7 +230,7 @@ class EntityNode(Node):
230
230
  n.uuid As uuid,
231
231
  n.name AS name,
232
232
  n.name_embedding AS name_embedding,
233
- n.group_id AS group_id
233
+ n.group_id AS group_id,
234
234
  n.created_at AS created_at,
235
235
  n.summary AS summary
236
236
  """,
@@ -307,7 +307,7 @@ class CommunityNode(Node):
307
307
  n.uuid As uuid,
308
308
  n.name AS name,
309
309
  n.name_embedding AS name_embedding,
310
- n.group_id AS group_id
310
+ n.group_id AS group_id,
311
311
  n.created_at AS created_at,
312
312
  n.summary AS summary
313
313
  """,
@@ -329,7 +329,7 @@ class CommunityNode(Node):
329
329
  n.uuid As uuid,
330
330
  n.name AS name,
331
331
  n.name_embedding AS name_embedding,
332
- n.group_id AS group_id
332
+ n.group_id AS group_id,
333
333
  n.created_at AS created_at,
334
334
  n.summary AS summary
335
335
  """,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: graphiti-core
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -11,7 +11,7 @@ graphiti_core/llm_client/errors.py,sha256=-qlWwv1X-UjfsFIiNl-7yJIYvPwi7z8srVRfX4
11
11
  graphiti_core/llm_client/groq_client.py,sha256=clQvQ9-zCRoqK9NGMx9Icyl4lUXmM70lZgVquXikxBo,2334
12
12
  graphiti_core/llm_client/openai_client.py,sha256=VqzWdSrHuNfF2l1aRDua00NHhtP9UR7VNtLcu8h9vLc,2343
13
13
  graphiti_core/llm_client/utils.py,sha256=0KT4XxTVw3c0__HLDj3F8kNR4K_qY0hT0TH-pQZ_IZw,1126
14
- graphiti_core/nodes.py,sha256=b3R06tFdmKriTwe7evXa7K8uwjuW33mOApXiW404aKU,12150
14
+ graphiti_core/nodes.py,sha256=w2cbyA7g_0eSm7axFWraG4opYxQz7-mPCxkcNHdefJY,12154
15
15
  graphiti_core/prompts/__init__.py,sha256=EA-x9xUki9l8wnu2l8ek_oNf75-do5tq5hVq7Zbv8Kw,101
16
16
  graphiti_core/prompts/dedupe_edges.py,sha256=DUNHdIudj50FAjkla4nc68tSFSD2yjmYHBw-Bb7ph20,6529
17
17
  graphiti_core/prompts/dedupe_nodes.py,sha256=BZ9S-PB9SSGjc5Oo8ivdgA6rZx3OGOFhKtwrBlQ0bm0,7269
@@ -37,7 +37,7 @@ graphiti_core/utils/maintenance/graph_data_operations.py,sha256=d27efEVLvQTmoKE7
37
37
  graphiti_core/utils/maintenance/node_operations.py,sha256=WXJFU1AprYjmHSq6rZhTIX4JFHtF5W9LbzA2Tfksp5Q,8838
38
38
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=BzfGDm96w4HcUEsaWTHUBt5S8dNmDQL1eX6AuBL-XFM,8135
39
39
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- graphiti_core-0.3.1.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
41
- graphiti_core-0.3.1.dist-info/METADATA,sha256=0bMJQF6SqZMJvyvnTmiW-WdmhfssBGkMMhO9VG5RVzk,9323
42
- graphiti_core-0.3.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
43
- graphiti_core-0.3.1.dist-info/RECORD,,
40
+ graphiti_core-0.3.2.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
41
+ graphiti_core-0.3.2.dist-info/METADATA,sha256=zmcAQu2r7J1odYWWcYQ91fpahTbTu4YZnxEXN-1Qge0,9323
42
+ graphiti_core-0.3.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
43
+ graphiti_core-0.3.2.dist-info/RECORD,,