Skip to main content

Interface: VectorIndexOptions

Extends

  • IndexStructOptions

Properties

indexId?

optional indexId: string

Inherited from

IndexStructOptions.indexId

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:48


indexStruct?

optional indexStruct: IndexDict

Inherited from

IndexStructOptions.indexStruct

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:47


logProgress?

optional logProgress: boolean

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:55


nodes?

optional nodes: BaseNode<Metadata>[]

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:51


serviceContext?

optional serviceContext: ServiceContext

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:52


storageContext?

optional storageContext: StorageContext

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:53


vectorStores?

optional vectorStores: VectorStoreByType

Defined in

packages/llamaindex/src/indices/vectorStore/index.ts:54