From ad661eff169f3b5f25313c4398dbc0554ef9b3d1 Mon Sep 17 00:00:00 2001 From: Kristian Nese Date: Mon, 4 Mar 2024 19:03:37 +0100 Subject: [PATCH] updated navigation --- docs/EnterpriseAzureOpenAIHub.md | 5 +---- docs/architecture.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/EnterpriseAzureOpenAIHub.md b/docs/EnterpriseAzureOpenAIHub.md index cf472c2..7dab4fe 100644 --- a/docs/EnterpriseAzureOpenAIHub.md +++ b/docs/EnterpriseAzureOpenAIHub.md @@ -15,10 +15,7 @@ The reference implementation has been developed, validated, and proven with seve - [Pre-requisites](#pre-requisites) - [Step-by-step deployment guidance](#step-by-step-deployment-guidance) - [Getting started post deployment](#getting-started-post-deployment) - - [Azure native RAG on your own data](#azure-native-rag-on-your-own-data) - - [PowerShell script for RAG enablement](#powershell-script-for-rag-enablement) - - [Ingestion job using Azure Open AI, AI Search, and Storage Account](#ingestion-job-using-azure-open-ai-ai-search-and-storage-account) - - [Content generation using Azure Open AI API endpoint](#content-generation-using-azure-open-ai-api-endpoint) +- [Next Steps](#next-steps) --- diff --git a/docs/architecture.md b/docs/architecture.md index 8fcc267..92cea03 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -101,4 +101,4 @@ In the most simplistic form, users - assuming Azure RBAC has been granted to the ## Next Steps -Learn more about the [use cases](./use-cases-overview.md) that are available for the "Enterprise Azure OpenAI Hub" reference implementation. \ No newline at end of file +Learn more about the [use cases](./use-cases.md) that are available for the "Enterprise Azure OpenAI Hub" reference implementation. \ No newline at end of file