# Discourse AI - 语义搜索和总结在我们的配置中无法正常工作

**URL:** <https://meta.discourse.org/t/discourse-ai-semantic-search-summarization-not-working-for-our-configuration/360834>\
**Category:** Support\
**Tags:** ai, ai-summarize\
**Created:** [2025年四月8日 03:22 UTC](https://meta.discourse.org/t/discourse-ai-semantic-search-summarization-not-working-for-our-configuration/360834 "2025-04-08T03:22:41Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![Steve\_John](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steve_john/32/435022_2.png) [@Steve\_John](https://meta.discourse.org/u/Steve_John)\
**Post date:** [2025年四月8日 03:22 UTC](https://meta.discourse.org/t/discourse-ai-semantic-search-summarization-not-working-for-our-configuration/360834/1 "2025-04-08T03:22:41Z")

</div>

我们已成功配置Discourse AI插件，使用如下：

- LLM模型：admin`gpt-3.5-turbo`
- Embeddings模型：`text-embedding-3-small`

我们还从`/sidekiq/scheduler`触发了后台任务：

- `Jobs::EmbeddingsBackfill`
- `Jobs::SummariesBackfill`

两者都成功完成。另外，embedding模型的测试也返回了成功的响应。

然而，我们遇到了两个未解决的问题：

1. AI语义搜索：

- 搜索界面中的AI搜索开关保持禁用状态，无法开启。
- 尽管存在匹配内容，但总是显示“抱歉，我们的AI搜索未找到匹配的话题”。

1. AI总结：

- 在任何话题页面上都看不到“AI总结”按钮或输出，虽然所有总结相关的设置和角色均已正确启用。

AI助手（起草助手）工作正常，但AI搜索和AI总结功能（未显示总结按钮）依然处于非激活状态，可能是因为尽管后台任务报告成功，但现有话题的embedding未被应用。

---

_[View the full topic](https://meta.discourse.org/t/discourse-ai-semantic-search-summarization-not-working-for-our-configuration/360834)._
