-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix: Research Assistant Deployment Issue - Prompt Flow version update #287
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
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.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- ResearchAssistant/Deployment/scripts/aihub_scripts/requirements.txt: Language not supported
fix
: A bug fix - Research Assistant Deployment Issue - Prompt Flow version updatechore
: A bug fix - Research Assistant Deployment Issue - Prompt Flow version update
chore
: A bug fix - Research Assistant Deployment Issue - Prompt Flow version update
Roopan-Microsoft
approved these changes
Jan 20, 2025
Roopan-Microsoft
added a commit
that referenced
this pull request
Feb 17, 2025
* Downgrade msal[broker] to 1.24.0b1 and azure-mgmt-resource to 23.1.0b2 * Downgrade azure-ai-ml package to version 1.17.1 to resolve package version conflicts (#283) * Upgrade azure-ai-ml package to compatible version * test: Research assistant backend unit test (#286) * Research assistant backend unit test * Research assistant backend unit test * Research assistant unit test pylint correction * pylint correction * research assistant .yml file * Update test_research_assistant.yml --------- Co-authored-by: Roopan-Microsoft <[email protected]> * fix: Research Assistant Deployment Issue - Prompt Flow version update (#287) * Prompt flow version update * Add files via upload * Add files via upload * Add files via upload --------- Co-authored-by: Roopan-Microsoft <[email protected]> * Implement Consistent Versioning and Tagging for Accelerator Images (#288) * Dev image version check * Revert "feat: Dev Image Version Check Test" * update history method changes (#295) * fix: Fixed Asset and retirement update query (#332) * updated Asset and retirement updated code * minor fix on meeting days * fixed test case * optimized query * fixed the UI issue in Chat history list section (#335) --------- Co-authored-by: Prasanjeet-Microsoft <[email protected]> Co-authored-by: Prajwal-Microsoft <[email protected]> Co-authored-by: Pradheep-Microsoft <[email protected]> Co-authored-by: Pavan-Microsoft <[email protected]> Co-authored-by: pradeepjha-microsoft <[email protected]> Co-authored-by: AjitPadhi-Microsoft <[email protected]> Co-authored-by: Mohan-Microsoft <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
It's Prompt flow version update
In AI Studio Deployment Guide, Draft flow Zip file has to be uploaded -> This Draft Flow contain requirements.txt file.
This file need version update to complete the uploading process
Reference link:
AIStudioDeployment -- check this link
Prompt flow version has to be updated from promptflow==1.16.2 to promptflow==1.17.0
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation