Interface: IngestFromSourceRequest
@kortexya/reasoninglayer / Sources / IngestFromSourceRequest
Interface: IngestFromSourceRequest
Defined in: src/types/sources.ts:182
Request to ingest data from a registered source.
Properties
batchSize?
optionalbatchSize:number
Defined in: src/types/sources.ts:190
Batch size for fetching from source (default: 1000).
maxRecordsPerType?
optionalmaxRecordsPerType:number|null
Defined in: src/types/sources.ts:188
Max records per type (null = all).
ownerId
ownerId:
string
Defined in: src/types/sources.ts:184
Owner ID (user who owns the ingested data).
recordsPerDocument?
optionalrecordsPerDocument:number
Defined in: src/types/sources.ts:192
Records per rendered document (controls LLM chunk size, default: 20).
typeFilter?
optionaltypeFilter:string[] |null
Defined in: src/types/sources.ts:186
Which types/tables to ingest (null = all).