Skip to content

Commit c8f8d7d

Browse files
committed
updated readme
1 parent 221698d commit c8f8d7d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@ products:
1717
- azure-sqlserver-vm
1818
- dotnet
1919
- azure-openai
20-
urlFragment: azure-sql-db-session-recommender
21-
name: Session Recommender using Azure SQL DB, Open AI and Vector Search
20+
name: Retriveal Augmented Generation with Azure SQL DB and OpenAI
2221
description: Build a session recommender using Jamstack and Event-Driven architecture, using Azure SQL DB to store and search vectors embeddings generated using OpenAI
2322
---
24-
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->
25-
2623
# Session Assistant Sample - Retriveal Augmented Generation with Azure SQL DB and OpenAI
2724

2825
This sample demonstrates how to build a session recommender using Jamstack and Event-Driven architecture, using Azure SQL DB to store and search vectors embeddings generated using OpenAI. The solution is built using Azure Static Web Apps, Azure Functions, Azure SQL Database, and Azure OpenAI.
2926

3027
A fully working, production ready, version of this sample, that has been used at [VS Live](https://vslive.com/) conferences, is available here: https://ai.lasvegas.vslive.com/
3128

29+
![Retrieval Augmented Generator flow](./_docs/rag.png)
30+
3231
This repository is a evoution of the [Session Recommender](https://github.com/azure-samples/azure-sql-db-session-recommender) sample. In addition to vector search, also Retrival Augmented Generation (RAG) is used to generate the response to the user query. If you are completely new to this topic, you may want to start there, and then come back here.
3332

3433
![Architecture Diagram](./_docs/session-recommender-architecture.png)

_docs/rag.png

184 KB
Loading

0 commit comments

Comments
 (0)