Skip to main content

Interface: GraphCommunity

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

Properties

childCommunityIds

childCommunityIds: string[]

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

Child community IDs


createdAt

createdAt: string

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


entityIds

entityIds: string[]

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

Entity IDs belonging to this community


findings

findings: string[]

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

Key findings extracted from the community


id

id: string

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


importance

importance: number

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

Aggregate importance score


level

level: number

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

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


parentCommunityId

parentCommunityId: string | null

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

Parent community ID (null for root)


relationshipIds

relationshipIds: string[]

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

Relationship IDs internal to this community


summary

summary: string

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

LLM-generated summary of this community


title

title: string

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

Title/label for the community