discourse-ai/spec
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
..
fabricators FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
fixtures FIX: Load categories from search response (#612) 2024-05-14 17:13:25 +03:00
jobs DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
lib DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
models DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
requests FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
services/discourse_ai FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
shared FEATURE: GPT4o Tokenizer (#721) 2024-07-22 15:26:14 -03:00
support FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
system DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
tasks FIX: Filter soft-deleted topics when backfilling sentiment (#527) 2024-03-12 21:01:24 -03:00
plugin_helper.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
plugin_spec.rb DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00