Skip to main content

Interface: VectorIndexConstructorProps

Hierarchy

Properties

docStore

docStore: BaseDocumentStore

Inherited from

BaseIndexInit.docStore

Defined in

indices/BaseIndex.ts:104


indexStore

Optional indexStore: BaseIndexStore

Inherited from

BaseIndexInit.indexStore

Defined in

indices/BaseIndex.ts:106


indexStruct

indexStruct: IndexDict

Inherited from

BaseIndexInit.indexStruct

Defined in

indices/BaseIndex.ts:107


serviceContext

serviceContext: ServiceContext

Inherited from

BaseIndexInit.serviceContext

Defined in

indices/BaseIndex.ts:102


storageContext

storageContext: StorageContext

Inherited from

BaseIndexInit.storageContext

Defined in

indices/BaseIndex.ts:103


vectorStore

vectorStore: VectorStore

Overrides

BaseIndexInit.vectorStore

Defined in

indices/BaseIndex.ts:157