BaseNodePostprocessor
Defined in: .build/typescript/packages/core/src/postprocessor/type.ts:4
Methods
Section titled “Methods”postprocessNodes()
Section titled “postprocessNodes()”postprocessNodes(
nodes
,query?
):Promise
<NodeWithScore
<Metadata
>[]>
Defined in: .build/typescript/packages/core/src/postprocessor/type.ts:11
Send message along with the class’s current chat history to the LLM. This version returns a promise for asynchronous operation.
Parameters
Section titled “Parameters”Array of nodes with scores.
query?
Section titled “query?”Optional query string.
Returns
Section titled “Returns”Promise
<NodeWithScore
<Metadata
>[]>