moaw
moaw copied to clipboard
Grab-and-go resources to help you learn new skills, with all the tools you need to create, host and share your own workshop
- [x] Add tags for search list workshop - [ ] Add pagination for workshop and category - [x] Add search by name / date / principal technology - [x]...
This PR introduces a Japanese translation for the GitHub Copilot workshop. There’s one point that needs clarification: For the translated filename, should we use the language code such as `ja`,...
Fixes security alerts
I ran this workshop and the call to OpenAIEmbedding() fails with an error "FT1 SKU Not Supported". I found out the reason for the error is due to the fact...
When running the code in generating embeddings step: ************************* from synapse.ml.services import OpenAIEmbedding embedding = ( OpenAIEmbedding() .setDeploymentName("text-embedding-ada-002") .setSubscriptionKey('******************************') .setTextCol("chunk") .setErrorCol("error") .setOutputCol("embeddings") ) df_embeddings = embedding.transform(exploded_df) display(df_embeddings) ************************** I receive...
If I'm not wrong, the lab does not work anymore because it reference apps/samples which do not exist anymore on the official repo. And for the next part, it's not...
I'm getting the error below, which seems that cv2 has a missing dependency? Is there something I should also install? --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[19], line...
Hi, guys, It could be a great feature to have the tag list at the top or left of the page with all the workshops to allow filtering by tag....
In [Analyzing Snapshot Serengeti data with Microsoft Fabric](https://moaw.dev/workshop/fabric-e2e-serengeti/?step=5#analyzing-the-image-labels). I got an error message: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[49], line 3 1 # Create a horizontal bar...
When is the banner used or displayed on the website ? ``` banner_url: assets/banner.jpg ```