Interface: CreateVectorStoreConfig<O>
Defined in: batteries/vector/factory.ts:28
Type Parameters
| Type Parameter | Default type |
|---|---|
O extends BaseVectorStoreOptions | BaseVectorStoreOptions |
Properties
| Property | Type | Defined in |
|---|---|---|
client | VectorStoreClient<O> | batteries/vector/factory.ts:31 |
options | O | batteries/vector/factory.ts:32 |