Open
Conversation
…arity for what needs to be done for the TODO comments in the code
…ng notebook - Updated descriptions for the "top_p" parameter for better understanding. - Added prompts for testing completion functions in the Prompt Engineering notebook. - Improved wording and formatting in the Grounding notebook for consistency and clarity. - Corrected grammatical errors and ensured proper punctuation throughout both notebooks.
… tasks in challenges
…logy changes - Changed references from Azure Cognitive Search to Azure AI Search in README.md and CH-04-A-RAG_for_structured_data-Solution.ipynb. - Updated Challenge-05.md to reflect Azure AI Services terminology. - Modified CH-04-B-RAG_for_unstructured_data.ipynb to replace Cognitive Search with Azure AI Search and corrected related comments.
This file contains hidden or 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
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.
This pull request focuses on updating terminology and improving instructions across student and coach materials, as well as enhancing infrastructure provisioning for Azure Document Intelligence. The most important changes are the consistent replacement of "Azure Cognitive Search" with "Azure AI Search", improvements to local development environment setup instructions, and infrastructure enhancements for role assignments.
Terminology updates (Azure Cognitive Search → Azure AI Search):
README.md) and solution notebook (CH-04-A-RAG_for_structured_data-Solution.ipynb) are updated to "Azure AI Search" for clarity and consistency. [1] [2] [3] [4] [5] [6]Local development environment instructions:
Infrastructure enhancements:
document.bicepmodule andmain.bicepnow accept and use auserObjectIdparameter to assign the Cognitive Services Data Reader role to a specified user, improving resource access control. [1] [2] [3]Student challenge improvements:
Minor content and formatting fixes:
CH-06-AgenticAI.ipynbnotebook to reflect recent changes in the agent API, ensuring compatibility and improving clarity in how multi-turn conversations are handled.API usage updates:
agent.run_stream()withagent.run(..., stream=True)to align with the updated streaming interface. [1] [2]agent.create_session()and pass thesessionparameter toagent.run, replacing the previousget_new_thread()andthreadusage. This reflects the new session-based conversation management in the API.