parent
daf14a6509
commit
dff0b3c42e
2 changed files with 2 additions and 2 deletions
|
|
@ -707,7 +707,7 @@ class Graphiti:
|
||||||
bfs_origin_node_uuids,
|
bfs_origin_node_uuids,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def nodes_and_edges_by_episode(self, episode_uuids: list[str]) -> SearchResults:
|
async def get_nodes_and_edges_by_episode(self, episode_uuids: list[str]) -> SearchResults:
|
||||||
episodes = await EpisodicNode.get_by_uuids(self.driver, episode_uuids)
|
episodes = await EpisodicNode.get_by_uuids(self.driver, episode_uuids)
|
||||||
|
|
||||||
edges_list = await semaphore_gather(
|
edges_list = await semaphore_gather(
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "graphiti-core"
|
name = "graphiti-core"
|
||||||
version = "0.7.10"
|
version = "0.8.0"
|
||||||
description = "A temporal graph building library"
|
description = "A temporal graph building library"
|
||||||
authors = [
|
authors = [
|
||||||
"Paul Paliychuk <paul@getzep.com>",
|
"Paul Paliychuk <paul@getzep.com>",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue