MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / has_node

Method has_node

LightRAG/lightrag/base.py:93–94  ·  view source on GitHub ↗
(self, node_id: str)

Source from the content-addressed store, hash-verified

91 embedding_func: EmbeddingFunc = None
92
93 async def has_node(self, node_id: str) -> bool:
94 raise NotImplementedError
95
96 async def has_edge(self, source_node_id: str, target_node_id: str) -> bool:
97 raise NotImplementedError

Callers 2

ainsert_custom_kgMethod · 0.45
_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected