Skip to content

Commit 77a8242

Browse files
committed
fix: correct embedding_model_id references in SQL and Vue files
1 parent 310fd12 commit 77a8242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/knowledge/sql/list_knowledge.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FROM (SELECT "temp_knowledge".id::text, "temp_knowledge".name,
1111
"temp_knowledge".file_size_limit,
1212
"temp_knowledge".file_count_limit,
1313
"temp_knowledge"."scope",
14+
"temp_knowledge"."embedding_model_id"::text,
1415
"document_temp"."char_length",
1516
CASE
1617
WHEN
@@ -40,6 +41,7 @@ FROM (SELECT "temp_knowledge".id::text, "temp_knowledge".name,
4041
0 as file_size_limit,
4142
0 as file_count_limit,
4243
'WORKSPACE' as "scope",
44+
'' as "embedding_model_id",
4345
0 as char_length,
4446
0 as application_mapping_count,
4547
0 as document_count

0 commit comments

Comments
 (0)