This commit is contained in:
Marco Minerva
2025-02-20 10:06:29 +01:00
+2 -2
View File
@@ -6,7 +6,7 @@ The application is a Minimal API that exposes endpoints to load documents, gener
> [!NOTE] > [!NOTE]
> If you prefer to use straight SQL, check out the [sql branch](https://github.com/marcominerva/SqlDatabaseVectorSearch/tree/sql). > 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 ## Setup
@@ -143,4 +143,4 @@ When using the `/api/ask-streaming` endpoint, answers will be streamed as happen
- each one contains a token - each one contains a token
- The *streamState* property is set to `Append` - The *streamState* property is set to `Append`
- *origianlQuestion*, *reformulatedQuestion* and *tokenUsage* are always `null` - *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. - 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.