parse_lines# langchain_experimental.rl_chain.base.parse_lines( parser: vw.TextFormatParser, input_str: str, ) β List['vw.Example'][source]# Parse the input string into a list of examples. Parameters: parser (vw.TextFormatParser) input_str (str) Return type: List[βvw.Exampleβ]