From 096e844625fff4cad333765799ac65078d4307aa Mon Sep 17 00:00:00 2001 From: Konstantinos Passadis | Azure MVP | MCT Date: Tue, 12 Nov 2024 22:34:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f6e1a..ea264c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Introduction -This project is about building a new **Ai Assistant in Web App** leveraging the power of **Azure SQL Database**, **Ai Search Vector Index**, **Microsoft Fabric** and **Azure Web Apps**. The Project uses a Custom Identity Database where users provide preferences over Books Genres.The system takes the preferences and creates **embeddings** in Azure OpenAI alongside with a Books Dataset and combines the preferences with the Books Dataset, for an interactive AI Experience. The Users cna ask for recommendations, request specific details about Genres and Ratings and also interact in a normal chat converstation about literature with the AI Assistant, powered from OpenAI latest models. +This project is about building a new **Ai Assistant in Web App** leveraging the power of **Azure SQL Database**, **Ai Search Vector Index**, **Microsoft Fabric** and **Azure Web Apps**. The Project uses a Custom Identity Database where users provide preferences over Books Genres.The system takes the preferences and creates **embeddings** in Azure OpenAI alongside with a Books Dataset and combines the preferences with the Books Dataset, for an interactive AI Experience. The Users can ask for recommendations, request specific details about Genres and Ratings and also interact in a normal chat converstation about literature with the AI Assistant, powered from OpenAI latest models. ## Project Build