class Mindee::Parsing::Common::Extras::RAGExtra

Retrieval-Augmented Generation extra.

def initialize(raw_prediction)

def initialize(raw_prediction)
  @matching_document_id = raw_prediction['matching_document_id'] if raw_prediction['matching_document_id']
end

def to_s

def to_s
  @matching_document_id || ''
end