Skip to content

VectorIndexRetrieverOptions

VectorIndexRetrieverOptions = object & { topK?: TopKMap; } | { similarityTopK?: number; }

Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:438

index: VectorStoreIndex

optional filters: MetadataFilters

optional mode: VectorStoreQueryMode

optional customParams: unknown