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)[源代码]¶
模型存储库。
方法
__init__
(folder[, with_history, reset])get_tag
()load
(commandline)save
(workspace)- 参数
folder (Union[str, PathLike]) –
with_history (bool) –
reset (bool) –