Skip to content

Commit

Permalink
Update documentation links and remove GenAI activation links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 12, 2024
1 parent df2051f commit 377bd4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Feel the power of artificial intelligence and cloud computing to provide a smart

Learn more at the official documentation: [What is Azure Cognitive Search?](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search).

Do you want to implement this solution? [Activate GenAI with Azure](https://azure.github.io/activate-genai/).

### Call Center Analytics
Analyze call center call trancripts (that might come from your Call Center technology, or having transcribed with Azure Speech Services).

Expand Down
3 changes: 0 additions & 3 deletions docs/content/en/docs/Deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ az openai create --name aihub-openai --resource-group aihub-rg --location westeu
az cognitiveservices account create --name aihub-contentsafety --resource-group aihub-rg --kind ContentSafety --sku F0 --location westeurope
```

### Deploy chat using GEN-AI VBD material
[Activate GenAI with Azure](https://azure.github.io/activate-genai/).

### Configure the web app
As a last step, we need to configure the web app to use the storage account and the cognitive service account we created earlier. To do this, we need to rename appsettings.json.template file to appsettings.json and replace the placeholders with the values we got from the previous steps.
3 changes: 0 additions & 3 deletions docs/content/en/docs/Use Cases/chat-on-your-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ Feel the power of artificial intelligence and cloud computing to provide a smart
**AI Hub** uses Azure Cognitive Search to serve an index of vectorized content, that will be used by our LLM (ChatGPT) to respond to user's query.

Learn more at the official documentation: [What is Azure Cognitive Search?](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search).

Do you want to implement this solution? [Activate GenAI with Azure](https://azure.github.io/activate-genai/).

0 comments on commit 377bd4c

Please sign in to comment.