Class: VectorIndexRetriever
Retrievers retrieve the nodes that most closely match our query in similarity.
Implements
Constructors
new VectorIndexRetriever()
new VectorIndexRetriever(
__namedParameters
):VectorIndexRetriever
Parameters
• __namedParameters: VectorIndexRetrieverOptions
Returns
Source
packages/core/src/indices/vectorStore/index.ts:398
Properties
imageSimilarityTopK
imageSimilarityTopK:
number
Source
packages/core/src/indices/vectorStore/index.ts:394
index
index:
VectorStoreIndex
Source
packages/core/src/indices/vectorStore/index.ts:392
serviceContext?
optional
serviceContext:ServiceContext