WIP add episode bulk (#256)
This commit is contained in:
parent
0f50b74735
commit
d3b2cecbe5
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ class Graphiti:
|
|||
except Exception as e:
|
||||
raise e
|
||||
|
||||
#### WIP: USE AT YOUR OWN RISK ####
|
||||
async def add_episode_bulk(self, bulk_episodes: list[RawEpisode], group_id: str = ''):
|
||||
"""
|
||||
Process multiple episodes in bulk and update the graph.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue