MCPcopy Create free account
hub / github.com/Enfoirer/Text2GraphRAG / community_schema

Method community_schema

nano_graphrag/base.py:181–183  ·  view source on GitHub ↗

Return the community representation with report and nodes

(self)

Source from the content-addressed store, hash-verified

179 raise NotImplementedError
180
181 async def community_schema(self) -> dict[str, SingleCommunitySchema]:
182 """Return the community representation with report and nodes"""
183 raise NotImplementedError
184
185 async def embed_nodes(self, algorithm: str) -> tuple[np.ndarray, list[str]]:
186 raise NotImplementedError("Node embedding is not used in nano-graphrag.")

Callers 2

global_queryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected