Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed Nov 15, 2023
1 parent 931fd1a commit 5675f8c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/azure-cognitive-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/azure-container-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/azure-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/semantic-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 5675f8c

Please sign in to comment.