Skip to content

Commit

Permalink
WIP add episode bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Jan 24, 2025
1 parent 0f50b74 commit 9078f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphiti_core/graphiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ async def add_episode_endpoint(episode_data: EpisodeData):
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.
Expand Down

0 comments on commit 9078f63

Please sign in to comment.