Falco
(Falco)
2024 年10 月 1 日 16:16
32
Yes.
Yes, each model produces different vector representations.
It’s basically one call per topic, so very easy to calculate.
If most of your topics are long, they will be truncated to 8k tokens, otherwise they will use your topic length.
Yes.
Overgrow:
I assume that for both related topics and AI-powered search, all posts need to be vectorized only once, so I can calculate the total number of words in posts table and derive the number of tokens needed. The same process would apply to the daily addition of posts. I’m neglecting the search phrases for now.
Both work at the topic level, so one per topic.
2 个赞
RGJ
(Richard - Communiteq)
2025 年3 月 21 日 17:31
33
It seems that this documentation topic is out of date since this commit, as well as this documentation topic .
4 个赞
Falco
(Falco)
2025 年3 月 21 日 17:32
34
Indeed. @Saif can you update here?
3 个赞
Saif
(Saif Murtaza )
2025 年3 月 25 日 21:46
37
The OP has now been updated
1 个赞
May I know how to properly add the gems without forking the plugin with the suggested PR?
I’m trying the scale-to-zero feature on HuggingFace and I just need to use the rake task for backfill embeddings.
jlcoo
(Jiang Long)
2025 年7 月 7 日 08:33
40
why return 418 error code when I using discourse ai embeddings full search in DiscourseAi::Embeddings::EmbeddingsController#search as JSON? Could you help me?