Update tag extractor (auto-creates new version)
Partial update. Version-bearing fields (changing any creates a new
TagExtractorVersion): tagging_tree, extraction_prompt,
llm_model, enforce_single_tag, alerts_additional_instructions.
Pass set_latest_as_default: true to promote the new version.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the extractor
Body
Applies hierarchical metadata tags to chunks (or documents) using an LLM.
"Department classifier"
"Classify each chunk into a department."
"gpt-4o"
Nested tree describing the tag taxonomy. Each node has shape
{id: string, label: string, children: [...]}.
"Choose the department this chunk most likely belongs to."
Granularity at which tags are applied.
chunk, document "chunk"
When true, only one leaf tag per chunk is allowed.
false
Response
Updated
Applies hierarchical metadata tags to chunks (or documents) using an LLM.
"Department classifier"
"Classify each chunk into a department."
"gpt-4o"
Nested tree describing the tag taxonomy. Each node has shape
{id: string, label: string, children: [...]}.
"Choose the department this chunk most likely belongs to."
Granularity at which tags are applied.
chunk, document "chunk"
When true, only one leaf tag per chunk is allowed.
false
Immutable snapshot of a TagExtractor's version-bearing configuration.
Immutable snapshot of a TagExtractor's version-bearing configuration.