(self, algorithm: 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.") |
nothing calls this directly
no outgoing calls
no test coverage detected