Liuyang
59fec73c98
feat(llm): 实现知识库文档预览功能
- 新增 AsyncKnowledgeBase 类中的 previewKnowledgeBaseDocument 方法,用于预览知识库文档
- 在 KnowledgeBaseController 中添加预览知识库文档的 API 接口
- 修改 KnowledgeBasePreviewRespVO,增加文档标号字段
- 更新 KnowledgeBaseServiceImpl 中的 previewKnowledgeBaseDocument 方法,使用异步服务进行文档预览- 在 LLMBackendProperties 中添加知识库文件预览相关的配置项
- 调整 PageResult 类,移除冗余字段- 更新 RagHttpService 类,增加预览知识库文档的 HTTP 请求方法
2025-03-15 16:57:42 +08:00
..
2025-03-15 16:57:42 +08:00
2024-09-29 21:01:42 +08:00
2024-07-29 09:40:13 +00:00
2024-11-09 18:38:24 +08:00
2024-09-29 21:40:59 +08:00
2024-07-07 09:14:36 +08:00
2023-12-08 22:17:52 +08:00
2024-04-16 09:17:11 +08:00
2024-10-27 15:14:38 +08:00
2024-08-31 13:31:11 +08:00
2024-07-17 19:24:34 +08:00
2024-10-01 15:13:01 +08:00
2024-09-29 12:58:49 +08:00
2024-10-27 15:14:38 +08:00
2024-11-23 10:17:42 +08:00
2024-04-04 01:49:49 +08:00