Go to file
Rafael dos Santos Silva d692ecc7de
FIX: Disable truncation and padding in all-mpnet-base-v2 tokenizer (#105)
The tokenizer was truncating and padding to 128 tokens, and we try append
new post content until we hit 384 tokens. This was causing the tokenizer
to accept all posts in a topic, wasting CPU and memory.
2023-07-13 21:09:46 -03:00
.github/workflows Initial commit 2023-02-17 11:33:47 -03:00
app FEATURE: Embeddings to main db (#99) 2023-07-13 12:41:36 -03:00
assets FIX: Rerender related topics correctly when topic changes (#100) 2023-07-13 16:34:02 -03:00
config FEATURE: Embeddings to main db (#99) 2023-07-13 12:41:36 -03:00
db FEATURE: Embeddings to main db (#99) 2023-07-13 12:41:36 -03:00
lib PERF: .find_each instead of .find to save us from memory allocation peaks 2023-07-13 18:59:25 -03:00
spec REFACTOR: Cohesive narrative for single-chunk summaries. (#103) 2023-07-13 17:05:41 -03:00
svg-icons UX: add a custom sparkles icon for AI action buttons (#44) 2023-04-20 20:41:24 +05:30
test/javascripts Initial commit 2023-02-17 11:33:47 -03:00
tokenizers FIX: Disable truncation and padding in all-mpnet-base-v2 tokenizer (#105) 2023-07-13 21:09:46 -03:00
.discourse-compatibility DEV: Resolve add_to_serializer deprecations (#46) 2023-04-24 16:07:17 +01: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 FIX: Rerender related topics correctly when topic changes (#100) 2023-07-13 16:34:02 -03:00
yarn.lock Build(deps): Bump semver from 6.3.0 to 6.3.1 (#102) 2023-07-13 09:33:34 +02:00

README.md

Plugin Name Plugin

Plugin Summary

For more information, please see: url to meta topic