Package com.embabel.agent.rag
Interface Retrievable
-
- All Implemented Interfaces:
-
com.embabel.agent.rag.Datum,com.embabel.agent.rag.Embeddable,com.embabel.common.core.types.HasInfoString
public interface Retrievable implements HasInfoString, Datum, Embeddable
A Retrievable object instance is a Datum (normally a chunk or an entity) that can be retrieved by RAG. It has a stable id.
-
-
Method Summary
Modifier and Type Method Description Map<String, Collection<Retrievable>>getNeighbors()-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNeighbors
@ApiStatus.Experimental() Map<String, Collection<Retrievable>> getNeighbors()
-
-
-
-