Merge pull request #885 from YanSte/remove-unsused

Cleanup of code
This commit is contained in:
Yannick Stephan
2025-02-19 22:54:58 +01:00
committed by GitHub
12 changed files with 7 additions and 84 deletions

View File

@@ -615,10 +615,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: