Skip to content

Interface: RowIntegrateRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / RowIntegrateRequest

Interface: RowIntegrateRequest

Defined in: src/types/row.ts:145

Request for feature-based data integration.

Properties

createMerged?

optional createMerged: boolean

Defined in: src/types/row.ts:155

Whether to create a merged entity or just return matches.


matchFeatures

matchFeatures: string[]

Defined in: src/types/row.ts:147

Features to use for matching entities (the “join keys”).


mergeFeatures?

optional mergeFeatures: string[]

Defined in: src/types/row.ts:149

Optional: features to merge from matched entities.


minSimilarity?

optional minSimilarity: number

Defined in: src/types/row.ts:151

Optional: minimum similarity threshold (0.0 to 1.0).


sourceNamespaces?

optional sourceNamespaces: string[]

Defined in: src/types/row.ts:153

Optional: source namespaces to integrate.