fix: removes get_model_independent_graph method from abstract class as graphiti does not support networkx

This commit is contained in:
hajdul88 2025-01-14 09:16:46 +01:00
parent 19f885581d
commit 5e9471ebad

View file

@ -51,10 +51,6 @@ class GraphDBInterface(Protocol):
):
raise NotImplementedError
@abstractmethod
async def get_model_independent_graph_data(self):
raise NotImplementedError
@abstractmethod
async def get_graph_data(self):
raise NotImplementedError