- 新增 AsyncKnowledgeBase 类中的 previewKnowledgeBaseDocument 方法,用于预览知识库文档 - 在 KnowledgeBaseController 中添加预览知识库文档的 API 接口 - 修改 KnowledgeBasePreviewRespVO,增加文档标号字段 - 更新 KnowledgeBaseServiceImpl 中的 previewKnowledgeBaseDocument 方法,使用异步服务进行文档预览- 在 LLMBackendProperties 中添加知识库文件预览相关的配置项 - 调整 PageResult 类,移除冗余字段- 更新 RagHttpService 类,增加预览知识库文档的 HTTP 请求方法