From 77a824235f10558fffcdcb9bd23b9cccb91d12da Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 16 Jun 2025 20:11:12 +0800 Subject: [PATCH] fix: correct embedding_model_id references in SQL and Vue files --- apps/knowledge/sql/list_knowledge.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/knowledge/sql/list_knowledge.sql b/apps/knowledge/sql/list_knowledge.sql index 92c1dd910..bece1800f 100644 --- a/apps/knowledge/sql/list_knowledge.sql +++ b/apps/knowledge/sql/list_knowledge.sql @@ -11,6 +11,7 @@ FROM (SELECT "temp_knowledge".id::text, "temp_knowledge".name, "temp_knowledge".file_size_limit, "temp_knowledge".file_count_limit, "temp_knowledge"."scope", + "temp_knowledge"."embedding_model_id"::text, "document_temp"."char_length", CASE WHEN @@ -40,6 +41,7 @@ FROM (SELECT "temp_knowledge".id::text, "temp_knowledge".name, 0 as file_size_limit, 0 as file_count_limit, 'WORKSPACE' as "scope", + '' as "embedding_model_id", 0 as char_length, 0 as application_mapping_count, 0 as document_count