From 42bfac16485f56fdbfe8b457ff6006ed09e55ce0 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 7 May 2025 17:25:14 +0200 Subject: [PATCH] Update documentation for supported features Enhanced descriptions in `README.md` for features: **Conversation History with Question Reformulation**, **Information about Token Usage**, and **Response Streaming**. Reformatted feature list in `Home.razor` to include bold headings and detailed explanations for improved clarity. --- README.md | 6 +++--- SqlDatabaseVectorSearch/Components/Pages/Home.razor | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f18bea..f89ad93 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ This repository contains a Blazor Web App as well as a Minimal API that allows t ## Supported features -- Conversation history with question reformulation -- Information about token usage -- Response streaming +- **Conversation History with Question Reformulation**: This feature allows users to view the history of their conversations, including the ability to reformulate questions for better clarity and understanding. This ensures that users can track their interactions and refine their queries as needed. +- **Information about Token Usage**: Users can access detailed information about token usage, which helps in understanding the consumption of tokens during interactions. This feature provides transparency and helps users manage their token usage effectively. +- **Response streaming**: This feature enables real-time streaming of responses, allowing users to receive information as it is being processed. This ensures a seamless and efficient flow of information, enhancing the overall user experience. ```json { diff --git a/SqlDatabaseVectorSearch/Components/Pages/Home.razor b/SqlDatabaseVectorSearch/Components/Pages/Home.razor index 32e8515..faf2b04 100644 --- a/SqlDatabaseVectorSearch/Components/Pages/Home.razor +++ b/SqlDatabaseVectorSearch/Components/Pages/Home.razor @@ -13,7 +13,7 @@

Supported features