calpoly-csai / api

Official API for the NIMBUS Voice Assistant accessible via HTTP REST protocol.
https://nimbus.api.calpolycsai.com/
GNU General Public License v3.0
9 stars 4 forks source link

retrained model; global variable fixes in flask_api.py #140

Closed cameron-toy closed 4 years ago

cameron-toy commented 4 years ago

What's New?

Type of change (pick-one)

mfekadu commented 4 years ago

Discussion

@Jason-Ku

  1. View entity_type should not be acceptable input to insert_entity because they are generated by the MySQL DBMS

  2. we might include a property _is_view to any Entity that is a View rather than a Table

  3. a well-documented error when View input to insert_entity would be cool

mfekadu commented 4 years ago

143