Class RagMetadata


  • public final class RagMetadata
    extends Object
    RAG metadata.
    • Constructor Detail

      • RagMetadata

        public RagMetadata​(String retrievedDocumentId)
        Creates a new RagMetadata instance.
        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.