VectorStoreExpirationPolicy interface
The expiration policy for a vector store.
Properties
anchor | Anchor timestamp after which the expiration policy applies. Supported anchors: |
days | The anchor timestamp after which the expiration policy applies. |
Property Details
anchor
Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at
.
anchor: "last_active_at"
Property Value
"last_active_at"
days
The anchor timestamp after which the expiration policy applies.
days: number
Property Value
number