langchain_community.document_loaders.telegram.text_to_docs

langchain_community.document_loaders.telegram.TextToDocs(text: Union[str, List[str]]) List[Document][source]

将字符串或字符串列表转换为包含元数据的文档列表。

参数

text (Union[str, List[str]]) –

返回类型

List[Document]