Skip to content

Commit

Permalink
IVYPORTAL-17135 Stage 2: Improve the quality of answers from OpenSearch
Browse files Browse the repository at this point in the history
- Improve answer quality
- Implement export conversation feature
  • Loading branch information
mnhnam-axonivy committed Nov 12, 2024
1 parent 58a83a6 commit 15e1401
Show file tree
Hide file tree
Showing 16 changed files with 322 additions and 186 deletions.
3 changes: 2 additions & 1 deletion ai-assistant/cms/cms_de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Dialogs:
ToggleNonStartableAiFunction: Nicht startbare KI-Funktionen anzeigen
ChatDashboard:
AiManagement: AI-Management
ClearConversationHistory: Gesprächsverlauf löschen
ClearConversationHistory: Verlauf löschen
ExportHistory: Verlauf exportieren
Title: Assistent Dashboard
helper:
UploadPortalDocument:
Expand Down
3 changes: 2 additions & 1 deletion ai-assistant/cms/cms_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Dialogs:
ToggleNonStartableAiFunction: Show non-startable AI functions
ChatDashboard:
AiManagement: AI Management
ClearConversationHistory: Clear conversation history
ClearConversationHistory: Clear history
ExportHistory: Export history
Title: Assistant Dashboard
helper:
UploadPortalDocument:
Expand Down
9 changes: 8 additions & 1 deletion ai-assistant/cms/cms_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ Dialogs:
ToggleNonStartableAiFunction: Mostrar funciones de IA no iniciables
ChatDashboard:
AiManagement: Gestión de la IA
ClearConversationHistory: Borrar el historial de conversaciones
ClearConversationHistory: Borrar historial
ExportHistory: |+
Exportar historial
Title: Cuadro de mandos auxiliar
helper:
UploadPortalDocument:
Expand Down
4 changes: 3 additions & 1 deletion ai-assistant/cms/cms_fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Dialogs:
ToggleNonStartableAiFunction: Afficher les fonctions d'IA non démarrables
ChatDashboard:
AiManagement: Gestion de l'IA
ClearConversationHistory: Effacer l'historique de conversation
ClearConversationHistory: |
Effacer l'historique
ExportHistory: Exporter l'historique
Title: Tableau de bord de l'assistant
helper:
UploadPortalDocument:
Expand Down
Loading

0 comments on commit 15e1401

Please sign in to comment.