I just came across the bitcoin.pub and saw that big topics have this summarize button. Is this a default feature or plugin (the reading time especially) like the way he has this? And exactly when is this available, what are the requirements?
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.
I found a setting âsummary score thresholdâ with a description: âThe minimum score required for a post to be included in âSummarize This Topicââ. Does anybody know how is this value counted? By default 15 is set.
The button still exists, you can see it in this topic : Events Plugin đ
If you changed some settings recently, you probably need to wait a few days. If you have a custom theme, it may hides this button, you can try yourforum.com/safe-mode to deactivate your theme and check if it appears
You can activate the summary locally on every topic, it may help to check what posts meet the criteria : https://meta.discourse.org/t/summarize-this-topic-button/132790/?filter=summary
Ci sono piani per consentire agli utenti di specificare un intervallo di tempo per il riepilogo dellâargomento? Ad esempio, un utente finale potrebbe voler visualizzare il riepilogo dellâargomento dagli ultimi post del mese.
No, ma penso che tu possa replicare ciò tramite la ricerca avanzata, limitando la ricerca a un argomento specifico e a un intervallo di tempo specifico.
Si trova in /admin/site_settings/category/uncategorized
Oppure puoi raggiungerlo nella tua Dashboard cliccando su Impostazioni in alto, scorri verso il basso fino a Altro, quindi scorri verso il basso fino a soglia del punteggio di sintesi.
Ho inserito questo nellâAI in modo da poter spiegare correttamente:
In Discourse, i punteggi per i post vengono calcolati utilizzando una classe chiamata ScoreCalculator, che assegna pesi a varie metriche di coinvolgimento. Per impostazione predefinita, questi pesi sono impostati per dare prioritĂ ad azioni quali risposte (5 punti), mi piace (15 punti), collegamenti in entrata (5 punti), segnalibri (2 punti) e letture (0,2 punti). I componenti ponderati vengono sommati per calcolare un punteggio finale per ciascun post. Questo calcolo viene eseguito tramite una query SQL che moltiplica ciascuna metrica per il suo rispettivo peso e aggiorna il punteggio del post nel database.
Lâimpostazione summary_score_threshold in Discourse definisce il punteggio minimo che un post deve raggiungere per essere incluso nella funzione âMigliori risposteâ. Questo punteggio è essenzialmente una soglia che aiuta a filtrare i post meno significativi, garantendo che vengano riepilogati solo i contributi piĂš pertinenti e di alta qualitĂ .
La soglia predefinita è impostata su 15.
Quindi, in pratica, rimuove i post con 0 coinvolgimento (o vicino a 0) dallâelenco âmigliori risposteââŚ