- Add Model.execute_based_on_match, Model.predict_based_on, and Model._post_response methods
- Add separate `Index._store` method
- Add `response_to_dict` method to index class for transformation of the response to needed format - {doc_id: encoding}
- Update `execute_based_on_match` method in model class to get document object for matched base document"
- Remove INDEX from Model
- Change Index to create fields for matched document ID and confidence