Go to file
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
.github/workflows Initial commit 2023-02-17 11:33:47 -03:00
app DEV: Log information about errors from the completions OpenAI API (#26) 2023-03-22 16:00:28 -03:00
assets FEATURE: attempt to include related topics above suggested (#28) 2023-03-31 09:07:22 +11:00
config FEATURE: allow limiting results in related topics section (#30) 2023-03-31 11:04:34 +11:00
db FEATURE: Add a markdown table AI helper (#25) 2023-03-22 13:16:29 -03:00
lib FEATURE: allow limiting results in related topics section (#30) 2023-03-31 11:04:34 +11:00
spec FEATURE: allow limiting results in related topics section (#30) 2023-03-31 11:04:34 +11:00
test/javascripts Initial commit 2023-02-17 11:33:47 -03:00
.discourse-compatibility Initial commit 2023-02-17 11:33:47 -03:00
.eslintrc Initial commit 2023-02-17 11:33:47 -03:00
.gitignore Initial commit 2023-02-17 11:33:47 -03:00
.prettierrc Initial commit 2023-02-17 11:33:47 -03:00
.rubocop.yml Initial commit 2023-02-17 11:33:47 -03:00
.streerc Initial commit 2023-02-17 11:33:47 -03:00
.template-lintrc.js Initial commit 2023-02-17 11:33:47 -03:00
Gemfile Initial commit 2023-02-17 11:33:47 -03:00
Gemfile.lock Initial commit 2023-02-17 11:33:47 -03:00
LICENSE Initial commit 2023-02-17 11:33:47 -03:00
README.md Initial commit 2023-02-17 11:33:47 -03:00
package.json Initial commit 2023-02-17 11:33:47 -03:00
plugin.rb FEATURE: Semantic Suggested Topics (#10) 2023-03-15 17:21:45 -03:00
yarn.lock Initial commit 2023-02-17 11:33:47 -03:00

README.md

Plugin Name Plugin

Plugin Summary

For more information, please see: url to meta topic