Effect
Space
where the affecting_schema_reference
interacted with the affected_schema_reference
. It allows you to real-time adjust embeddings based on interaction. e.g.: A User
schema interacts with a Post
schema, if event.type == 'like'
.
Parameters
The space where the effect applies.
The schema reference that is being affected by the interaction.
The schema reference that is causing the effect on the affected schema.
The filter condition that determines when this effect should be applied.
Inheritance
Inheritance Chain:Effect
- →
Generic
Properties
The schema reference that is being affected by this effect.
The schema reference that is causing this effect.
The filter condition for when this effect should be applied.
The space where this effect is applied.