SummaryIndexRetriever
Defined in: .build/typescript/packages/llamaindex/src/indices/summary/index.ts:289
Simple retriever for SummaryIndex that returns all nodes
Extends
Section titled “Extends”BaseRetriever
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SummaryIndexRetriever(
index
):SummaryIndexRetriever
Defined in: .build/typescript/packages/llamaindex/src/indices/summary/index.ts:292
Parameters
Section titled “Parameters”Returns
Section titled “Returns”SummaryIndexRetriever
Overrides
Section titled “Overrides”BaseRetriever.constructor
Properties
Section titled “Properties”index:
SummaryIndex
Defined in: .build/typescript/packages/llamaindex/src/indices/summary/index.ts:290
Methods
Section titled “Methods”_retrieve()
Section titled “_retrieve()”_retrieve(
queryBundle
):Promise
<NodeWithScore
<Metadata
>[]>
Defined in: .build/typescript/packages/llamaindex/src/indices/summary/index.ts:297
Parameters
Section titled “Parameters”queryBundle
Section titled “queryBundle”QueryBundle
Returns
Section titled “Returns”Promise
<NodeWithScore
<Metadata
>[]>
Overrides
Section titled “Overrides”BaseRetriever._retrieve