Interface: CreateVectorStoreConfig<O>
Defined in: src/batteries/vector/factory.ts:31
Configuration accepted by createVectorStore: the adapter client plus its options.
Type Parameters
| Type Parameter | Default type |
|---|---|
O extends BaseVectorStoreOptions | BaseVectorStoreOptions |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
client | VectorStoreClient<O> | The adapter class, or a (possibly async) resolver of it. See VectorStoreClient. | src/batteries/vector/factory.ts:35 |
options | O | Options passed to the resolved adapter's constructor. | src/batteries/vector/factory.ts:37 |