From b155f8eb2ec2b92989fd0f7772ce05c3ff02a917 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Mon, 17 Feb 2025 12:40:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a62f962..7faa62a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The application is a Minimal API that exposes endpoints to load documents, gener > [!NOTE] > If you prefer to use straight SQL, check out the [sql branch](https://github.com/marcominerva/SqlDatabaseVectorSearch/tree/sql). -![SQL Database Vector Search](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/SqlDatabaseVectorSearch.png) +![SQL Database Vector Search](https://raw.githubusercontent.com/marcominerva/SqlDatabaseVectorSearch/refs/heads/master/SqlDatabaseVectorSearch.png) ## Setup @@ -143,4 +143,4 @@ When using the `/api/ask-streaming` endpoint, answers will be streamed as happen - each one contains a token - The *streamState* property is set to `Append` - *origianlQuestion*, *reformulatedQuestion* and *tokenUsage* are always `null` -- The stream ends when an element with *streamState* equals to `End` is received. This element contains token usage information for the question and the whole answer. \ No newline at end of file +- The stream ends when an element with *streamState* equals to `End` is received. This element contains token usage information for the question and the whole answer.