Skip to content
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

Add ability to pass raw image for Azure AI Vision requests #755

Open
1 task done
dkotter opened this issue Apr 1, 2024 · 0 comments
Open
1 task done

Add ability to pass raw image for Azure AI Vision requests #755

dkotter opened this issue Apr 1, 2024 · 0 comments
Labels
type:enhancement New feature or request.

Comments

@dkotter
Copy link
Collaborator

dkotter commented Apr 1, 2024

Is your enhancement related to a problem? Please describe.

I bring this up for discussion and not something we need to take action on immediately.

But looking at the API docs for the Azure AI Vision Analyze Image API, you can either send in an image URL (which is what we're doing currently) or you can send in the raw image binary.

The main benefit I see for that second approach is that this API would then work for locally hosted images. Right now if you want to test things, you need a publicly accessible URL, which means either a fully public site or a local environment using something like ngrok.

I don't know if there's any performance concerns with sending the raw image data (maybe it takes longer for that to be downloaded) but probably worth testing out.

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@dkotter dkotter added the type:enhancement New feature or request. label Apr 1, 2024
@dkotter dkotter added this to the Future Release milestone Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request.
Projects
Status: Incoming
Development

No branches or pull requests

1 participant