-
Notifications
You must be signed in to change notification settings - Fork 831
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
docs: add prerequisites - openai and cognitive services resources #2008
Conversation
Hey @JessicaXYWang 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
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.
Summary by GPT-4
This commit adds two new Jupyter notebooks to the documentation:
-
prerequisites_azure_resources.ipynb
: This notebook provides instructions on setting up Cognitive Services and Azure OpenAI resources for SynapseML. It explains how to create resources, obtain API keys, and set up Azure OpenAI Resource and Cognitive Services resource. -
prerequisites_platforms.ipynb
: This notebook provides instructions on setting up computing platforms for SynapseML, specifically Microsoft Fabric and Synapse Analytics. It explains how to get access to Fabric, create a new notebook or attach an existing one to a lakehouse, update SynapseML on Fabric, create a Synapse workspace and launch Synapse Studio, create a serverless Apache Spark pool, and update SynapseML on Azure Synapse Analytics.
These notebooks will help users understand the prerequisites for using SynapseML with Azure resources and computing platforms.
Suggestions
No suggestions are needed as the PR has no clear issues.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #2008 +/- ##
==========================================
- Coverage 87.06% 86.74% -0.33%
==========================================
Files 306 306
Lines 16064 16064
Branches 840 840
==========================================
- Hits 13986 13934 -52
- Misses 2078 2130 +52 |
] | ||
}, | ||
"source": [ | ||
"To Create a new Azure OpenAI Resource and obtain an OpenAI API key, you need\n", |
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.
the prereqs should be the same moreorless for azure openai and cog services, things like azure accounts will be needed for both
"## Synapse Analytics\n", | ||
"**Azure Synapse** is an enterprise analytics service that accelerates time to insight across data warehouses and big data systems.\n", | ||
"\n", | ||
"SynapseML is preinstalled on Synapse Analytics. To start with Synapse Analytics:" |
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.
make this one mirror the changed form to keep them in parity
}, | ||
"source": [ | ||
"* [Create a Synapse workspace](https://docs.microsoft.com/en-us/azure/synapse-analytics/get-started-create-workspace)\n", | ||
"* [Create a serverless Apache Spark pool](https://docs.microsoft.com/en-us/azure/synapse-analytics/get-started-analyze-spark#create-a-serverless-apache-spark-pool)" |
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.
should describe creating a notebook and also link to the synapse section of a multiplatform guide for version updating
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.
Lovely start to this!
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
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.
A few more comments but its looking really nice!
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…crosoft#2008) * add prerequisites - openai and cognitive services resources * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_platforms.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_platforms.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_platforms.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_platforms.ipynb Co-authored-by: Mark Hamilton <[email protected]> * update setting up docs * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Update notebooks/documentation/prerequisites_azure_resources.ipynb Co-authored-by: Mark Hamilton <[email protected]> * Apply suggestions from code review Co-authored-by: Mark Hamilton <[email protected]> --------- Co-authored-by: Mark Hamilton <[email protected]>
Add doc:
create Azure OpenAi, Cognitive Services resources
start with Fabric, Synapse Analytics