Skip to main content

One post tagged with "Entities"

Entities

View All Tags

πŸš€ 1.1.0

Β· 3 min read
Gwendoline BRIERE
Gwendoline BRIERE
Functional Expert
Lucas KOENIG
Lucas KOENIG
Technical Leader

πŸš€ Features​

✨ Statistics​

  • Can see which scenario have been triggered on a selected timeframe. Not retroactive, it will only starts collecting data from new version onwards

✨ Entities​

Detection​

  • Users can use β€œAsk Entity” blocks in which they can ask users for certain entities. Recognition is done using IA for NER (named-entity recognition) or by patterns using a list or a regex and store entities extracted from the answer in a variable.
  • Available entities are:
    • List
    • Regex
    • Date (NER)
    • Time (NER)
    • Phone (NER)
    • Number (NER)
    • Currency (NER)
    • Email (NER)
    • URL (NER)
    • Name (NER)
    • Address (NER)
    • City (NER)
    • Country (NER)
    • Location (NER)
    • Timezone (NER)
    • Language (NER)

Anonymization​

  • Users can define entities to be anonymized and choose values to replace those in three independent cases: RAG calls, classifier calls or in the DB when the conversation is over.
  • Available entities is the same as above.