Skip to main content

Class: SummaryIndexRetriever

Simple retriever for SummaryIndex that returns all nodes

Implements

Constructors

constructor

new SummaryIndexRetriever(index): SummaryIndexRetriever

Parameters

NameType
indexSummaryIndex

Returns

SummaryIndexRetriever

Defined in

packages/core/src/indices/summary/index.ts:286

Properties

index

index: SummaryIndex

Defined in

packages/core/src/indices/summary/index.ts:284

Methods

retrieve

retrieve(«destructured»): Promise<NodeWithScore<Metadata>[]>

Parameters

NameType
«destructured»RetrieveParams

Returns

Promise<NodeWithScore<Metadata>[]>

Implementation of

BaseRetriever.retrieve

Defined in

packages/core/src/indices/summary/index.ts:291