VectorPayload
Defined in: vector-store.interface.ts:31
Metadata persisted with each vector and used for scoped filtering.
Indexable
Section titled “Indexable”[
key:string]:unknown
Properties
Section titled “Properties”createdAt?
Section titled “createdAt?”
optionalcreatedAt?:number
Defined in: vector-store.interface.ts:46
Creation time as epoch milliseconds. Stored so searches can be constrained to a time range without a round-trip to the source database.
organizationId?
Section titled “organizationId?”
optionalorganizationId?:string
Defined in: vector-store.interface.ts:35
Organization the memory belongs to; absent for personal memories.
scope?
Section titled “scope?”
optionalscope?:string
Defined in: vector-store.interface.ts:37
Optional logical namespace (agent / session / project).
optionaltags?:string[]
Defined in: vector-store.interface.ts:41
Free-form tags.
optionaltype?:string
Defined in: vector-store.interface.ts:39
Memory type, e.g. long-term.
userId
Section titled “userId”userId:
string
Defined in: vector-store.interface.ts:33
Owning user/tenant; every search must be scoped by this.