jin commited on
Commit
290fdfa
·
1 Parent(s): 3d5f261

Update oracle_impl.py

Browse files
Files changed (1) hide show
  1. lightrag/kg/oracle_impl.py +1 -1
lightrag/kg/oracle_impl.py CHANGED
@@ -413,7 +413,7 @@ class OracleGraphStorage(BaseGraphStorage):
413
  """写入graphhml图文件"""
414
  logger.info("Node and edge data had been saved into oracle db already, so nothing to do here!")
415
 
416
- #################### query method ################
417
  async def has_node(self, node_id: str) -> bool:
418
  """根据节点id检查节点是否存在"""
419
  SQL = SQL_TEMPLATES["has_node"].format(workspace=self.db.workspace, node_id=node_id)
 
413
  """写入graphhml图文件"""
414
  logger.info("Node and edge data had been saved into oracle db already, so nothing to do here!")
415
 
416
+ #################### query method #################
417
  async def has_node(self, node_id: str) -> bool:
418
  """根据节点id检查节点是否存在"""
419
  SQL = SQL_TEMPLATES["has_node"].format(workspace=self.db.workspace, node_id=node_id)