mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
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:
@@ -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
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user