fix: Handle missing dataset avatars and improve routing

This commit is contained in:
twwu
2025-09-10 10:51:48 +08:00
parent 65780e96ca
commit 9fdaa14c8d
4 changed files with 56 additions and 23 deletions

View File

@ -403,7 +403,7 @@ export type SimpleDocumentDetail = InitialDocumentDetail & {
}
}
doc_metadata?: MetadataItemWithValue[]
created_from: string
created_from: 'rag-pipeline' | 'web'
}
export type DocumentListResponse = {