I’m talking about this feature the AI plugins has:
We’ve been reorganizing how they get configured, and it may be the root cause of the issue you saw in your site.
If you are not using this feature, maybe you enabled it in your site but never configured?
To open a console, you can do:
./launcher enter app
rails c
If you no longer have the plugin installed, you will have to do:
DB.query_single("SELECT id FROM embedding_definitions").first
Additionally, it would be helpful to know this value:
SiteSetting.ai_embeddings_model
You could also re-install the plugin and disabled the site setting mentioned above until you re-configure it.