Skip to content

Commit

Permalink
chatonyourdata scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed Nov 16, 2023
1 parent f90f482 commit 3e332f6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/Concepts/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Concepts
weight: 4
weight: 8
description: >
Understand the core components of the solution: Azure Open AI, Azure Cognitive Search, Content Safety and more.
---
6 changes: 6 additions & 0 deletions docs/content/en/docs/Use Cases/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Use Cases
weight: 2
description: >
Real use cases scenarios.
---
20 changes: 20 additions & 0 deletions docs/content/en/docs/Use Cases/chat-on-your-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Chat on your Data
date: 2023-11-16
description: >
Chat interface that can answer user queries with relevant documents, suggested follow-up questions, and citations, based on your own data.
categories: [Azure, OpenAI]
tags: [docs, cognitive-search]
weight: 1
---

Feel the power of artificial intelligence and cloud computing to provide a smart and scalable document search and retrieval solution. The solution uses Azure OpenAI, Cognitive Search, Container Apps, Application Insights, and Azure API Management to create a chat interface that can answer user queries with relevant documents, suggested follow-up questions, and citations. The solution also allows users to upload custom data files and perform vector search using semantic or hybrid methods. Additionally, the solution supports extensibility through plugins, charge back functionality, security features such as authentication and authorization, monitoring capabilities, and scalability options.

![Chat on your Data screenshot](/aihub/img/chatonyourdata.jpg)

**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/).

Binary file removed docs/static/img/ActivateGenAI-HLD.png
Binary file not shown.
Binary file added docs/static/img/chatonyourdata.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e332f6

Please sign in to comment.