Skip to content

Commit b924950

Browse files
authored
Merge pull request #182 from changeworld/patch-1
Fix typo
2 parents adfc145 + 49bd201 commit b924950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/immersive-reader/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Immersive Reader SDK Javascript reference
2+
title: Immersive Reader SDK JavaScript reference
33
titleSuffix: Azure AI services
44
description: Learn about the Immersive Reader JavaScript library that allows you to integrate Immersive Reader into your application.
55
#services: cognitive-services

articles/ai-services/personalizer/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn what's new in Azure AI Personalizer. These items may include release notes
1919

2020
### September 2022
2121
* Personalizer Inference Explainabiltiy is now available as a Public Preview. Enabling inference explainability returns feature scores on every Rank API call, providing insight into how influential each feature is to the actions chosen by your Personalizer model. [Learn more about Inference Explainability](how-to-inference-explainability.md).
22-
* Personalizer SDK now available in [Java](https://search.maven.org/artifact/com.azure/azure-ai-personalizer/1.0.0-beta.1/jar) and [Javascript](https://www.npmjs.com/package/@azure-rest/ai-personalizer).
22+
* Personalizer SDK now available in [Java](https://search.maven.org/artifact/com.azure/azure-ai-personalizer/1.0.0-beta.1/jar) and [JavaScript](https://www.npmjs.com/package/@azure-rest/ai-personalizer).
2323

2424
### April 2022
2525
* Local inference SDK (Preview): Personalizer now supports near-realtime (sub-10ms) inference without the need to wait for network API calls. Your Personalizer models can be used locally for lightning fast Rank calls using the [C# SDK (Preview)](https://www.nuget.org/packages/Azure.AI.Personalizer/2.0.0-beta.2), empowering your applications to personalize quickly and efficiently. Your model continues to train in Azure while your local model is seamlessly updated.

0 commit comments

Comments
 (0)