Skip to content

Commit 9b986f3

Browse files
authored
Merge pull request #145 from microsoft/km-v3-staging-repo-new-name
fix: Update publish date and branch references in README.md
2 parents a1d5983 + 0fcbac7 commit 9b986f3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Deployment/bicep/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var resourceGroupLocation = resourceGroup().location
1616
var resourceGroupName = resourceGroup().name
1717

1818
var solutionLocation = resourceGroupLocation
19-
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Customer-Service-Conversational-Insights-with-Azure-OpenAI-Services/km-v3-staging/'
19+
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/'
2020

2121
// ========== Managed Identity ========== //
2222
module managedIdentityModule 'deploy_managed_identity.bicep' = {

Deployment/bicep/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.32.4.45862",
8-
"templateHash": "2383153489316953097"
8+
"templateHash": "16964994139844363160"
99
}
1010
},
1111
"parameters": {
@@ -28,7 +28,7 @@
2828
"resourceGroupLocation": "[resourceGroup().location]",
2929
"resourceGroupName": "[resourceGroup().name]",
3030
"solutionLocation": "[variables('resourceGroupLocation')]",
31-
"baseUrl": "https://raw.githubusercontent.com/microsoft/Customer-Service-Conversational-Insights-with-Azure-OpenAI-Services/km-v3-staging/"
31+
"baseUrl": "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/"
3232
},
3333
"resources": [
3434
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This solution accelerator enables customers with large amounts of conversational
1414

1515
This solution accelerator leverages Azure AI Foundry, Azure OpenAI, Microsoft Fabric, and Azure Search to transform large volumes of conversational data into actionable insights through topic modeling, key phrase extraction, speech-to-text transcription, and interactive chat experiences.
1616

17-
**Version history:** An updated version of the Conversation Knowledge Mining solution accelerator was published on 01/15/2025. If you deployed the accelerator prior to that date, please see “Version history” in the [Supporting documentation](#supporting-documentation) section.
17+
**Version history:** An updated version of the Conversation Knowledge Mining solution accelerator was published on 01/17/2025. If you deployed the accelerator prior to that date, please see “Version history” in the [Supporting documentation](#supporting-documentation) section.
1818

1919
### Technical key features
2020

@@ -53,7 +53,7 @@ To use this solution accelerator, you will need access to an [Azure subscription
5353
2. **Deploy Azure resources**
5454
Click the following deployment button to create the required resources for this accelerator directly in your Azure Subscription.
5555

56-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FCustomer-Service-Conversational-Insights-with-Azure-OpenAI-Services%2Fkm-v3-staging%2FDeployment%2Fbicep%2Fmain.json)
56+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FConversation-Knowledge-Mining-Solution-Accelerator%2Fkm-v3-staging%2FDeployment%2Fbicep%2Fmain.json)
5757

5858

5959

@@ -141,7 +141,7 @@ If you'd like to customize the accelerator, here are some ways you might do that
141141
### Version history
142142

143143
#### Release 3
144-
An updated version of the Conversation Knowledge Mining (CKM) solution accelerator was published on 01/15/2025. If you deployed the accelerator prior to that date, please note that CKM Release 3 cannot be deployed over CKM Release 2. Please also note that the CKM Release 3 conversation and audio file formats has been revised therefore files for prior releases are no longer compatible. For resources related to CKM Release 2, please visit our archive ([link-to-archive](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/ckm-v2)).
144+
An updated version of the Conversation Knowledge Mining (CKM) solution accelerator was published on 01/17/2025. If you deployed the accelerator prior to that date, please note that CKM Release 3 cannot be deployed over CKM Release 2. Please also note that the CKM Release 3 conversation and audio file formats has been revised therefore files for prior releases are no longer compatible. For resources related to CKM Release 2, please visit our archive ([link-to-archive](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/ckm-v2)).
145145

146146
#### Release 2
147147
An updated version of the Conversation Knowledge Mining (CKM) solution accelerator was published on 08/15/2024. If you deployed the accelerator prior to that date, please note that CKM v2 cannot be deployed over CKM v1. Please also note that the CKM Release 2 JSON conversation file format has been revised to include additional metadata, therefore CKM v1 files are no longer compatible. For resources related to CKM v1, please visit our archive ([link-to-archive](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/tree/ckm-v1)).

0 commit comments

Comments
 (0)