This commit is contained in:
Yannick Stephan
2025-02-19 22:52:49 +01:00
parent 9277fe8c29
commit eb3306f34c
12 changed files with 7 additions and 84 deletions

View File

@@ -614,10 +614,6 @@ class LightRAG:
self.storages_status = StoragesStatus.FINALIZED
logger.debug("Finalized Storages")
async def get_graph_labels(self):
text = await self.chunk_entity_relation_graph.get_all_labels()
return text
async def get_knowledge_graph(
self, nodel_label: str, max_depth: int
) -> KnowledgeGraph: