Documentation update

This commit is contained in:
Marco Minerva
2025-02-28 11:52:36 +01:00
parent c662d34a2a
commit 86b8e611ea
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
![SQL Database Vector Search Web App](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/docs/SqlDatabaseVectorSearch_API_.png) ![SQL Database Vector Search Web App](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/assets/SqlDatabaseVectorSearch_API_.png)
### Web API ### Web API
![SQL Database Vector Search API](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/docs/SqlDatabaseVectorSearch_API_.png) ![SQL Database Vector Search API](https://github.com/marcominerva/SqlDatabaseVectorSearch/blob/master/assets/SqlDatabaseVectorSearch_API_.png)
## 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