获取链接# langchain_community.graph_vectorstores.links.get_links(doc: Document) → list[Link][源代码]# 测试版 此功能处于测试阶段。我们正在积极开发中,因此API可能会发生变化。 从文档中获取链接。 Parameters: 文档 (Document) – 从中获取链接标签的文档。 Returns: 文档中的链接标签集合。 Return type: 列表[链接]