mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-11 18:01:26 +08:00
fix(knowledge-base): display embedding model friendly name in datasetlabel (#17842)
This commit is contained in:
@@ -22,6 +22,7 @@ export interface IDataset {
|
||||
description?: string;
|
||||
document_count: number;
|
||||
embedding_model: string;
|
||||
embedding_model_name?: string;
|
||||
size?: number;
|
||||
graphrag_task_finish_at: string;
|
||||
graphrag_task_id: Nullable<string>;
|
||||
|
||||
Reference in New Issue
Block a user