Does the ALL_MINILM_L12_V2 model in database 23ai train any LM using our data?
I am experimenting with Oracle Database 23ai using the Oracle delivered all_MiniLM_L12_v2.onnx model.
I have the model loaded into the database and a test table created that is vectorized. I am curious if generating vectors on table does any type of training of an AI model (LM) behind the scenes or is the vector data entirely self-contained in our database?
Secondary question, if using SELECT AI to query a vectorized table, does that query train any AI behind the scenes?
0