langchain_experimental.rl_chain.model_repository.ModelRepository¶

class langchain_experimental.rl_chain.model_repository.ModelRepository(folder: Union[str, PathLike], with_history: bool = True, reset: bool = False)[source]¶

Methods

__init__(folder[, with_history, reset])

get_tag()

has_history()

load(commandline)

save(workspace)

__init__(folder: Union[str, PathLike], with_history: bool = True, reset: bool = False)[source]¶
get_tag() str[source]¶
has_history() bool[source]¶
load(commandline: List[str]) vw.Workspace[source]¶
save(workspace: vw.Workspace) None[source]¶