Package com.embabel.agent.rag.support
Interface EntityMatch
-
- All Implemented Interfaces:
-
com.embabel.agent.rag.Datum,com.embabel.agent.rag.Embeddable,com.embabel.agent.rag.EntityData,com.embabel.agent.rag.Retrievable,com.embabel.agent.rag.RetrievableEntity,com.embabel.common.core.types.Described,com.embabel.common.core.types.HasInfoString
public interface EntityMatch<E extends Object> implements EntityData, Described
Match over an entity of type E. May be persisted in JPA or the like.
-
-
Method Summary
-
Methods inherited from class com.embabel.agent.rag.EntityData
embeddableValue, getProperties, infoString -
Methods inherited from class com.embabel.agent.rag.RetrievableEntity
labels -
Methods inherited from class com.embabel.agent.rag.Datum
getId, getMetadata, getUri, propertiesToPersist -
Methods inherited from class com.embabel.agent.rag.Retrievable
getNeighbors -
Methods inherited from class com.embabel.common.core.types.Described
getDescription -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-