Skip to content
1 min read · 98 words

Interface: CreateVectorStoreConfig<O>

Defined in: src/batteries/vector/factory.ts:31

Configuration accepted by createVectorStore: the adapter client plus its options.

Type Parameters

Type ParameterDefault type
O extends BaseVectorStoreOptionsBaseVectorStoreOptions

Properties

PropertyTypeDescriptionDefined in
clientVectorStoreClient<O>The adapter class, or a (possibly async) resolver of it. See VectorStoreClient.src/batteries/vector/factory.ts:35
optionsOOptions passed to the resolved adapter's constructor.src/batteries/vector/factory.ts:37