π 1.1.0
Β· 3 min read
π 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.
