MCPcopy
hub / github.com/HKUDS/LightRAG / get_node

Method get_node

lightrag/base.py:498–506  ·  view source on GitHub ↗

Get node by its ID, returning only node properties. Args: node_id: The ID of the node to retrieve Returns: A dictionary of node properties if found, None otherwise

(self, node_id: str)

Source from the content-addressed store, hash-verified

496
497 @abstractmethod
498 async def get_node(self, node_id: str) -> dict[str, str] | None:
499 """Get node by its ID, returning only node properties.
500
501 Args:
502 node_id: The ID of the node to retrieve
503
504 Returns:
505 A dictionary of node properties if found, None otherwise
506 """
507
508 @abstractmethod
509 async def get_edge(

Callers 8

get_nodes_batchMethod · 0.95
aexport_dataFunction · 0.45
_edit_entity_implFunction · 0.45
_merge_entities_implFunction · 0.45
get_entity_infoFunction · 0.45
_rebuild_single_entityFunction · 0.45
_merge_nodes_then_upsertFunction · 0.45
_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected