Class: SummaryIndexRetriever
Simple retriever for SummaryIndex that returns all nodes
Implements
Constructors
constructor
• new SummaryIndexRetriever(index
): SummaryIndexRetriever
Parameters
Name | Type |
---|---|
index | SummaryIndex |
Returns
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
Name | Type |
---|---|
«destructured» | RetrieveParams |
Returns
Promise
<NodeWithScore
<Metadata
>[]>