Tags in Clarifeye provide a hierarchical categorization system for your document content. They enable structured classification of text chunks with reasoning and evidence. Tag can either be at:Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
- The document level
- The chunk level
Overview
Tags allow you to:- Create hierarchical taxonomies for document classification
- Tag content with explanations and supporting quotes
- Build searchable category trees
- Organize knowledge by domain-specific classifications
Chunk tags
Tag structure
A chunk tag is defined as a tagging tree. For example you can create a tree like this:UI creation
You can create tags through the UI, to do so go to the extractors tab and create a new tag extractor. On the extractor you will be able to configure:- the tagging tree
- the LLM model to use
- custom extraction instructions for the LLM.
- the version of chunks to use.
API creation
You can also create tags through the API, to do so you will need to leverage the table apis to retrieve data from the chunks table and then write data to the tag table.Document tags
Document tags are a way to tag documents with a hierarchical categorization system.Tag structure.
Document tag have the following structure:UI creation
You can create document tags through the UI, to do so go to the tasks tab and create a new document tagging task. On the document tagging task you will be able to configure:- the tagging tree
- the version of documents to use.
- the LLM model to use
- custom extraction instructions for the LLM.
- the version of chunks to use.