Package com.embabel.agent.rag
Interface Section
-
- All Implemented Interfaces:
-
com.embabel.agent.rag.ContentElement,com.embabel.agent.rag.Datum,com.embabel.agent.rag.HierarchicalContentElement
public interface Section implements HierarchicalContentElement
-
-
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. Set<String>labels()Labels of the entity. abstract StringgetTitle()-
Methods inherited from class com.embabel.agent.rag.HierarchicalContentElement
getParentId -
Methods inherited from class com.embabel.agent.rag.Datum
getId, getMetadata, getUri -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
propertiesToPersist
Map<String, Object> propertiesToPersist()
Properties to persist Subclasses can add their own properties but must call super to include these.
-
labels
Set<String> labels()
Labels of the entity. In Neo, this might include multiple labels. In a relational database, this might be a single table name.
-
-
-
-