dedupe prompt update
This commit is contained in:
parent
19bddb5528
commit
6f3a4f19eb
3 changed files with 3 additions and 3 deletions
|
|
@ -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.',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -746,7 +746,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "graphiti-core"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "diskcache" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue