Skip to content

Commit

Permalink
125: Added comment with new idea (ResourceChunk entity)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmatys committed Dec 23, 2024
1 parent fe5935a commit 02ba154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions API/ASSISTENTE.Domain/Entities/Resources/Resource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ private Resource(string content, string title, ResourceType type, List<float> em
public ResourceType Type { get; private set; }
public List<float> Embeddings { get; private set; } = null!;

// TODO: Save in 'Resource' table full resource content
// Splitted chunks of content will be saved in 'ResourceChunk' table and linked to 'Resource' table

// public Metadata Metadata { get; private set; } // TODO: Implement Metadata class

#region NAVIGATION PROPERTIES
Expand Down

0 comments on commit 02ba154

Please sign in to comment.