Where relation between model and file is stored (in what table in PostgreSQL) in v 0.8.10 #23018
-
|
There is a possibility to attach file directly to model definition on Open WebUI (as opposed to attach existing Knowledge to Model). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
haven't worked with 0.8.10 specifically, but usually, you'd find these relations in a separate table or within a JSON column similar to the model table. if it's not in the meta column, check for any new or updated tables since a recent version. not sure beyond that, sorry! |
Beta Was this translation helpful? Give feedback.
haven't worked with 0.8.10 specifically, but usually, you'd find these relations in a separate table or within a JSON column similar to the model table. if it's not in the meta column, check for any new or updated tables since a recent version. not sure beyond that, sorry!