from haystack import Document from haystack.components.builders import PromptBuilder documents = [ Document(content="Refund requests require a matching billing record."), Document(content="Account ownership changes require manager approval."), ] question = "What must support check before approving a refund?"