-
Notifications
You must be signed in to change notification settings - Fork 72
Update README.md #3
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
Open
wguyman
wants to merge
3
commits into
main
Choose a base branch
from
wguyman-patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,11 +11,11 @@ Healthcare Agent Orchestrator is a code sample to help you build an agent inte | |
| - Demonstrates the use of the Healthcare Agent Orchestrator for solving complex tasks. | ||
| - Facilitates modular and scalable agent-based solutions for diverse healthcare needs. | ||
| - Provides tools for creating and managing specialized agents for specific tasks. | ||
| - Showcases the application of multi-model AI in healthcare scenarios. | ||
| - Showcases the application of multmodal AI in healthcare scenarios. | ||
| - Supports adding your own data for agents to process and analyze. | ||
| - Integrates with Copilot Studio through Microsoft Cloud for Healthcare. | ||
| - Enables integration with Microsoft Teams for collaborative workflows. | ||
| - Highlights interoperability with Azure services and AI models such as [CxrReportGen](https://ai.azure.com/explore/models/CxrReportGen/version/7/registry/azureml). | ||
| - Highlights interoperability with Azure services and specalized healthcare AI models such as [CxrReportGen](https://ai.azure.com/explore/models/CxrReportGen/version/7/registry/azureml). | ||
|
||
|
|
||
| ## Solution Architecture | ||
|  | ||
|
|
@@ -207,16 +207,10 @@ azd down --purge | |
|
|
||
| This command will permanently delete all Azure resources created during deployment, including resource groups, managed identities, storage accounts, endpoints, and other associated services. | ||
|
|
||
| ## See Also | ||
| - [Healthcare Model Studio](https://aka.ms/healthcaremodelstudio) - AI Foundry Healthcare Model Catalog. | ||
| - [CXRReportGen Model Card](https://aka.ms/cxrreportgenmodelcard) - Model card for CXRReportGen, a chest X-ray report generation model. | ||
| - [MedImageParse Model Card](https://aka.ms/medimageparsemodelcard) - Model card for MedImageParse a model for medical image segmentation. | ||
| - [MedImageInsight Model Card](https://aka.ms/mi2modelcard) - Model card for MedImageInsight, an image and test embedding foundation model. | ||
| - [Healthcare AI Code Examples](https://github.com/microsoft/healthcareai-examples) - A collection of code samples, templates of use cases for healthcare foundation models, providing practical examples for medical imaging and other healthcare AI applications. | ||
|
|
||
| ## Resources | ||
|
|
||
| ### Features Documentation | ||
| ### Healthcare Agent Orchestrator Documentation | ||
|
|
||
| - [User Guide](./docs/user_guide.md) and [Documentation Index](docs/README.md) | ||
| - [Agent Development Guide](./docs/agent_development.md) for building modular solutions | ||
|
|
@@ -227,17 +221,24 @@ This command will permanently delete all Azure resources created during deployme | |
| - [Teams Integration Guide](./docs/teams.md) | ||
|
|
||
|
|
||
| ### External Documentation | ||
| ### Healthcare AI Model Documentation | ||
| - [Healthcare Model Studio](https://aka.ms/healthcaremodelstudio) - AI Foundry Healthcare Model Catalog. | ||
| - [Foundation Models for Healthcare AI](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/healthcare-ai/healthcare-ai-models) - Documentation for healthcare foundation models | ||
| - [CXRReportGen Model Card](https://aka.ms/cxrreportgenmodelcard) - Model card for CXRReportGen, a chest X-ray report generation model. | ||
| - [MedImageParse Model Card](https://aka.ms/medimageparsemodelcard) - Model card for MedImageParse a model for medical image segmentation. | ||
| - [MedImageInsight Model Card](https://aka.ms/mi2modelcard) - Model card for MedImageInsight, an image and text embedding foundation model. | ||
| - [Healthcare AI Code Examples](https://github.com/microsoft/healthcareai-examples) - A collection of code samples, templates of use cases for healthcare foundation models, providing practical examples for medical imaging and other healthcare AI applications. | ||
|
|
||
| ### Additional Documentation | ||
|
|
||
| - [Getting started with Azure OpenAI Assistants (Preview)](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant) | ||
| - [Azure OpenAI Service](https://learn.microsoft.com/azure/ai-services/openai/overview) | ||
| - [Generative AI For Beginners](https://github.com/microsoft/generative-ai-for-beginners) | ||
| - [Foundation models for healthcare AI](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/healthcare-ai/healthcare-ai-models) | ||
| - [Introduction to Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/) | ||
| - [What is the Bot Framework SDK? | ||
| ](https://learn.microsoft.com/en-us/azure/bot-service/bot-service-overview?view=azure-bot-service-4.0) | ||
|
|
||
| ## Guidance | ||
| ## Documentation For Azure Resources Deployed | ||
wguyman marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Running through the installation will deploy: | ||
| - 1 [Azure AI Online endpoints](https://learn.microsoft.com/en-us/azure/machine-learning/concept-endpoints-online?view=azureml-api-2) | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.