-
Notifications
You must be signed in to change notification settings - Fork 53
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 button for Attachments (Image, PDF, etc.) in Text Chat #52
base: insiders
Are you sure you want to change the base?
Add button for Attachments (Image, PDF, etc.) in Text Chat #52
Conversation
changed default message to english
Thought Process Formatting and Code Cleaning
Authorization
Entra ID Authorization
quickfix deploy.ps1 folder checking
microsoft logo update
@microsoft-github-policy-service agree |
Hi @ashiquemukkil could you list at a high-level what changes will this frontend feature requires in the orchestrator and bicep (for example attachment container creation, role assignments)? |
Changes to the Orchestrator:
bicep file change
|
This PR introduces functionality for users to upload attachments (images, PDFs, etc.) along with their text input in the chat interface. The enhancement leverages GPT-4O's multimodal capabilities to effectively process and respond to multimedia queries.
Key Changes
Added an attachment upload button to the chat UI.
Display of uploaded files as thumbnails or links in the chat.
Upload API to upload file to blob storage.
Changes required at GPT-RAG-ORCHESTRATOR :