Go to file
Natalie Tay 73c58155f8
FIX: Get topic's category instead of array's (#388)
Currently we're seeing 500s when related_topics are getting rendered. We should get the topic's category rather than on the array.
```
ActionView::Template::Error (undefined method `category' for [#<Topic id ... ]
```
2023-12-29 16:52:48 +08:00
.github/workflows Initial commit 2023-02-17 11:33:47 -03:00
app FIX: Get topic's category instead of array's (#388) 2023-12-29 16:52:48 +08:00
assets FEATURE: allow easy sharing of bot conversations (#385) 2023-12-29 19:47:47 +11:00
config FEATURE: allow easy sharing of bot conversations (#385) 2023-12-29 19:47:47 +11:00
db FEATURE: Support for Gemini Embeddings (#382) 2023-12-28 10:28:01 -03:00
discourse_automation FEATURE: allow sending AI based report to a topic (#377) 2023-12-22 11:46:23 +11:00
lib FEATURE: Render Related Topics for Crawlers (#386) 2023-12-28 15:32:03 -03:00
spec FEATURE: allow easy sharing of bot conversations (#385) 2023-12-29 19:47:47 +11:00
test/javascripts FEATURE: allow personas to provide command options (#331) 2023-12-08 08:42:56 +11:00
tokenizers Mixtral (#376) 2023-12-26 14:49:55 -03:00
.discourse-compatibility DEV: Updates to the summarization strategy API (#301) 2023-11-21 13:27:35 -03:00
.eslintrc.cjs DEV: Update linting configs (#280) 2023-11-03 11:30:09 +00:00
.gitignore Initial commit 2023-02-17 11:33:47 -03:00
.prettierignore FEATURE: UI to update ai personas on admin page (#290) 2023-11-21 16:56:43 +11:00
.prettierrc.cjs DEV: Update linting configs (#280) 2023-11-03 11:30:09 +00:00
.rubocop.yml DEV: Update linting configs (#280) 2023-11-03 11:30:09 +00:00
.streerc DEV: Update linting configs (#280) 2023-11-03 11:30:09 +00:00
.template-lintrc.cjs DEV: Update linting (#326) 2023-11-29 23:01:48 +01:00
Gemfile DEV: Update linting configs (#280) 2023-11-03 11:30:09 +00:00
Gemfile.lock DEV: Update linting (#326) 2023-11-29 23:01:48 +01:00
LICENSE Initial commit 2023-02-17 11:33:47 -03:00
README.md CHORE: Update Readme (#185) 2023-09-04 15:46:35 -03:00
package.json DEV: Update linting (#326) 2023-11-29 23:01:48 +01:00
plugin.rb Revert "FEATURE: User sentiment on profile summary page (#329)" (#383) 2023-12-28 11:01:57 +11:00
translator.yml DEV: Add Crowdin support (#108) 2023-07-15 00:56:15 +02:00
yarn.lock DEV: Update linting (#326) 2023-11-29 23:01:48 +01:00

README.md

Discourse AI Plugin

Plugin Summary

For more information, please see: https://meta.discourse.org/t/discourse-ai/259214?u=falco