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β]