feat: complete KM-RAG polyglot ingestion pipeline migration

This commit is contained in:
2026-05-20 19:55:42 +02:00
parent 711822f5de
commit 03bc649335
15 changed files with 348 additions and 287 deletions
@@ -1,7 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using NexusReader.Domain.Enums;
using Pgvector;
namespace NexusReader.Domain.Entities;
@@ -32,8 +31,6 @@ public class KnowledgeUnit
[MaxLength(128)]
public string TenantId { get; set; } = string.Empty;
public Vector? Vector { get; set; }
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
// Relationships