Initial SQL-only 1C adapter baseline

This commit is contained in:
2026-07-22 03:03:47 +03:00
commit e2503b77e7
545 changed files with 184711 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Audio Plugin
Плагин для аудио:
- распознавание речи;
- разделение говорящих;
- генерация речи.
Тяжелые audio pipeline можно будет вынести в отдельный контейнер.
+12
View File
@@ -0,0 +1,12 @@
id: audio
name: Audio
status: draft
tasks:
- speech-to-text
- diarization
- text-to-speech
uses_core:
- registry
- inference
- evals
future_service: true