parent
71fca7fdd6
commit
deda803dc5
4 changed files with 2007 additions and 2026 deletions
|
|
@ -116,4 +116,4 @@ async def main(use_bulk: bool = False):
|
|||
)
|
||||
|
||||
|
||||
asyncio.run(main(True))
|
||||
asyncio.run(main(False))
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ def edge_search_filter_query_constructor(
|
|||
filter_query += created_at_filter
|
||||
|
||||
if filters.expired_at is not None:
|
||||
expired_at_filter = 'AND ('
|
||||
expired_at_filter = ' AND ('
|
||||
for i, or_list in enumerate(filters.expired_at):
|
||||
for j, date_filter in enumerate(or_list):
|
||||
filter_params['expired_at_' + str(j)] = date_filter.date
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "graphiti-core"
|
||||
description = "A temporal graph building library"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
authors = [
|
||||
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
|
||||
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue