Move all methods of parse_embed to a class.
Init function takes as input an embeddings class with models either trained or loaded
Init confirms all the necessary models exist
Then runs all the methods for creating the list of docs that get passed to Mongo class
Might revisit this one, as well as #44.
However, for now, keeping it as separate functions because its very convenient for debugging (for my workflow) and adding new collections.
Move all methods of parse_embed to a class. Init function takes as input an embeddings class with models either trained or loaded Init confirms all the necessary models exist Then runs all the methods for creating the list of docs that get passed to Mongo class