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