diff --git a/README.md b/README.md index c1002b7..5b00911 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ Feel the power of artificial intelligence and cloud computing to provide a smart Learn more at the official documentation: [What is Azure Cognitive Search?](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search). -Do you want to implement this solution? [Activate GenAI with Azure](https://azure.github.io/activate-genai/). - ### Call Center Analytics Analyze call center call trancripts (that might come from your Call Center technology, or having transcribed with Azure Speech Services). diff --git a/docs/content/en/docs/Deployment/_index.md b/docs/content/en/docs/Deployment/_index.md index 5f2020b..6678a91 100644 --- a/docs/content/en/docs/Deployment/_index.md +++ b/docs/content/en/docs/Deployment/_index.md @@ -44,8 +44,5 @@ az openai create --name aihub-openai --resource-group aihub-rg --location westeu az cognitiveservices account create --name aihub-contentsafety --resource-group aihub-rg --kind ContentSafety --sku F0 --location westeurope ``` -### Deploy chat using GEN-AI VBD material -[Activate GenAI with Azure](https://azure.github.io/activate-genai/). - ### Configure the web app As a last step, we need to configure the web app to use the storage account and the cognitive service account we created earlier. To do this, we need to rename appsettings.json.template file to appsettings.json and replace the placeholders with the values we got from the previous steps. \ No newline at end of file diff --git a/docs/content/en/docs/Use Cases/chat-on-your-data.md b/docs/content/en/docs/Use Cases/chat-on-your-data.md index e9f8eda..dc19d6c 100644 --- a/docs/content/en/docs/Use Cases/chat-on-your-data.md +++ b/docs/content/en/docs/Use Cases/chat-on-your-data.md @@ -15,6 +15,3 @@ Feel the power of artificial intelligence and cloud computing to provide a smart **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). - -Do you want to implement this solution? [Activate GenAI with Azure](https://azure.github.io/activate-genai/). -