ModelRepository#
- class langchain_experimental.rl_chain.model_repository.ModelRepository(folder: str | PathLike, with_history: bool = True, reset: bool = False)[source]#
Model Repository.
Methods
- Parameters:
folder (str | PathLike) β
with_history (bool) β
reset (bool) β
- __init__(folder: str | PathLike, with_history: bool = True, reset: bool = False)[source]#
- Parameters:
folder (str | PathLike) β
with_history (bool) β
reset (bool) β