VectorIndexConstructorProps
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:60
Extends
Section titled “Extends”BaseIndexInit
<IndexDict
>
Properties
Section titled “Properties”storageContext
Section titled “storageContext”storageContext:
StorageContext
Defined in: .build/typescript/packages/llamaindex/src/indices/BaseIndex.ts:22
Inherited from
Section titled “Inherited from”docStore
Section titled “docStore”docStore:
BaseDocumentStore
Defined in: .build/typescript/packages/llamaindex/src/indices/BaseIndex.ts:23
Inherited from
Section titled “Inherited from”indexStruct
Section titled “indexStruct”indexStruct:
IndexDict
Defined in: .build/typescript/packages/llamaindex/src/indices/BaseIndex.ts:25
Inherited from
Section titled “Inherited from”indexStore
Section titled “indexStore”indexStore:
BaseIndexStore
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:61
Overrides
Section titled “Overrides”vectorStores?
Section titled “vectorStores?”
optional
vectorStores:VectorStoreByType
Defined in: .build/typescript/packages/llamaindex/src/indices/vectorStore/index.ts:62