Interface: VectorIndexOptions
Hierarchy
-
IndexStructOptions
↳
VectorIndexOptions
Properties
imageVectorStore
• Optional
imageVectorStore: VectorStore
Defined in
packages/core/src/indices/vectorStore/index.ts:51
indexId
• Optional
indexId: string
Inherited from
IndexStructOptions.indexId
Defined in
packages/core/src/indices/vectorStore/index.ts:45
indexStruct
• Optional
indexStruct: IndexDict
Inherited from
IndexStructOptions.indexStruct
Defined in
packages/core/src/indices/vectorStore/index.ts:44
logProgress
• Optional
logProgress: boolean
Defined in
packages/core/src/indices/vectorStore/index.ts:53
nodes
• Optional
nodes: BaseNode
<Metadata
>[]
Defined in
packages/core/src/indices/vectorStore/index.ts:48
serviceContext
• Optional
serviceContext: ServiceContext
Defined in
packages/core/src/indices/vectorStore/index.ts:49
storageContext
• Optional
storageContext: StorageContext
Defined in
packages/core/src/indices/vectorStore/index.ts:50
vectorStore
• Optional
vectorStore: VectorStore