Package com.mindee.parsing.common
Class Rag
- java.lang.Object
-
- com.mindee.parsing.common.Rag
-
public class Rag extends Object
Retrieval-Augmented Generation info class.
-
-
Constructor Summary
Constructors Constructor Description Rag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getMatchingDocumentId()
The document ID that was matched.int
hashCode()
void
setMatchingDocumentId(String matchingDocumentId)
The document ID that was matched.
-