chore: adds self to cogneegraph edges
This commit is contained in:
parent
c30683e20e
commit
94dc545fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class CogneeGraph(CogneeAbstractGraph):
|
||||||
raise ValueError(f"Node with id {node_id} does not exist.")
|
raise ValueError(f"Node with id {node_id} does not exist.")
|
||||||
|
|
||||||
def get_edges(self)-> List[Edge]:
|
def get_edges(self)-> List[Edge]:
|
||||||
return edges
|
return self.edges
|
||||||
|
|
||||||
async def project_graph_from_db(self,
|
async def project_graph_from_db(self,
|
||||||
adapter: Union[GraphDBInterface],
|
adapter: Union[GraphDBInterface],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue