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.
This commit is contained in:
Marco Minerva
2025-11-19 16:13:11 +01:00
parent 4242bcc0c7
commit e4700a4e28
+2 -2
View File
@@ -27,7 +27,7 @@ This application allows you to:
- Perform semantic search and RAG using Azure OpenAI - Perform semantic search and RAG using Azure OpenAI
- Interact via a Blazor Web App or programmatically via Minimal API - 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 ## 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) ![SQL Database Vector Search API](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/assets/SqlDatabaseVectorSearch_API.png)
## Prerequisites ## 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 SQL Database](https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart)
- Azure OpenAI resource and API keys - Azure OpenAI resource and API keys