diff --git a/docs/content/en/docs/Concepts/_index.md b/docs/content/en/docs/Concepts/_index.md index 9f8d141..a5d4ee9 100644 --- a/docs/content/en/docs/Concepts/_index.md +++ b/docs/content/en/docs/Concepts/_index.md @@ -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. --- diff --git a/docs/content/en/docs/Use Cases/_index.md b/docs/content/en/docs/Use Cases/_index.md new file mode 100644 index 0000000..620eeba --- /dev/null +++ b/docs/content/en/docs/Use Cases/_index.md @@ -0,0 +1,6 @@ +--- +title: Use Cases +weight: 2 +description: > + Real use cases scenarios. +--- 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 new file mode 100644 index 0000000..e9f8eda --- /dev/null +++ b/docs/content/en/docs/Use Cases/chat-on-your-data.md @@ -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/). + diff --git a/docs/static/img/ActivateGenAI-HLD.png b/docs/static/img/ActivateGenAI-HLD.png deleted file mode 100644 index c73ab11..0000000 Binary files a/docs/static/img/ActivateGenAI-HLD.png and /dev/null differ diff --git a/docs/static/img/chatonyourdata.jpg b/docs/static/img/chatonyourdata.jpg new file mode 100644 index 0000000..061d7d5 Binary files /dev/null and b/docs/static/img/chatonyourdata.jpg differ