(self, node_id: str)
| 124 | raise NotImplementedError |
| 125 | |
| 126 | async def delete_node(self, node_id: str): |
| 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.") |