mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 08:34:54 -04:00
1.5 KiB
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
-
BaseIndexInit
Properties
docStore
• docStore: BaseDocumentStore
Defined in
indexStore
• Optional indexStore: BaseIndexStore
Defined in
indexStruct
• indexStruct: T
Defined in
serviceContext
• serviceContext: ServiceContext
Defined in
storageContext
• storageContext: StorageContext
Defined in
vectorStore
• Optional vectorStore: VectorStore