Add LLM token
This commit is contained in:
@@ -241,6 +241,9 @@ async def get_document_management_list():
|
||||
"updated_at": item.updated_at.isoformat(),
|
||||
"regulation_type": item.regulation_type,
|
||||
"version": item.version,
|
||||
# True only when the original binary file is stored in MinIO.
|
||||
# Milvus-only synthetic docs have no binary file — download is disabled.
|
||||
"has_file": bool(item.object_name),
|
||||
}
|
||||
for item in documents
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user