Convert text to vectors, via BERT in batches with luigi. Note, I've written a very generic module so that we can convert any text field in the database to vectors, which are then stored in MySQL JSON format.
A subsequent PR addresses the soft clustering described in #293, which will also be generic.
Closes #293 Closes #303
Convert text to vectors, via BERT in batches with luigi. Note, I've written a very generic module so that we can convert any text field in the database to vectors, which are then stored in MySQL JSON format.
A subsequent PR addresses the soft clustering described in #293, which will also be generic.