fix: 修复文档列表显示问题和添加文档详情页面
修复: - Document.to_dict() 添加 file_type 和 file_size 字段 - 文档列表正确显示类型和大小 新增: - /documents/<id> 文档详情页面 - document_detail.html 模板(显示文档信息、分块内容、关键词等)
This commit is contained in:
Reference in New Issue
Block a user
修复: - Document.to_dict() 添加 file_type 和 file_size 字段 - 文档列表正确显示类型和大小 新增: - /documents/<id> 文档详情页面 - document_detail.html 模板(显示文档信息、分块内容、关键词等)