fix: LOAD GENAI TO RUNTIME does not initialize the module

Signed-off-by: Wazir Ahmed <wazir@proxysql.com>
v4.0_rag_mcp
Wazir Ahmed 4 months ago
parent 50de536534
commit cecb975f66

@ -1092,6 +1092,10 @@ void ProxySQL_Admin::flush_genai_variables___database_to_runtime(SQLite3DB* db,
}
}
if (GloAI && GloGATH->variables.genai_enabled) {
GloAI->init();
}
if (lock) wrunlock();
}
if (resultset) delete resultset;

Loading…
Cancel
Save