OBJECT

FeedWeightConfig

link GraphQL Schema definition

  • type FeedWeightConfig {
  • # Ratio of following vs topic content (0.0 to 1.0)
  • # e.g., 0.3 = 30% from followed users, 70% from topics
  • followingRatio: Float!
  • # Boost multiplier when a post matches both following AND topics
  • bothMatchBoost: Float!
  • # Maximum posts from a single author in the feed
  • maxPostsPerAuthor: Int!
  • # Minimum number of different authors required
  • minAuthorDiversity: Int!
  • }