mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Fix class declaration
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
namespace SqlDatabaseVectorSearch.DataAccessLayer.Entities;
|
namespace SqlDatabaseVectorSearch.DataAccessLayer.Entities;
|
||||||
|
|
||||||
public partial class DocumentChunk
|
public class DocumentChunk
|
||||||
{
|
{
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user