Package com.embabel.agent.rag
Interface RetrievableEntity
-
- 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 RetrievableEntity implements Retrievable
Any retrievable entity, whether mapped or generic.
-
-
Method Summary
-
Methods inherited from class com.embabel.common.core.types.HasInfoString
infoString -
Methods inherited from class com.embabel.agent.rag.Datum
getId, getMetadata, getUri, 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
-
-