grade as an int

parent 1e48d9f0
...@@ -102,7 +102,7 @@ def setup_database(drop_existing_tables: bool = False): ...@@ -102,7 +102,7 @@ def setup_database(drop_existing_tables: bool = False):
if __name__ == "__main__": if __name__ == "__main__":
# To run with a clean slate, pass True # To run with a clean slate, pass True
setup_database(drop_existing_tables=True) # setup_database(drop_existing_tables=True)
# To run without dropping tables (default) # To run without dropping tables (default)
#setup_database() setup_database()
\ No newline at end of file \ No newline at end of file
...@@ -198,7 +198,7 @@ def setup_embeddings_database(drop_existing_tables: bool = False): ...@@ -198,7 +198,7 @@ def setup_embeddings_database(drop_existing_tables: bool = False):
if __name__ == "__main__": if __name__ == "__main__":
# To run with a clean slate, pass True # To run with a clean slate, pass True
setup_embeddings_database(drop_existing_tables=True) # setup_embeddings_database(drop_existing_tables=True)
# To run without dropping the table (default) # To run without dropping the table (default)
#setup_embeddings_database() setup_embeddings_database()
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment