Personalized
Personalized batches serve personalized data based on session signals. They use N signals to calculate M vectors and M weights.
N is the number of signals created by user actions.
M is the number of vectors created by the Personalized Batch operation. M depends on a few things including:
How signals are positioned in the embeddings space
Parameters
These M vectors are queried to vector databases to fetch batch_size results.

Accepted parameters for Personalized batches are:
Last updated