Commit Graph

60 Commits

Author SHA1 Message Date
Peer Schütt
bd4c9f7173 Added initial logic for jumping between assistant and settings. Currently, it only jumps to the settings page and nothing is expanded. 2025-03-07 19:18:23 +01:00
Thorsten Sommer
9d2b63bbaa
Added paths to log files in the "About" dialog for easier support (#304) 2025-02-27 20:17:51 +01:00
Thorsten Sommer
277dc73468
Added DeepSeek as provider (#303) 2025-02-27 12:43:19 +01:00
Thorsten Sommer
ccac2b04ac
Resolved warnings regarding redundant switch arms (#302) 2025-02-27 08:42:51 +01:00
Thorsten Sommer
9bd79bd3a0
Improved data security by enforcing provider filtering (#290) 2025-02-23 15:05:29 +01:00
Thorsten Sommer
bfc9f2ea1d
Added a retrieval context validation agent (#289) 2025-02-22 20:51:06 +01:00
Thorsten Sommer
96e6372fcd
Added a common augmentation interface & default implementation (#288) 2025-02-18 11:24:43 +01:00
Thorsten Sommer
f01cf498e2
Refactored the RAG process (#287) 2025-02-17 16:51:26 +01:00
Thorsten Sommer
77d427610b
Execute retrieval processes (#286) 2025-02-17 14:12:46 +01:00
Thorsten Sommer
98810ce884
Added an agent to select the appropriate data sources for any prompt (#284) 2025-02-17 12:33:34 +01:00
Thorsten Sommer
657fda4961
Fixed a bug in which 'APP_SETTINGS' appeared in the "send to" menu (#283) 2025-02-15 15:53:58 +01:00
Thorsten Sommer
f4780939fc
Integrated data sources into any chat (#282) 2025-02-15 15:41:12 +01:00
Thorsten Sommer
954cf44939
Added retrieval integration, part I (#281) 2025-02-10 18:49:22 +01:00
Thorsten Sommer
c0b7016c3a
Added the assistant option to select the default app provider (#278) 2025-02-09 16:59:26 +01:00
Thorsten Sommer
c836bd7f33
Added an information view to all data sources (#273) 2025-02-09 12:36:37 +01:00
Thorsten Sommer
be408a6aee
Fixed message bus issues (#268) 2025-01-21 15:36:22 +01:00
Thorsten Sommer
ed14525390
Fixed hostname validation message for ERI data sources (#265) 2025-01-21 13:49:44 +01:00
Thorsten Sommer
63be312bb4
Configure data sources (#259) 2025-01-13 19:51:26 +01:00
Thorsten Sommer
06f66fdab2
Refactored the settings page (#258) 2025-01-05 15:11:15 +01:00
Thorsten Sommer
258bc7a338
Fixed a streaming bug (#250) 2025-01-04 12:30:05 +01:00
Thorsten Sommer
caec3bfd2c
Improved chat UI (#240) 2025-01-02 13:16:47 +01:00
Thorsten Sommer
8cbef49d89
Add ERI server assistant (#231) 2025-01-01 15:49:27 +01:00
Thorsten Sommer
61f7a3dd72
Fixed bugs related to the workspaces component (#228) 2024-12-04 11:44:12 +01:00
Thorsten Sommer
799112eb9d
Added embedding configurations (#224) 2024-12-03 15:24:40 +01:00
Thorsten Sommer
ceac9cefe5
Fixed bugs related to storing and loading chats (#211) 2024-11-15 21:22:57 +01:00
Thorsten Sommer
bd97c0fb4b
Fixed the "send to" issue, where you could select the bias-of-the-day (#183) 2024-11-02 11:55:09 +01:00
Thorsten Sommer
217b9c4db3
Bias of the day (#173) 2024-10-28 15:41:00 +01:00
Thorsten Sommer
37e113af0e
Allow the use of an API key for self-hosted ollama instances (#156) 2024-10-07 13:26:25 +02:00
Thorsten Sommer
8715054dda
Improved grammar & spelling check and rewrite assistants (#154) 2024-09-15 22:46:48 +02:00
Thorsten Sommer
375be805a1
Add job posting assistant (#150) 2024-09-15 21:14:56 +02:00
Thorsten Sommer
e9998348c5
Added color themes (dark & light) (#148) 2024-09-15 12:30:07 +02:00
Thorsten Sommer
0ad7b8d4dd
Added options to enforce minimum confidence levels for each assistant (#147) 2024-09-14 19:20:33 +02:00
Thorsten Sommer
4722c1baa1
Add confidence levels (#140) 2024-09-11 23:08:02 +02:00
Thorsten Sommer
09f5b83e66
Implemented the "my tasks" assistant (#137) 2024-09-09 15:08:16 +02:00
Thorsten Sommer
d7c124926b
Add profiles (#132) 2024-09-08 21:01:51 +02:00
Thorsten Sommer
b3dd213538
Improved the automatic update check for slow connections (#129) 2024-09-08 11:17:10 +02:00
Thorsten Sommer
9dfabb3c55
Fixed a bug where you couldn't send results to the synonym assistant (#128) 2024-09-08 11:12:15 +02:00
Thorsten Sommer
4bd22108de
Added synonym assistant (#124) 2024-09-06 22:02:20 +02:00
Thorsten Sommer
45770c2cd7
Fixed #115 (#116) 2024-09-05 11:13:40 +02:00
Thorsten Sommer
c47d3893ff
Improve provider selection (#112) 2024-09-04 15:44:23 +02:00
Thorsten Sommer
fc64c0b505
Improve ipc (#102) 2024-09-01 20:10:03 +02:00
Thorsten Sommer
4aaa2fcbea
Added a legal check assistant & the possibility to preselect some options (#94) 2024-08-23 21:47:07 +02:00
Thorsten Sommer
1b3fff67ec
Improved chat page by scrolling to the bottom after loading (#87) 2024-08-23 10:32:27 +02:00
Thorsten Sommer
18718a6c47
Refactored the "send to" implementation of assistants (#85) 2024-08-22 21:27:16 +02:00
Thorsten Sommer
34884859d7
Add mail assistant (#84) 2024-08-22 15:41:35 +02:00
Thorsten Sommer
1d1af91f3e
Refactor components (#80) 2024-08-21 08:30:01 +02:00
Thorsten Sommer
f8e06faea5
Send to chat (#77) 2024-08-18 21:48:35 +02:00
Thorsten Sommer
909fbe89bb
Assistant send result (#75) 2024-08-18 12:32:18 +02:00
Thorsten Sommer
05a7e44de4
Add a grammar and spell checker assistant (#72) 2024-08-13 08:57:58 +02:00
Thorsten Sommer
6b7800b615
Add agenda assistant (#69) 2024-08-05 21:12:52 +02:00