|
3485d3cf5d
|
Implemented a parallel execution for the validation of many retrieval contexts
|
2025-02-22 20:45:08 +01:00 |
|
|
a9f821b67e
|
Added an option for how any validation agents are run simultaneously
|
2025-02-22 20:42:36 +01:00 |
|
|
3b42a4ed0a
|
Refactored a target window struct with multiple strategies
|
2025-02-22 20:02:29 +01:00 |
|
|
1d93a697ad
|
Added the retrieval context to the retrieval context validation result
|
2025-02-22 20:00:23 +01:00 |
|
|
4838904b77
|
Refactored the retrieval context validation agent to enable parallel execution
|
2025-02-19 12:16:17 +01:00 |
|
|
9232e27f71
|
Refactored the agent base in preparation for multithreading support
|
2025-02-19 12:06:01 +01:00 |
|
|
bc4c4d1ecf
|
Fixed method naming
|
2025-02-19 11:35:57 +01:00 |
|
|
68703270ff
|
Fixed spelling
|
2025-02-19 11:34:22 +01:00 |
|
|
9c446c54ec
|
Refactored the algorithm to determine an optimal confidence threshold into a common extension method
|
2025-02-19 11:30:33 +01:00 |
|
|
129e0d0779
|
Added an option to enable or disable the context validation
|
2025-02-18 16:06:36 +01:00 |
|
|
ea96f08c57
|
Added an agent to validate whether a retrieval context makes sense for the given prompt
|
2025-02-18 15:45:40 +01:00 |
|
|
ccc3089066
|
Optimization
|
2025-02-18 15:42:07 +01:00 |
|
|
50c1b45735
|
Refactored the conversion from retrieval contexts to Markdown
|
2025-02-18 13:40:31 +01:00 |
|
|
e41b5ffbc8
|
Use the extension method for conversion
|
2025-02-18 13:13:51 +01:00 |
|
|
a9bf3d5f75
|
Fixed the extension method
|
2025-02-18 13:12:33 +01:00 |
|
|
4f336960bd
|
Ensure that RAG-related settings are hidden behind the RAG feature flag
|
2025-02-18 12:58:58 +01:00 |
|
|
b816b090fd
|
Spelling
|
2025-02-18 12:38:05 +01:00 |
|
|
bcb2c3c066
|
Updated RAG tasks in README.md
|
2025-02-18 11:37:24 +01:00 |
|
|
74757c8fa4
|
Refactored EMPTY_BLOCK into the agent base class
|
2025-02-18 11:33:43 +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
|
7c59aa11fe
|
Refactored DI usage for CreateFromProviderAsync (#285)
|
2025-02-17 12:41:27 +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
|
e973b51f75
|
Fixed Tauri TLS build issue caused by OpenSSL dependency (#280)
|
2025-02-09 19:01:51 +01:00 |
|
Thorsten Sommer
|
c9474c55b7
|
Prepared release v0.9.28 (#279)
|
2025-02-09 18:06:24 +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
|
78315195cb
|
Improved build script (#277)
|
2025-02-09 16:25:40 +01:00 |
|
Thorsten Sommer
|
6040e88dad
|
Updated the supporter page (#276)
|
2025-02-09 15:04:07 +01:00 |
|
Thorsten Sommer
|
ad3d8cbb3a
|
Updated OpenSSL dependency to fix potential security issues (#275)
|
2025-02-09 13:10:20 +01:00 |
|
Thorsten Sommer
|
c836bd7f33
|
Added an information view to all data sources (#273)
|
2025-02-09 12:36:37 +01:00 |
|
Thorsten Sommer
|
9d71978feb
|
Prepared release v0.9.27 (#272)
|
2025-01-21 19:28:09 +01:00 |
|
Thorsten Sommer
|
940459ca46
|
Fixed an issue with tooltips at the bottom of the app (#271)
|
2025-01-21 19:22:26 +01:00 |
|
Thorsten Sommer
|
09d67bc1c2
|
Fixed the workspace name after re-rendering the chat component (#270)
|
2025-01-21 19:12:36 +01:00 |
|
Thorsten Sommer
|
1681405fb9
|
Fixed an issue with the workspace title not being updated (#269)
|
2025-01-21 18:58:20 +01:00 |
|
Thorsten Sommer
|
be408a6aee
|
Fixed message bus issues (#268)
|
2025-01-21 15:36:22 +01:00 |
|
Thorsten Sommer
|
cf975f2a6c
|
Removed the "send to" button from the ERI server assistant (#267)
|
2025-01-21 14:20:03 +01:00 |
|
Thorsten Sommer
|
1df1d3f328
|
Updated changelog (#266)
|
2025-01-21 13:52:10 +01:00 |
|
Thorsten Sommer
|
ed14525390
|
Fixed hostname validation message for ERI data sources (#265)
|
2025-01-21 13:49:44 +01:00 |
|
Thorsten Sommer
|
14caf550ec
|
Improved the inner content scrolling to use the entire space available (#263)
|
2025-01-21 13:40:47 +01:00 |
|
Thorsten Sommer
|
f50e041640
|
Updated introduction (#264)
|
2025-01-21 09:13:16 +01:00 |
|
Thorsten Sommer
|
ebe00812e2
|
Prepared release v0.9.26 (#262)
|
2025-01-13 20:20:40 +01:00 |
|
Thorsten Sommer
|
ae72c50236
|
Fixed the embedding dialog to store the selected embedding model (#261)
|
2025-01-13 20:10:58 +01:00 |
|
Thorsten Sommer
|
48874d617a
|
Added a confirmation dialog for deleting ERI server presets (#260)
|
2025-01-13 19:58:52 +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
|
b9a65d9ca0
|
Prepared release v0.9.25 (#257)
|
2025-01-04 19:38:06 +01:00 |
|