Skip to main content

Class: SummaryIndexRetriever

Simple retriever for SummaryIndex that returns all nodes

Implements

Constructors

new SummaryIndexRetriever()

new SummaryIndexRetriever(index): SummaryIndexRetriever

Parameters

index: SummaryIndex

Returns

SummaryIndexRetriever

Defined in

packages/llamaindex/src/indices/summary/index.ts:293

Properties

index

index: SummaryIndex

Defined in

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

Methods

retrieve()

retrieve(__namedParameters): Promise<NodeWithScore<Metadata>[]>

Parameters

__namedParameters: RetrieveParams

Returns

Promise<NodeWithScore<Metadata>[]>

Implementation of

BaseRetriever.retrieve

Defined in

packages/llamaindex/src/indices/summary/index.ts:298