In order to create a new database from scratch:
python create_tables.py
- this will create the database.dbpython populate_fake_data.py
- this will populate it with fake datapython pinecone_restaurants.py
- this will upload the data to the pinecone database setup (remember to have setup a pinecone vector db)