We’ve successfully configured the Discourse AI plugin using:
- LLM Model:
gpt-3.5-turbo
- Embeddings Model:
text-embedding-3-small
We also triggered the background jobs from /sidekiq/scheduler
:
Jobs::EmbeddingsBackfill
Jobs::SummariesBackfill
Both completed with a success status. Additionally, the embedding model test returned a successful response.
However, we’re encountering two unresolved issues:
- AI Semantic Search:
- The AI Search toggle in the search interface remains disabled and cannot be turned on.
- The message “Sorry, our AI search found no matching topics” is always shown, despite existing matching content.
- AI Summarization:
- The “AI Summary” button or output is not visible on any topic page, even though all summarization-related settings and the persona are correctly enabled.
The AI Helper (composer assistant) works as expected, but AI Search and AI Summarization features (Summarize button not visible) remain inactive, likely due to embeddings not being applied to existing topics despite backfill jobs reporting success.