From 5675f8c0b99ec0590f1901d2c9a46fb6979f9473 Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Wed, 15 Nov 2023 08:00:27 +0100 Subject: [PATCH] minor fixes --- docs/content/en/docs/Concepts/azure-cognitive-search.md | 2 +- docs/content/en/docs/Concepts/azure-container-apps.md | 2 +- docs/content/en/docs/Concepts/azure-functions.md | 2 +- docs/content/en/docs/Concepts/azure-openai.md | 2 +- docs/content/en/docs/Concepts/azure-storage.md | 2 +- docs/content/en/docs/Concepts/semantic-kernel.md | 2 +- docs/hugo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/content/en/docs/Concepts/azure-cognitive-search.md b/docs/content/en/docs/Concepts/azure-cognitive-search.md index c63448b..051e571 100644 --- a/docs/content/en/docs/Concepts/azure-cognitive-search.md +++ b/docs/content/en/docs/Concepts/azure-cognitive-search.md @@ -20,7 +20,7 @@ Search is foundational to any app that surfaces text to users, where common scen ![Imagen arquitectura Azure Cognitive Search](https://learn.microsoft.com/en-us/azure/search/media/search-what-is-azure-search/azure-search-diagram.svg) -**Activate GenAI with Azure** 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. +**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). diff --git a/docs/content/en/docs/Concepts/azure-container-apps.md b/docs/content/en/docs/Concepts/azure-container-apps.md index 212f6a6..68ae058 100644 --- a/docs/content/en/docs/Concepts/azure-container-apps.md +++ b/docs/content/en/docs/Concepts/azure-container-apps.md @@ -16,6 +16,6 @@ Common uses of Azure Container Apps include: * Handling event-driven processing * Running microservices -**Activate GenAI with Azure** uses Azure Container Apps to deploy the chat user interface that will answer user queries based on the company's documents. +**AI Hub** uses Azure Container Apps to deploy the chat user interface that will answer user queries based on the company's documents. Learn more about Azure Container Apps: [Azure Container Apps documentation?](https://learn.microsoft.com/en-us/azure/container-apps/) \ No newline at end of file diff --git a/docs/content/en/docs/Concepts/azure-functions.md b/docs/content/en/docs/Concepts/azure-functions.md index 97bea71..fa6f543 100644 --- a/docs/content/en/docs/Concepts/azure-functions.md +++ b/docs/content/en/docs/Concepts/azure-functions.md @@ -12,6 +12,6 @@ Azure Functions is a serverless solution that allows you to write less code, mai Functions provides a comprehensive set of event-driven triggers and bindings that connect your functions to other services without having to write extra code. You focus on the code that matters most to you, in the most productive language for you, and Azure Functions handles the rest. -**Activate GenAI with Azure** uses Azure Function to create chunks of the documents text and create embeddings to be added to the Azure Cognitive Search index. +**AI Hub** uses Azure Function to create chunks of the documents text and create embeddings to be added to the Azure Cognitive Search index. Learn more about Azure Functions: [What is Azure Function?](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview?pivots=programming-language-csharp). For the best experience with the Functions documentation, choose your preferred development language from the list of native Functions languages at the top of the article. \ No newline at end of file diff --git a/docs/content/en/docs/Concepts/azure-openai.md b/docs/content/en/docs/Concepts/azure-openai.md index eaf0716..64ddf5c 100644 --- a/docs/content/en/docs/Concepts/azure-openai.md +++ b/docs/content/en/docs/Concepts/azure-openai.md @@ -24,6 +24,6 @@ Important concepts about Azure OpenAI: * **Quotas**: the quotas available in Azure are allocated per model and per region, within a subscription. [Learn more about quotas](https://learn.microsoft.com/en-us/azure/ai-services/openai/quotas-limits). In the documentation you can find best practices to manage your quota. -**Activate GenAI with Azure** uses Azure OpenAI Embeddings model to vectorize the content and ChatGPT model to conversate with that content. +**AI Hub** uses Azure OpenAI Embeddings model to vectorize the content and ChatGPT model to conversate with that content. More information at the official documentation: [What is Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview) diff --git a/docs/content/en/docs/Concepts/azure-storage.md b/docs/content/en/docs/Concepts/azure-storage.md index 3e2c6ee..321d6e4 100644 --- a/docs/content/en/docs/Concepts/azure-storage.md +++ b/docs/content/en/docs/Concepts/azure-storage.md @@ -19,6 +19,6 @@ Blob Storage is designed for: * Storing data for backup and restore, disaster recovery, and archiving. * Storing data for analysis by an on-premises or Azure-hosted service. -**Activate GenAI with Azure** uses Blob Storage to store the documents (PDFs) that will be then vectorized and indexed. +**AI Hub** uses Blob Storage to store the documents (PDFs) that will be then vectorized and indexed. Learn more about Azure Blob Storage: [What is Azure Blob Storage?](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview) \ No newline at end of file diff --git a/docs/content/en/docs/Concepts/semantic-kernel.md b/docs/content/en/docs/Concepts/semantic-kernel.md index c3bdf77..9e7f2b7 100644 --- a/docs/content/en/docs/Concepts/semantic-kernel.md +++ b/docs/content/en/docs/Concepts/semantic-kernel.md @@ -18,6 +18,6 @@ To help developers build their own Copilot experiences on top of AI plugins, we ![Image of Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/media/mind-and-body-of-semantic-kernel.png) -**Activate GenAI with Azure** uses Semantic Kernel to orchestrate the prompts, Azure OpenAI calls and Azure Cognitive Search queries and results. +**AI Hub** uses Semantic Kernel to orchestrate the prompts, Azure OpenAI calls and Azure Cognitive Search queries and results. Learn more at the official documentation of [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/) \ No newline at end of file diff --git a/docs/hugo.toml b/docs/hugo.toml index b70ba07..0e59390 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -167,7 +167,7 @@ enable = false [params.links] # Developer relevant links. These will show up on right side of footer and in the community page if you have one. [[params.links.developer]] - name = "Microsoft - Activate GenAI with Azure" + name = "Microsoft - AI Hub" url = "https://github.com/azure/aihub" icon = "fab fa-microsoft" desc = ""