How can I disable "ai_embeddings_semantic_quick_search_enabled" now it’s hidden?

I had enabled the use of artificial intelligence in speed dial, but since it was not ready yet, you removed the visibility of this setting from the admin panel in the new update.

However, there is a problem: it still appears on the site and gives a 500 error. I want to hide this area, how can I do it?

image

“ai_embeddings_semantic_quick_search_enabled”

Hello :wave: Hidden site settings are accessible from rails console.

So to disable this setting you can do on the 2. point:

SiteSetting.ai_embeddings_semantic_quick_search_enabled = false
3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.