get_links# langchain_community.graph_vectorstores.links.get_links(doc: Document) → list[Link][source]# Beta This feature is in beta. It is actively being worked on, so the API may change. Get the links from a document. Parameters: doc (Document) – The document to get the link tags from. Returns: The set of link tags from the document. Return type: list[Link]