Skip to main content

Interface: BaseRetriever

Retrievers retrieve the nodes that most closely match our query in similarity.

Properties

serviceContext?

optional serviceContext: ServiceContext

Source

packages/llamaindex/src/Retriever.ts:17

Methods

retrieve()

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

Parameters

params: RetrieveParams

Returns

Promise <NodeWithScore <Metadata>[]>

Source

packages/llamaindex/src/Retriever.ts:14