Package com.embabel.agent.rag
Interface HierarchicalContentElement
-
- All Implemented Interfaces:
-
com.embabel.agent.rag.ContentElement,com.embabel.agent.rag.Datum
public interface HierarchicalContentElement implements ContentElement
ContentElement that exists in a hierarchy, such as a document with sections and subsections.
-
-
Method Summary
Modifier and Type Method Description Map<String, Object>propertiesToPersist()Properties to persist Subclasses can add their own properties but must call super to include these. abstract StringgetParentId()-
-
Method Detail
-
propertiesToPersist
Map<String, Object> propertiesToPersist()
Properties to persist Subclasses can add their own properties but must call super to include these.
-
getParentId
abstract String getParentId()
-
-
-
-