feat(autotag) skip embedding auto tags stats section
This commit is contained in:
@ -239,7 +239,7 @@ function apply_auto_tags(array $data, ConfigManager $conf): array
|
||||
$tagScores = calculate_tags($keywordsToTags, $searchContents);
|
||||
|
||||
// Append tag stats to the description
|
||||
$data = append_tag_stats($data, $tagScores);
|
||||
//$data = append_tag_stats($data, $tagScores);
|
||||
|
||||
// Filter and limit tags
|
||||
$tagsToAdd = filter_and_limit_tags($tagScores);
|
||||
|
Reference in New Issue
Block a user