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:47


indexStruct?

optional indexStruct: IndexDict

Inherited from

IndexStructOptions.indexStruct

Defined in

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


logProgress?

optional logProgress: boolean

Defined in

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


nodes?

optional nodes: BaseNode<Metadata>[]

Defined in

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


serviceContext?

optional serviceContext: ServiceContext

Defined in

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


storageContext?

optional storageContext: StorageContext

Defined in

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


vectorStores?

optional vectorStores: VectorStoreByType

Defined in

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