We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93e3e9 commit 1f79e4bCopy full SHA for 1f79e4b
src/client/utils/st_common.py
@@ -238,8 +238,8 @@ def update_set_tool():
238
239
disable_selectai = not is_db_configured()
240
disable_vector_search = not is_db_configured()
241
-
242
- if disable_selectai and disable_vector_search:
+
+ if disable_selectai and disable_vector_search:
243
logger.debug("Vector Search/SelectAI Disabled (Database not configured)")
244
st.warning("Database is not configured. Disabling Vector Search and SelectAI tools.", icon="⚠️")
245
state.user_settings["selectai"]["enabled"] = False
0 commit comments