Replies: 1 comment
-
|
hi, This is because we have retained user data. For subsequent deployments, you need to execute the incremental SQL file, located in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
添加自定义模型时连通性可用,但是点击添加后报错:



“添加模型失败:Failed to create model: (psycopg2.errors.UndefinedColumn) column model_record_t.expected_chunk_size does not exist LINE 1: ....connect_status, nexent.model_record_t.tenant_id, nexent.mod... ^ [SQL: SELECT nexent.model_record_t.model_id, nexent.model_record_t.model_repo, nexent.model_record_t.model_name, nexent.model_record_t.model_factory, nexent.model_record_t.model_type, nexent.model_record_t.api_key, nexent.model_record_t.base_url, nexent.model_record_t.max_tokens, nexent.model_record_t.used_token, nexent.model_record_t.display_name, nexent.model_record_t.connect_status, nexent.model_record_t.tenant_id, nexent.model_record_t.expected_chunk_size, nexent.model_record_t.maximum_chunk_size, nexent.model_record_t.create_time, nexent.model_record_t.update_time, nexent.model_record_t.created_by, nexent.model_record_t.updated_by, nexent.model_record_t.delete_flag FROM nexent.model_record_t WHERE nexent.model_record_t.delete_flag = %(delete_flag_1)s AND nexent.model_record_t.tenant_id = %(tenant_id_1)s AND nexent.model_record_t.display_name = %(display_name_1)s] [parameters: {'delete_flag_1': 'N', 'tenant_id_1': '73530e78-c04d-497a-855e-bb4407a1308d', 'display_name_1': 'bge-m3'}] (Background on this error at: https://sqlalche.me/e/20/f405)
”
我的nexent是通过docker本地部署的完整版:
Beta Was this translation helpful? Give feedback.
All reactions