graphiti-core 0.12.2__py3-none-any.whl → 0.12.4__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.

@@ -30,7 +30,7 @@ class NodeDuplicate(BaseModel):
30
30
  )
31
31
  name: str = Field(
32
32
  ...,
33
- description='Name of the entity. Should be the most complete and descriptive name possible.',
33
+ description='Name of the entity. Should be the most complete and descriptive name possible. Do not include any JSON formatting in the Entity name.',
34
34
  )
35
35
  additional_duplicates: list[int] = Field(
36
36
  ...,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: graphiti-core
3
- Version: 0.12.2
3
+ Version: 0.12.4
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -13,11 +13,12 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
15
  Provides-Extra: anthropic
16
+ Provides-Extra: falkord-db
16
17
  Provides-Extra: google-genai
17
18
  Provides-Extra: groq
18
19
  Requires-Dist: anthropic (>=0.49.0) ; extra == "anthropic"
19
20
  Requires-Dist: diskcache (>=5.6.3)
20
- Requires-Dist: falkordb (>=1.1.2,<2.0.0)
21
+ Requires-Dist: falkordb (>=1.1.2,<2.0.0) ; extra == "falkord-db"
21
22
  Requires-Dist: google-genai (>=1.8.0) ; extra == "google-genai"
22
23
  Requires-Dist: groq (>=0.2.0) ; extra == "groq"
23
24
  Requires-Dist: neo4j (>=5.26.0)
@@ -38,7 +38,7 @@ graphiti_core/models/nodes/node_db_queries.py,sha256=AQgRGVO-GgFWfLq1G6k8s86WItw
38
38
  graphiti_core/nodes.py,sha256=kdJY-Ugyk6J2x70w4EF_EoFNgy7D3TMOMVSUfEth6rE,18665
39
39
  graphiti_core/prompts/__init__.py,sha256=EA-x9xUki9l8wnu2l8ek_oNf75-do5tq5hVq7Zbv8Kw,101
40
40
  graphiti_core/prompts/dedupe_edges.py,sha256=AFVC1EQ0TvNkSp0G7QZmIh3YpGg9FVXo1_sT3TlRqA8,5473
41
- graphiti_core/prompts/dedupe_nodes.py,sha256=F_TNygUfAf0R9Md5aHnD-VQb58_0MTMN9UQjopcWJvY,7615
41
+ graphiti_core/prompts/dedupe_nodes.py,sha256=i8BP6h3xJZUFDNorBbphyi0kZQXVcVh8bXjw686wKdI,7670
42
42
  graphiti_core/prompts/eval.py,sha256=gnBQTmwsCl3Qvwpcm7aieVszzo6y1sMCUT8jQiKTvvE,5317
43
43
  graphiti_core/prompts/extract_edge_dates.py,sha256=3Drs3CmvP0gJN5BidWSxrNvLet3HPoTybU3BUIAoc0Y,4218
44
44
  graphiti_core/prompts/extract_edges.py,sha256=1zP-Xo70UbHm1uSJIcVHhHrXIpH9ILU6ieunLPaRdnA,6761
@@ -67,7 +67,7 @@ graphiti_core/utils/maintenance/node_operations.py,sha256=cqSZ9CmyaH-WeZlzZEmR8Q
67
67
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=mJkw9xLB4W2BsLfC5POr0r-PHWL9SIfNj_l_xu0B5ug,3410
68
68
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
69
  graphiti_core/utils/ontology_utils/entity_types_utils.py,sha256=QJX5cG0GSSNF_Mm_yrldr69wjVAbN_MxLhOSznz85Hk,1279
70
- graphiti_core-0.12.2.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
71
- graphiti_core-0.12.2.dist-info/METADATA,sha256=qAj41UAuvLM-5XTugbsFSRr_DQElAzoHJ6JX3pyU9Lo,15590
72
- graphiti_core-0.12.2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
73
- graphiti_core-0.12.2.dist-info/RECORD,,
70
+ graphiti_core-0.12.4.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
71
+ graphiti_core-0.12.4.dist-info/METADATA,sha256=PAStxqsKlvFZbwfKkpOoIfDpNGK9AEVNz1s4G-KHpzM,15641
72
+ graphiti_core-0.12.4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
73
+ graphiti_core-0.12.4.dist-info/RECORD,,