langchain_community.chains.pebblo_retrieval.models.App

class langchain_community.chains.pebblo_retrieval.models.App[源代码]

基础类: BaseModel

通过解析和验证从关键字参数输入的数据来创建一个新的模型。

如果输入数据无法解析成有效的模型,则引发 ValidationError。

参数 :chains: List[Chains] [必需]
参数 :description: 可选[str] = None
参数 :framework:Framework [必需]
参数 :name:str [必需]
参数 :owner:str [必需]
参数 :plugin_version:str [必需]
参数 :runtime:Runtime [必需]