Skip to main content

NavigatorDeps

@forge/monorepo


@forge/monorepo / backend/src / NavigatorDeps

Type Alias: NavigatorDeps

NavigatorDeps = object

Defined in: backend/src/knowledge/navigate.ts:71

Properties

catalogue

readonly catalogue: OutlineCatalogue

Defined in: backend/src/knowledge/navigate.ts:73


chooser

readonly chooser: DocumentChooser

Defined in: backend/src/knowledge/navigate.ts:74


maxChunksPerSource?

readonly optional maxChunksPerSource?: number

Defined in: backend/src/knowledge/navigate.ts:78

Chunks read per chosen document. A whole 200-page document would not fit the caller's context.


maxSources?

readonly optional maxSources?: number

Defined in: backend/src/knowledge/navigate.ts:76

Documents the chooser may pick. More than a handful and the model is guessing rather than choosing.


store

readonly store: KnowledgeStore

Defined in: backend/src/knowledge/navigate.ts:72