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

Method embed_nodes

LightRAG/lightrag/base.py:129–130  ·  view source on GitHub ↗
(self, algorithm: str)

Source from the content-addressed store, hash-verified

127 raise NotImplementedError
128
129 async def embed_nodes(self, algorithm: str) -> tuple[np.ndarray, list[str]]:
130 raise NotImplementedError("Node embedding is not used in lightrag.")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected