-
Notifications
You must be signed in to change notification settings - Fork 901
Support batch processing over the REST API. #1806
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
base: main
Are you sure you want to change the base?
Conversation
|
@microsoft-github-policy-service agree company="SolidCore.ai" |
|
Great addition @telackey! |
Can do |
|
@SharonHart, I think I updated the relevant docs. If I missed anything, just point me in the right direction and I'll update as needed. |
spot on, looks good 🎯 |
|
Thanks! |
The merge-base changed after approval.
|
@telackey |
|
Should be updated. |
|
Actually, no, hmm, let me get it synced up... |
|
Ok, that's got it. |
Change Description
The REST API only supports analyzing one text at a time. This adds support for batch processing.
The implementation is backwards compatible: if
textis astring, it returns identical results as before. This simply adds support fortextto be supplied as astring[]instead, in which case it returns an array of results.Issue reference
Fixes #XX
Checklist