diff --git a/docs/content/en/docs/Reference/_index.md b/docs/content/en/docs/Reference/_index.md index 53053b3..3b62165 100644 --- a/docs/content/en/docs/Reference/_index.md +++ b/docs/content/en/docs/Reference/_index.md @@ -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 @@ -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) diff --git a/docs/content/en/docs/Use Cases/brand-analyzer.md b/docs/content/en/docs/Use Cases/brand-analyzer.md index 2984d07..cc10924 100644 --- a/docs/content/en/docs/Use Cases/brand-analyzer.md +++ b/docs/content/en/docs/Use Cases/brand-analyzer.md @@ -8,4 +8,10 @@ tags: [docs, cognitive-search] weight: 4 --- -lorem ipsum dolor sit amet \ No newline at end of file +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) \ No newline at end of file diff --git a/docs/content/en/docs/Use Cases/call-center-analytics.md b/docs/content/en/docs/Use Cases/call-center-analytics.md index e9bde04..aea7fdf 100644 --- a/docs/content/en/docs/Use Cases/call-center-analytics.md +++ b/docs/content/en/docs/Use Cases/call-center-analytics.md @@ -8,4 +8,8 @@ tags: [docs, cognitive-search] weight: 2 --- -lorem ipsum dolor sit amet \ No newline at end of file +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) \ No newline at end of file diff --git a/docs/content/en/docs/Use Cases/form-analyzer.md b/docs/content/en/docs/Use Cases/form-analyzer.md index 480a6ce..e2aab80 100644 --- a/docs/content/en/docs/Use Cases/form-analyzer.md +++ b/docs/content/en/docs/Use Cases/form-analyzer.md @@ -8,4 +8,9 @@ tags: [docs, cognitive-search, document-intelligence] weight: 5 --- -lorem ipsum dolor sit amet \ No newline at end of file +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) \ No newline at end of file diff --git a/docs/content/en/docs/Use Cases/image-analyzer.md b/docs/content/en/docs/Use Cases/image-analyzer.md index 3ebd111..8f86f3f 100644 --- a/docs/content/en/docs/Use Cases/image-analyzer.md +++ b/docs/content/en/docs/Use Cases/image-analyzer.md @@ -8,4 +8,7 @@ tags: [docs, cognitive-search, azure-vision-services] weight: 3 --- -lorem ipsum dolor sit amet \ No newline at end of file +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) \ No newline at end of file diff --git a/docs/static/img/brandanalyzer.jpg b/docs/static/img/brandanalyzer.jpg new file mode 100644 index 0000000..a382330 Binary files /dev/null and b/docs/static/img/brandanalyzer.jpg differ diff --git a/docs/static/img/callcenteranalytics.jpg b/docs/static/img/callcenteranalytics.jpg new file mode 100644 index 0000000..47355dd Binary files /dev/null and b/docs/static/img/callcenteranalytics.jpg differ diff --git a/docs/static/img/formanalyzer.jpg b/docs/static/img/formanalyzer.jpg new file mode 100644 index 0000000..0f3986e Binary files /dev/null and b/docs/static/img/formanalyzer.jpg differ diff --git a/docs/static/img/imageanalyzer.jpg b/docs/static/img/imageanalyzer.jpg new file mode 100644 index 0000000..087f280 Binary files /dev/null and b/docs/static/img/imageanalyzer.jpg differ