Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Dec 17, 2024
1 parent cb339a9 commit 8a52756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/podcast/podcast_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def setup_logging():
async def main():
setup_logging()
client = Graphiti(neo4j_uri, neo4j_user, neo4j_password)
# await clear_data(client.driver)
# await client.build_indices_and_constraints()
await clear_data(client.driver)
await client.build_indices_and_constraints()
messages = parse_podcast_messages()

for i, message in enumerate(messages[3:14]):
Expand Down

0 comments on commit 8a52756

Please sign in to comment.