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.
|
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 App
|
||||||

|

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

|

|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ else
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Id</th>
|
<th>ID</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Content type</th>
|
<th>Content type</th>
|
||||||
<th>Number of chunks</th>
|
<th>Number of chunks</th>
|
||||||
@@ -76,7 +76,7 @@ else
|
|||||||
{
|
{
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<CheckboxInput @bind-Value="document.IsSelected" @onchange="StateHasChanged" />
|
<CheckboxInput @bind-Value="document.IsSelected" />
|
||||||
</td>
|
</td>
|
||||||
<td>@document.Id</td>
|
<td>@document.Id</td>
|
||||||
<td>@document.Name</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