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