mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update README.md
This commit is contained in:
@@ -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).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user