Classifying with model service
This has a dependency on your already having installed the model service
Classifying with Model Service is the fastest means of getting started with classiying your content. It's less specified on your data and is designed to work out of the box with no training on your content required.
In order to classify using the AIModel Service, you will have first needed to configure the AI Model Service with an accessible Large Language Model with the capability for text generation, such as OpenAI GPT Models or Anthropic.
Once you have registered the AI Model Service you will be able to select from the available text generation models in the AI Classification Configuration Page in chub when configuring a classification schema.
The text content of the file you are attempting to classify will be passed to the LLM along with the available Classifications and it will select the most appropriate class based on its own knowledge.
For best results provide a description of each classification in natural language in the system message box and this will be passed to the LLM alongside the text content of the file.

Last updated