fix: show resolved embedding model display name in dataset list (#17415)

This commit is contained in:
euvre
2026-07-27 19:09:16 +08:00
committed by GitHub
parent 0a8f28ff36
commit 246c40c4e6
4 changed files with 17 additions and 6 deletions

View File

@@ -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"`