VectorStoreUpdateOptions interface
Request object for updating a vector store.
Properties
expires |
Details on when this vector store expires |
metadata | A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. |
name | The name of the vector store. |
Property Details
expiresAfter
Details on when this vector store expires
expiresAfter?: null | VectorStoreExpirationPolicy
Property Value
null | VectorStoreExpirationPolicy
metadata
A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length.
metadata?: null | Record<string, string>
Property Value
null | Record<string, string>
name
The name of the vector store.
name?: null | string
Property Value
null | string