From 6f3a4f19ebcc137a270e9fbf9a8dcb8e6d783085 Mon Sep 17 00:00:00 2001 From: prestonrasmussen Date: Tue, 29 Jul 2025 18:43:42 -0400 Subject: [PATCH] dedupe prompt update --- graphiti_core/prompts/dedupe_nodes.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphiti_core/prompts/dedupe_nodes.py b/graphiti_core/prompts/dedupe_nodes.py index 53223d2d..836b8934 100644 --- a/graphiti_core/prompts/dedupe_nodes.py +++ b/graphiti_core/prompts/dedupe_nodes.py @@ -34,7 +34,7 @@ class NodeDuplicate(BaseModel): ) duplicates: list[int] = Field( ..., - description='idx of all duplicate entities.', + description='idx of all entities that are a duplicate of the entity with the above id.', ) diff --git a/pyproject.toml b/pyproject.toml index 8c57be09..6d33a866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "graphiti-core" description = "A temporal graph building library" -version = "0.18.0" +version = "0.18.1" authors = [ { name = "Paul Paliychuk", email = "paul@getzep.com" }, { name = "Preston Rasmussen", email = "preston@getzep.com" }, diff --git a/uv.lock b/uv.lock index 832bec3b..6fcf17f6 100644 --- a/uv.lock +++ b/uv.lock @@ -746,7 +746,7 @@ wheels = [ [[package]] name = "graphiti-core" -version = "0.18.0" +version = "0.18.1" source = { editable = "." } dependencies = [ { name = "diskcache" },