Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/reranker-llm / defaultPassageExtractor

Function: defaultPassageExtractor()

ts
function defaultPassageExtractor(record): string;

Defined in: text-extraction.ts:22

Walks text → summary → value → label → id to find the best passage representation of a memory record.

Parameters

ParameterType
recordMemoryRecord

Returns

string

Stable