fix(document): add trainingLabels to Document.full entity graph (#642) #644

Merged
marcel merged 1 commits from fix/issue-642-training-labels-entity-graph into main 2026-05-20 12:36:28 +02:00
Showing only changes of commit 3a56cc4e87 - Show all commits

View File

@@ -25,7 +25,8 @@ import java.util.UUID;
@NamedEntityGraph(name = "Document.full", attributeNodes = {
@NamedAttributeNode("sender"),
@NamedAttributeNode("receivers"),
@NamedAttributeNode("tags")
@NamedAttributeNode("tags"),
@NamedAttributeNode("trainingLabels")
})
@NamedEntityGraph(name = "Document.list", attributeNodes = {
@NamedAttributeNode("sender"),