You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have different models in queries we may want to assign different variables to different models it that way
SELECTt.column,
m2.predictionas pr2
FROM table as t
JOIN model1 as m1
JOIN model2 as m2
USING m1.prompt_template='some template', m2.prompt_template='something else';
The text was updated successfully, but these errors were encountered:
If we have different models in queries we may want to assign different variables to different models it that way
The text was updated successfully, but these errors were encountered: