From 7848252fae1fdb72fb7798a87eae6bd5dcb1c53b Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Fri, 14 Jun 2024 17:49:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 592463c..15c7a90 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ The application is a Minimal API that exposes endpoints to load documents, gener - [Create an Azure SQL Database](https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart) on a server that has the Vector Support feature enabled. - Execute the [Scripts.sql](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/Scripts.sql) file to create the tables needed by the application. - Open the [appsettings.json](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/SqlDatabaseVectorSearch/appsettings.json) file and set the connection string to the database and the other settings required by Azure OpenAI. -- Run the application and start importing your PDF document. +- Run the application and start importing your PDF documents.