Context.ai
  • What is Context.ai?
  • List of Trackable Metrics
  • Product Analytics
    • Overview
    • Topic Categorisation
      • LLM Topics
    • User Engagement Tracking
    • Foreign Language Support
    • PII Filtering
    • Custom Metadata Filtering
    • Backfill Analytics Data
    • Custom Events
    • API Ingestion Methods
      • Log Conversation
      • [deprecated] Upsert Conversation
      • Thread Conversation
      • Patch Thread Message
      • API Resources
        • Chat Message
        • [deprecated] Tool Message
        • Custom Event
        • Metadata
        • Conversation
        • Thread
    • Embedded API
      • Multi-Tenancy
      • Conversations
        • Series Data
  • Integrations
    • Getting Started
    • Python SDK
    • Javascript SDK
    • LangChain Plugin
    • Haystack Plugin
    • Authorization
Powered by GitBook
On this page

Was this helpful?

  1. Product Analytics

Topic Categorisation

Topics allow you to assign labels to ingested transcripts based on various types of logic.

Groups of labelled transcripts can be used to identify how people are using your application and specifically why users are engaging with your product. It is then possible to look at success metrics such as user feedback ratings or user input sentiment per-topic, to understand which types of interaction are leaving your users satisfied, and where they're dissatisfied.

There are 2 approaches that can be used to assign a topic to a conversation message:

  1. LLM Topic - Use a Large Language Model to apply custom instructions for matching conversation messages. There are two default templates, intent and semantic matching. When a more custom solution for matching is required, the freeform option allows for full customization on prompt design. To learn more see LLM Topics.

  2. Keyword Topic - Keyword topics use exact keyword matching to match against a provided string.

PreviousOverviewNextLLM Topics

Last updated 1 year ago

Was this helpful?