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)