Merge branch 'master' into ui

This commit is contained in:
Marco Minerva
2025-02-20 10:42:51 +01:00
4 changed files with 15 additions and 5 deletions
+2 -2
View File
@@ -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.
- 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.