grade as an int

parent 1e48d9f0
......@@ -102,7 +102,7 @@ def setup_database(drop_existing_tables: bool = False):
if __name__ == "__main__":
# 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)
#setup_database()
\ No newline at end of file
setup_database()
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -198,7 +198,7 @@ def setup_embeddings_database(drop_existing_tables: bool = False):
if __name__ == "__main__":
# 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)
#setup_embeddings_database()
\ No newline at end of file
setup_embeddings_database()
\ 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