microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Upload Capability for Computer Vision Integration and files upload #846

Open Fetheddine-Addad opened 1 month ago

Fetheddine-Addad commented 1 month ago

Is your feature request related to this sample app, or to an Azure service, such as Azure OpenAI or Azure AI Search? Since the playground provides computer vision using vision service integration, yes it's related

Is your feature request related to a problem? Please describe. Currently, the app lacks the ability to upload images, which limits its potential for tasks that could benefit from computer vision technologies. For example, users may find it frustrating when they cannot directly upload images for immediate analysis within the app.

Describe the solution you'd like I would like the app to include a feature that allows users to upload images. This functionality should be user-friendly and support various image formats. The uploaded images could then be used with computer vision services to enhance the chatbot’s analytical capabilities.

ChmHsm commented 1 month ago

Very important feature for us, please consider addind this.

vlad-tsoy commented 1 month ago

I'll second this as well. With the availability of gpt4o, it's critical to be able to upload the files.

wherewith commented 4 weeks ago

I think the scope of this should be expanded to all file types, since this sample does not support any type of upload yet. For example, something like this https://github.com/lordlinus/Enterprise-ChatGPT would work similarly.