Can we build a User-User Recommender with Tensorflow Recommenders?

Title. I want to make a Recommendation system that specifically recommends profiles of people to other people, similar to how Tinder or Bumble functions. Is this possible with TFRS? So far, I’ve only seen examples of User-Item interactions and not user-user per se. Please tell me if there’s any resource I could refer to for the same. Thank you so much.

Sure. In this case, your items are also your users.