Skip to content

Commit e4700a4

Browse files
committed
Update README with screenshots and .NET 10 prerequisite
Added screenshots for the Web App and Web API to README for better visualization of the application. Updated the .NET SDK prerequisite from version 9 to version 10. Fixed a minor formatting issue in the description of Semantic Kernel and EFCore.SqlServer.VectorSearch.
1 parent 4242bcc commit e4700a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This application allows you to:
2727
- Perform semantic search and RAG using Azure OpenAI
2828
- Interact via a Blazor Web App or programmatically via Minimal API
2929

30-
Embeddings and chat completion are powered by [Semantic Kernel](https://github.com/microsoft/semantic-kernel). Vectors are managed with [EFCore.SqlServer.VectorSearch](https://github.com/efcore/EfCore.SqlServer.VectorSearch).
30+
Embeddings and chat completion are powered by [Semantic Kernel](https://github.com/microsoft/semantic-kernel).
3131

3232
## Screenshots
3333

@@ -38,7 +38,7 @@ Embeddings and chat completion are powered by [Semantic Kernel](https://github.c
3838
![SQL Database Vector Search API](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/assets/SqlDatabaseVectorSearch_API.png)
3939

4040
## Prerequisites
41-
- [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
41+
- [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
4242
- [Azure SQL Database](https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart)
4343
- Azure OpenAI resource and API keys
4444

0 commit comments

Comments
 (0)