Skip to content

VectorIndexOptions

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

  • IndexStructOptions

optional indexStruct: IndexDict

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

IndexStructOptions.indexStruct


optional indexId: string

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

IndexStructOptions.indexId


optional nodes: BaseNode<Metadata>[]

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


optional storageContext: StorageContext

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


optional vectorStores: VectorStoreByType

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


optional logProgress: boolean

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


optional progressCallback: (progress, total) => void

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

number

number

void