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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 String getParentId()
      • Methods inherited from class com.embabel.agent.rag.ContentElement

        labels
      • 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