discourse-ai/app/controllers/discourse_ai
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
..
admin FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
ai_bot DEV: Use explicit serializers for all models (#691) 2024-06-27 10:43:00 -03:00
ai_helper DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
embeddings FIX: Load categories for AI search results (#614) 2024-05-13 16:47:37 +03:00
summarization FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00