Skip to content

Commit

Permalink
doc + pics added
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Nov 27, 2023
1 parent 769d55a commit 4a515e8
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/content/en/docs/Reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ weight: 9
* [Chat Copilot Sample Application](https://github.com/microsoft/chat-copilot)
* [ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search](https://github.com/Azure-Samples/azure-search-openai-demo)
* [Azure OpenAI Embeddings QnA](https://github.com/ruoccofabrizio/azure-open-ai-embeddings-qna)
* [Azure SDK for .NET](https://github.com/Azure/azure-sdk-for-net)

## Azure APIM & Azure OpenAI

Expand All @@ -20,6 +21,7 @@ weight: 9

* [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service)
* [Azure Cognitive Search](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search)
* [Azure Content Safety](https://learn.microsoft.com/en-us/azure/ai-services/content-safety/overview)
* [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview)
* [Azure API Management](https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts)
* [Azure Application Insights](hhttps://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net)
Expand Down
8 changes: 7 additions & 1 deletion docs/content/en/docs/Use Cases/brand-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ tags: [docs, cognitive-search]
weight: 4
---

lorem ipsum dolor sit amet
Analyze your brand's internet reputation by inserting the name of the company.

Just enter the name of the company and the Brand Analyzer will search in Bing for mentions of the company and analyze the sentiment of the mentions.
You can also search for a specific product or service of the company just modifiying thr promt custumizing the query.


![Brand Analyzer screenshot](/aihub/img/brandanalyzer.jpg)
6 changes: 5 additions & 1 deletion docs/content/en/docs/Use Cases/call-center-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ tags: [docs, cognitive-search]
weight: 2
---

lorem ipsum dolor sit amet
Analyze call center call trancripts (that might come from your Call Center technology, or having transcribed with Azure Speech Services).

Use the predefined template to analyze the call center call transcript, generate a new one, and customize the query to analyze the transcript of your call center.

![Call Center Analytics screenshot](/aihub/img/callcenteranalytics.jpg)
7 changes: 6 additions & 1 deletion docs/content/en/docs/Use Cases/form-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ tags: [docs, cognitive-search, document-intelligence]
weight: 5
---

lorem ipsum dolor sit amet
Analyze and chat with your documents using GPT4 and Azure Document Intelligence.

Just upload a .pdf document and the Form Analyzer will extract the text and analyze it with Azure Document Intelligence, and then you can chat with the document using GPT4.
You can also modify the prompt to extract cusntom information from the document.

![Form Analyzer screenshot](/aihub/img/formanalyzer.jpg)
5 changes: 4 additions & 1 deletion docs/content/en/docs/Use Cases/image-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ tags: [docs, cognitive-search, azure-vision-services]
weight: 3
---

lorem ipsum dolor sit amet
Analyze your image using GPT4 and Azure Vision Services.
Upload an image and the Image Analyzer will analyze it using Azure Vision Services formats supported .jpg, .png

![Image Analyzer screenshot](/aihub/img/imageanalyzer.jpg)
Binary file added docs/static/img/brandanalyzer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/callcenteranalytics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/formanalyzer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/imageanalyzer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a515e8

Please sign in to comment.