Skip to main content

GraphGlobalSearch

@forge/monorepo


@forge/monorepo / backend/src / GraphGlobalSearch

Interface: GraphGlobalSearch

Defined in: backend/src/knowledge/graph-global.ts:136

Methods

search(context, input): Promise<GraphGlobalResult>

Defined in: backend/src/knowledge/graph-global.ts:137

Parameters

context
tenantId

TenantId

input
authSubjects

readonly string[]

level?

number

Overrides the configured level, for a caller that knows the question's breadth.

limit

number

query

string

sourceTypes?

readonly ("file" | "artifact" | "message" | "external")[]

Returns

Promise<GraphGlobalResult>