Logo
Interfaces

VectorIndexOptions

Defined in: llamaindex/src/indices/vectorStore/index.ts:52

Extends

  • IndexStructOptions

Properties

indexStruct?

optional indexStruct: IndexDict

Defined in: llamaindex/src/indices/vectorStore/index.ts:49

Inherited from

IndexStructOptions.indexStruct


indexId?

optional indexId: string

Defined in: llamaindex/src/indices/vectorStore/index.ts:50

Inherited from

IndexStructOptions.indexId


nodes?

optional nodes: BaseNode<Metadata>[]

Defined in: llamaindex/src/indices/vectorStore/index.ts:53


storageContext?

optional storageContext: StorageContext

Defined in: llamaindex/src/indices/vectorStore/index.ts:54


vectorStores?

optional vectorStores: VectorStoreByType

Defined in: llamaindex/src/indices/vectorStore/index.ts:55


logProgress?

optional logProgress: boolean

Defined in: llamaindex/src/indices/vectorStore/index.ts:56

On this page