Skip to main content

Interface: GraphCommunity

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:48

Properties

childCommunityIds

childCommunityIds: string[]

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:55

Child community IDs


createdAt

createdAt: string

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:68


entityIds

entityIds: string[]

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:57

Entity IDs belonging to this community


findings

findings: string[]

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:63

Key findings extracted from the community


id

id: string

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:49


importance

importance: number

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:65

Aggregate importance score


level

level: number

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:51

Level in the hierarchy (0 = root, higher = more granular)


parentCommunityId

parentCommunityId: string | null

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:53

Parent community ID (null for root)


relationshipIds

relationshipIds: string[]

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:59

Relationship IDs internal to this community


summary

summary: string

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:61

LLM-generated summary of this community


title

title: string

Defined in: packages/agentos/src/rag/graphrag/IGraphRAG.ts:67

Title/label for the community