-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose retry params in partition via api #3724
feat: expose retry params in partition via api #3724
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is effectively create a wrapper for the unstructured-client
interface so my question for the design is why do we need to add this to the document processing project. This creates ambiguous boundary of the projects (is this just document processing or does it also include client interfaces to a remote service, that under the hood runs the document processing code).
The client part depends on the document processing function being complete. So putting the client function in the document processing project creates a recursion where client needs client to be complete to complete.
This PR:
partition_via_api
: