Interface Source

  • All Implemented Interfaces:
    com.embabel.agent.rag.Datum , com.embabel.agent.rag.Embeddable , com.embabel.agent.rag.Retrievable , com.embabel.common.core.types.HasInfoString

    
    public interface Source
     implements Retrievable
                        

    A Source object instance is an input such as a Chunk or a Fact. It was provided to the system as data; it is not inferred by the system, but a direct piece of data.

    • 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
      • Methods inherited from class com.embabel.common.core.types.HasInfoString

        infoString
      • Methods inherited from class com.embabel.agent.rag.Datum

        getId, getMetadata, getUri, labels, propertiesToPersist
      • Methods inherited from class com.embabel.agent.rag.Embeddable

        embeddableValue
      • Methods inherited from class com.embabel.agent.rag.Retrievable

        getNeighbors
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail