mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Documentation update
This commit is contained in:
@@ -9,10 +9,10 @@ The application allows to load documents, generate embeddings and save them into
|
||||
This repository contains a Blazor Web App as well as a Minimal API that allows to programatically interact with embeddings and RAG.
|
||||
|
||||
### Web App
|
||||

|
||||

|
||||
|
||||
### Web API
|
||||

|
||||

|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ else
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Id</th>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Content type</th>
|
||||
<th>Number of chunks</th>
|
||||
@@ -76,7 +76,7 @@ else
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
<CheckboxInput @bind-Value="document.IsSelected" @onchange="StateHasChanged" />
|
||||
<CheckboxInput @bind-Value="document.IsSelected" />
|
||||
</td>
|
||||
<td>@document.Id</td>
|
||||
<td>@document.Name</td>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Reference in New Issue
Block a user