mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
fix: show resolved embedding model display name in dataset list (#17415)
This commit is contained in:
@@ -235,6 +235,7 @@ type KnowledgebaseListItem struct {
|
||||
ChunkNum int64 `json:"chunk_num"`
|
||||
ParserID string `json:"parser_id"`
|
||||
EmbdID string `json:"embd_id"`
|
||||
TenantEmbdID *string `json:"tenant_embd_id,omitempty"`
|
||||
Nickname string `json:"nickname"`
|
||||
TenantAvatar *string `json:"tenant_avatar,omitempty"`
|
||||
UpdateTime *int64 `json:"update_time,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user