Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Sep 18, 2024
1 parent 3b18716 commit 3781c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiti_core/edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def get_by_uuids(cls, driver: AsyncDriver, uuids: list[str]):
records, _, _ = await driver.execute_query(
"""
MATCH (n:Episodic)-[e:MENTIONS]->(m:Entity)
WHERE e.uuid INN $uuids
WHERE e.uuid IN $uuids
RETURN
e.uuid As uuid,
e.group_id AS group_id,
Expand Down

0 comments on commit 3781c7f

Please sign in to comment.