From e4700a4e2872d88f82837a34c770353ad2a455ee Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 19 Nov 2025 16:13:11 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb355de..79ac6a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This application allows you to: - Perform semantic search and RAG using Azure OpenAI - Interact via a Blazor Web App or programmatically via Minimal API -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). +Embeddings and chat completion are powered by [Semantic Kernel](https://github.com/microsoft/semantic-kernel). ## Screenshots @@ -38,7 +38,7 @@ Embeddings and chat completion are powered by [Semantic Kernel](https://github.c ![SQL Database Vector Search API](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/assets/SqlDatabaseVectorSearch_API.png) ## Prerequisites -- [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) +- [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) - [Azure SQL Database](https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart) - Azure OpenAI resource and API keys