feat(autotag) skip embedding auto tags stats section

This commit is contained in:
SansGuidon 2025-01-17 10:28:29 +00:00
parent 304d3ebd31
commit 20b0331068

View File

@ -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);