Files
LlamaIndexTS/apps/docs/docs/api/interfaces/BaseIndexInit.md
T
2023-07-21 09:33:00 -07:00

1.5 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
BaseIndexInit Interface: BaseIndexInit<T> BaseIndexInit 0 null

Type parameters

Name
T

Hierarchy

Properties

docStore

docStore: BaseDocumentStore

Defined in

indices/BaseIndex.ts:60


indexStore

Optional indexStore: BaseIndexStore

Defined in

indices/BaseIndex.ts:62


indexStruct

indexStruct: T

Defined in

indices/BaseIndex.ts:63


serviceContext

serviceContext: ServiceContext

Defined in

indices/BaseIndex.ts:58


storageContext

storageContext: StorageContext

Defined in

indices/BaseIndex.ts:59


vectorStore

Optional vectorStore: VectorStore

Defined in

indices/BaseIndex.ts:61