first implementation - image/drawing integration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.aiteacher.retrieval;
|
||||
|
||||
import com.aiteacher.document.FigureEntity;
|
||||
import com.aiteacher.document.SectionEntity;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record RetrievalResult(
|
||||
List<SectionEntity> parentSections,
|
||||
List<FigureEntity> figures
|
||||
) {}
|
||||
Reference in New Issue
Block a user