proposit-core
Preparing search index...
extensions/pipelines/base
createRelationExtractionStage
Function createRelationExtractionStage
createRelationExtractionStage
(
options
?:
TLlmStageOptionsOverride
,
)
:
TStage
<
{
relations
:
{
antecedents
:
string
[]
;
consequent
:
string
;
evidence
:
{
quote
:
string
;
segmentIds
:
string
[]
}
;
relationId
:
string
;
type
:
"inference"
;
}
[]
;
}
,
>
Build the relation-extraction stage with optional caller overrides.
Parameters
Optional
options
:
TLlmStageOptionsOverride
Returns
TStage
<
{
relations
:
{
antecedents
:
string
[]
;
consequent
:
string
;
evidence
:
{
quote
:
string
;
segmentIds
:
string
[]
}
;
relationId
:
string
;
type
:
"inference"
;
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
proposit-core
Loading...
Build the relation-extraction stage with optional caller overrides.