VectorIndexOptions
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:52
Extends
Section titled “Extends”IndexStructOptions
Properties
Section titled “Properties”indexStruct?
Section titled “indexStruct?”
optionalindexStruct:IndexDict
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:49
Inherited from
Section titled “Inherited from”IndexStructOptions.indexStruct
indexId?
Section titled “indexId?”
optionalindexId:string
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:50
Inherited from
Section titled “Inherited from”IndexStructOptions.indexId
nodes?
Section titled “nodes?”
optionalnodes:BaseNode<Metadata>[]
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:53
storageContext?
Section titled “storageContext?”
optionalstorageContext:StorageContext
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:54
vectorStores?
Section titled “vectorStores?”
optionalvectorStores:VectorStoreByType
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:55
logProgress?
Section titled “logProgress?”
optionallogProgress:boolean
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:56
progressCallback()?
Section titled “progressCallback()?”
optionalprogressCallback: (progress,total) =>void
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:57
Parameters
Section titled “Parameters”progress
Section titled “progress”number
number
Returns
Section titled “Returns”void