Unstructured-IO / unstructured-api-tools

Apache License 2.0
28 stars 10 forks source link

Added new tests for generated API #144

Closed kravetsmic closed 1 year ago

kravetsmic commented 1 year ago

Added additional tests for endpoints. Also updated notebooks and related endpoints which threw errors.

awalker4 commented 1 year ago

Looks good, thanks! The one comment I would have is that it's easy to get lost in all the FILE_A, PROCESS_FILE_3, etc. Can the names be more descriptive, such as FILE_DOCX, etc? There are a lot of different combinations on the endpoints, so maybe PROCESS_FILE_1_ROUTE, etc is good enough, but we could have a comment up at the top to say this one takes files, output_schema, and input2, or whatever.