diff --git a/examples/podcast/podcast_runner.py b/examples/podcast/podcast_runner.py index d977162f..0ee01eb2 100644 --- a/examples/podcast/podcast_runner.py +++ b/examples/podcast/podcast_runner.py @@ -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]):