Package com.embabel.agent.rag
Class Fact
-
-
Method Summary
Modifier and Type Method Description final StringgetAssertion()final StringgetAuthority()StringgetUri()URI for the content. Map<String, Object>getMetadata()StringgetId()Embabel id. StringembeddableValue()Embedding value of this retrievable object. StringinfoString(Boolean verbose, Integer indent)-
-
Method Detail
-
getAssertion
final String getAssertion()
-
getAuthority
final String getAuthority()
-
getUri
String getUri()
URI for the content. May be a URL. Not generated by Embabel, but from the source.
-
getMetadata
Map<String, Object> getMetadata()
-
embeddableValue
String embeddableValue()
Embedding value of this retrievable object.
-
infoString
String infoString(Boolean verbose, Integer indent)
-
-
-
-