mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Documentation update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user