Package com.mindee.v2.parsing.inference
Class RagMetadata
- java.lang.Object
-
- com.mindee.v2.parsing.inference.RagMetadata
-
public final class RagMetadata extends Object
RAG metadata.
-
-
Constructor Summary
Constructors Constructor Description RagMetadata()RagMetadata(String retrievedDocumentId)Creates a newRagMetadatainstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRetrievedDocumentId()The UUID of the matched document used during the RAG operation.
-
-
-
Constructor Detail
-
RagMetadata
public RagMetadata(String retrievedDocumentId)
Creates a newRagMetadatainstance.- Parameters:
retrievedDocumentId- The UUID of the matched document used during the RAG operation.
-
RagMetadata
public RagMetadata()
-
-
Method Detail
-
getRetrievedDocumentId
public String getRetrievedDocumentId()
The UUID of the matched document used during the RAG operation.
-
-