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?”
optional
indexStruct: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?”
optional
indexId: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?”
optional
nodes:BaseNode
<Metadata
>[]
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:53
storageContext?
Section titled “storageContext?”
optional
storageContext:StorageContext
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:54
vectorStores?
Section titled “vectorStores?”
optional
vectorStores:VectorStoreByType
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:55
logProgress?
Section titled “logProgress?”
optional
logProgress:boolean
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:56
progressCallback()?
Section titled “progressCallback()?”
optional
progressCallback: (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