Unstructured-IO / unstructured-api

Apache License 2.0
505 stars 108 forks source link

chunking_strategy = "basic" is not accepted by API #404

Closed m-kemarskyi closed 5 months ago

m-kemarskyi commented 5 months ago

Describe the bug When chunking_strategy = "basic" parameter is passed, API returns status 422. Looks like it accepts either "by_title" or no value.

Знімок екрана 2024-04-15 о 14 45 43

To Reproduce Please provide as much info as possible:

Environment:

m-kemarskyi commented 5 months ago

Maybe the problem is in the following code (allows only "by_title" value, optional): https://github.com/Unstructured-IO/unstructured-api/blob/21bb99c9a00b4131ddb862d4bc6185057f3a75ed/prepline_general/api/models/form_params.py#L168C9-L176C18

awalker4 commented 5 months ago

Hi there, sorry for the delay. We've added some features to the paid api that are not available via this repo. I'll make a ticket to clarify which params are paid only in our docs.

m-kemarskyi commented 4 months ago

@awalker4 Sure, may I kindly ask you to send a link to the corresponding documentation page here to inform what features are available and what are not?