New intent classification engine - MiniLM L6v2 and MiniLM L12v2 ONNX

This commit is contained in:
Priler 2026-02-08 07:16:03 +05:00
parent 4815c7f9bb
commit 8e830334e8
25 changed files with 61932 additions and 150 deletions

View file

@ -359,7 +359,7 @@
<NativeSelect
data={[
{ label: "Intent Classifier", value: "IntentClassifier" },
{ label: "Rasa", value: "Rasa" }
{ label: "Embedding Classifier", value: "EmbeddingClassifier" }
]}
label={t('settings-intent-engine')}
description={t('settings-intent-engine-desc')}