Dt8333
|
7dd95d8a59
|
chore: auto ann fix by ruff (#4903)
* chore: auto fix by ruff
* refactor: 统一修正返回类型注解为 None/bool 以匹配实现
* refactor: 将 _get_next_page 改为异步并移除多余的请求错误抛出
* refactor: 将 get_client 的返回类型改为 object
* style: 为 LarkMessageEvent 的相关方法添加返回类型注解 None
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
|
2026-02-09 00:22:24 +08:00 |
|
RC-CHN
|
270c89c12f
|
feat: Add URL document parser for knowledge base (#3622)
* feat: 添加从 URL 上传文档的功能,支持进度回调和错误处理
* feat: 添加从 URL 上传文档的前端
* chore: 添加 URL 上传功能的警告提示,确保用户配置正确
* feat: 添加内容清洗功能,支持从 URL 上传文档时的清洗设置和服务提供商选择
* feat: 更新内容清洗系统提示,增强信息提取规则;添加 URL 上传功能的测试版标识
* style: format code
* perf: 优化上传设置,增强 URL 上传时的禁用逻辑和清洗提供商验证
* refactor:使用自带chunking模块
* refactor: 提取prompt到单独文件
* feat: 添加 Tavily API Key 配置对话框,增强网页搜索功能的配置体验
* fix: update URL hint and warning messages for clarity in knowledge base upload settings
* fix: 修复设置tavily_key的热重载问题
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-11-17 19:05:14 +08:00 |
|
LIghtJUNction
|
0b7fc29ac4
|
style: add ruff lint module of isort and pyupgrade, and some ruff check fix (#3214)
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com>
Co-authored-by: Soulter <905617992@qq.com>
|
2025-11-01 13:26:19 +08:00 |
|
Soulter
|
eb201c0420
|
feat: refactor knowledge base parsers and add MarkitdownParser for docx, xls, xlsx support
|
2025-10-25 22:00:54 +08:00 |
|
lxfight
|
594ccff9c8
|
fix: 添加数据库连接检查和知识库终止功能,增强错误处理和清理逻辑,修复知识库无法删除的问题
|
2025-10-25 11:56:37 +08:00 |
|
Soulter
|
8f021eb35a
|
feat: refactor document storage to use SQLModel and enhance database operations
|
2025-10-24 23:17:37 +08:00 |
|
Soulter
|
9430e3090d
|
feat: add progress callback for document upload and enhance upload progress tracking
|
2025-10-24 17:13:44 +08:00 |
|
Soulter
|
ba44f9117b
|
feat: enhance document upload process with batch settings and improved chunk handling
|
2025-10-24 16:37:37 +08:00 |
|
Soulter
|
a6be0cc135
|
feat: refresh knowledge base and document after uploading a document
|
2025-10-24 14:28:27 +08:00 |
|
Soulter
|
a53510bc41
|
refactor: comment out file path handling in KBHelper and search input in DocumentDetail
|
2025-10-24 14:27:01 +08:00 |
|
Soulter
|
1fd482e899
|
feat: update chunk deletion to include document ID and refresh metadata
|
2025-10-24 14:18:32 +08:00 |
|
Soulter
|
2f130ba009
|
feat: delete chunk and delete document
|
2025-10-24 13:59:17 +08:00 |
|
Soulter
|
7e0a50fbf2
|
feat: enhance knowledge base retrieval with chunk metadata and pagination support; remove unused chunk model
|
2025-10-24 00:44:40 +08:00 |
|
Soulter
|
59df244173
|
improve
|
2025-10-23 21:20:41 +08:00 |
|