suggestedLibraryResourceTags
Tags suggested for a library resource, ranked by embedding-cluster similarity. Requires the semantic-resource-search feature flag. Returns up to 5 Tag nodes ordered by descending similarity; tags already on the resource are excluded and low-similarity clusters are omitted, so a resource unlike every tag cluster yields few or no suggestions.
suggestedLibraryResourceTags(
libraryResourceId: String!
first: Int
): [Tag!]!
Arguments
suggestedLibraryResourceTags.libraryResourceId ● String! non-null scalar
The library resource to suggest tags for.
suggestedLibraryResourceTags.first ● Int scalar
Maximum number of tags to return (defaults to 5, capped at 5).