langchain_community.document_loaders.telegram.text_to_docs

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

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

Parameters

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

Return type

List[Document]