datalab-dev / quintessence_analysis

All the scripts we use for analysis
0 stars 0 forks source link

mv parse_embed to a class #41

Closed avkoehl closed 3 years ago

avkoehl commented 3 years ago

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

avkoehl commented 3 years ago

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.