discourse-ai/app
Sam 14443bf890
FIX: more robust summary implementation (#750)
When navigating between topic we were not correctly resetting
internal state for summarization. This leads to a situation where
incorrect summaries can be displayed to users and wrong summaries
can be displayed.

Additionally our controller for grabbing summaries was always
streaming results via message bus, which could be delayed when
sidekiq is overloaded. We now will return the cached summary
right away if it is available direct from REST endpoint.
2024-08-13 08:47:47 -03:00
..
controllers/discourse_ai FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
helpers/discourse_ai/ai_bot FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00
jobs FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FIX: Correctly save provider-specific params for new models. (#744) 2024-08-07 16:08:56 -03:00
serializers FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
services/discourse_ai FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
views FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00