我刚刚看到 bitcoin.pub,发现大话题有这个“摘要”按钮。这是默认功能还是插件(尤其是阅读时间部分),就像他展示的那样?具体什么时候可用,有什么要求?
有这个功能/插件的指南吗?
It’s a default/core feature and a topic need to have at least 50 posts as far as I know. It shows most liked posts in a topic.
This is accurate but it’s a composite value, not just likes but replies, read time, bookmarks, etc
I figured there should be an algorithm, totally makes sense.
What took my interest is the read time, has there been thoughts of enabling this on a per-topic basis? It seems very convenient for users to actually see the read time of a certain topic. That way they can decide if they read now or read later - or even maybe get a reminder if they somehow can mark the post as “read later” for example. I’d be happy to post this in feature if it’s non existent.
该按钮仍然存在,您可以在以下主题中看到它:Events Plugin 📅
如果您最近更改了某些设置,可能需要等待几天。如果您使用了自定义主题,它可能会隐藏此按钮。您可以尝试访问 yourforum.com/safe-mode 来停用您的主题,然后检查按钮是否出现。
您可以在每个主题本地启用摘要功能,这可能有助于查看哪些帖子符合标准:https://meta.discourse.org/t/summarize-this-topic-button/132790/?filter=summary
请注意,如果您已禁用点赞功能,摘要将不会显示,因为该功能需要点赞才能运行。
是否有计划允许用户指定主题摘要的时间范围?例如,最终用户可能希望查看过去一个月帖子中的主题摘要。
不,但我认为您可以通过高级搜索来复制这一点,将搜索范围限定在特定主题和特定时间范围内。
你好。你是怎么到那个区域的?我找不到管理面板。谢谢。
它位于 /admin/site_settings/category/uncategorized。
或者,您可以通过点击仪表板顶部的“设置”,向下滚动到“其他”,然后向下滚动到“摘要分数阈值”来访问它。
有人能解释一下摘要分数阈值到底是什么吗?我似乎找不到解释。谢谢。
我将此输入到 AI 中,以便能够正确解释:
在 Discourse 中,帖子的分数是使用一个名为
ScoreCalculator的类计算的,该类为各种参与度指标分配权重。默认情况下,这些权重设置为优先考虑诸如回复(5 分)、点赞(15 分)、传入链接(5 分)、书签(2 分)和阅读(0.2 分)之类的操作。将加权组件相加以计算每个帖子的最终分数。此计算通过 SQL 查询完成,该查询将每个指标乘以其各自的权重,并在数据库中更新帖子的分数。
Discourse 中的
summary_score_threshold设置定义了帖子必须达到的最低分数才能包含在“最佳回复”功能中。该分数本质上是一个阈值,有助于过滤掉不太重要的帖子,确保只有最相关和高质量的贡献才会被总结。
默认阈值设置为 15。
所以,基本上它会从“最佳回复”列表中删除参与度为 0(或接近 0)的帖子……