How does collab_learner use the user preference embedding?

The tutorial, Collaborative filtering tutorial | fastai, uses only rating and movie features.

I am interested in adding the user preference data from u.user. It seems that this can be done by setting user_nn to true, which will generate an embedding using EmbeddingNN.

My question is how is the information in u.user added to collab_learner?