Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Enfoirer/Text2GraphRAG
/ close
Method
close
rag_modules/graph_rag_retrieval.py:630–634 ·
view source on GitHub ↗
关闭资源连接
(self)
Source
from the content-addressed store, hash-verified
628
)
629
630
def
close(self):
631
""
"关闭资源连接"
""
632
if
hasattr(self,
'driver'
) and self.driver:
633
self.driver.close()
634
logger.info(
"图RAG检索系统已关闭"
)
Callers
2
_cleanup
Method · 0.45
index_done_callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected