discourse-ai/lib/modules/embeddings
Sam 0d80d9ec49
FEATURE: allow limiting results in related topics section (#30)
Also:

- Normalizes behavior between logged in and anon,
 we only show related topics in the related topic section

- Renames "suggested" to "related" given this only exists in related section
- Adds a spec section to ensure anon does not regress
- Adds `ai_embeddings_semantic_related_topics` to limit related topics

Renamed settings:

ai_embeddings_semantic_suggested_model -> ai_embeddings_semantic_related_model
ai_embeddings_semantic_suggested_topics_enabled -> ai_embeddings_semantic_related_topics_enabled

Plugins is still in an experimental phase and not much is overidden hence
avoiding adding site setting migrations.


Co-authored-by: Krzysztof Kotlarek <kotlarek.krzysztof@gmail.com>
2023-03-31 11:04:34 +11:00
..
jobs/regular FEATURE: Semantic Suggested Topics (#10) 2023-03-15 17:21:45 -03:00
entry_point.rb FEATURE: allow limiting results in related topics section (#30) 2023-03-31 11:04:34 +11:00
models.rb FEATURE: Semantic Suggested Topics (#10) 2023-03-15 17:21:45 -03:00
semantic_related.rb FEATURE: allow limiting results in related topics section (#30) 2023-03-31 11:04:34 +11:00
topic.rb FEATURE: Semantic Suggested Topics (#10) 2023-03-15 17:21:45 -03:00