Skip to main content

Interface: VectorIndexOptions

Extends

  • IndexStructOptions

Properties

indexId?

optional indexId: string

Inherited from

IndexStructOptions.indexId

Source

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


indexStruct?

optional indexStruct: IndexDict

Inherited from

IndexStructOptions.indexStruct

Source

packages/core/src/indices/vectorStore/index.ts:45


logProgress?

optional logProgress: boolean

Source

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


nodes?

optional nodes: BaseNode <Metadata>[]

Source

packages/core/src/indices/vectorStore/index.ts:49


serviceContext?

optional serviceContext: ServiceContext

Source

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


storageContext?

optional storageContext: StorageContext

Source

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


vectorStores?

optional vectorStores: VectorStoreByType

Source

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