Fix hyperlink to master branch in README.md

Corrected the URL in README.md to point to the master branch for using Entity Framework Core, ensuring users are directed to the correct branch.
This commit is contained in:
Marco Minerva
2024-10-31 15:26:55 +01:00
parent 6c5292d6c7
commit 017dda0785
+1 -1
View File
@@ -7,7 +7,7 @@ A repository that showcases the native VECTOR type in Azure SQL Database to perf
The application is a Minimal API that exposes endpoints to load documents, generate embeddings and save them into the database as Vectors, and perform searches using Vector Search and RAG. Currently, only PDF files are supported. Embedding and Chat Completion are integrated with [Semantic Kernel](https://github.com/microsoft/semantic-kernel). The application is a Minimal API that exposes endpoints to load documents, generate embeddings and save them into the database as Vectors, and perform searches using Vector Search and RAG. Currently, only PDF files are supported. Embedding and Chat Completion are integrated with [Semantic Kernel](https://github.com/microsoft/semantic-kernel).
> [!NOTE] > [!NOTE]
> Vectors are saved and retrieved using direct SQL queries with [Dapper](https://github.com/DapperLib/Dapper). If you prefer to use Entity Framework Core, check out the [master branch](https://github.com/marcominerva/SqlDatabaseVectorSearch/tree/sql). > Vectors are saved and retrieved using direct SQL queries with [Dapper](https://github.com/DapperLib/Dapper). If you prefer to use Entity Framework Core, check out the [master branch](https://github.com/marcominerva/SqlDatabaseVectorSearch/tree/master).
![SQL Database Vector Search](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/SqlDatabaseVectorSearch.png) ![SQL Database Vector Search](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/SqlDatabaseVectorSearch.png)