parent
e75feff45e
commit
baebe79731
2 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ async def dedupe_extracted_edge(
|
|||
)
|
||||
|
||||
if duplicate_fact_id >= 0 and episode is not None:
|
||||
edge.episodes += episode.uuid
|
||||
edge.episodes.append(episode.uuid)
|
||||
|
||||
end = time()
|
||||
logger.debug(
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "graphiti-core"
|
||||
description = "A temporal graph building library"
|
||||
version = "0.11.6pre4"
|
||||
version = "0.11.6pre5"
|
||||
authors = [
|
||||
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
|
||||
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue