diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue new file mode 100644 index 0000000..0745584 --- /dev/null +++ b/frontend/src/views/chat/index.vue @@ -0,0 +1,1328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('qa.greeting') }} + + + {{ t('qa.hint_description') }} + + + + + + + + + {{ welcome }} + {{ welcomeDesc }} + + + + + + + + + {{ t('qa.start_sqlbot') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('chat.data_analysis') }} + + + + + + + + + + + + {{ t('chat.data_predict') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('qa.selected_datasource') }}: + + + {{ currentChat.datasource_name }} + + + + sendMessage($event)" + @keydown.ctrl.enter.exact.prevent="handleCtrlEnter" + /> + + + + + + + + + + + + + + + + + + + +