Soulter
|
4e9cce76da
|
feat: add timing logs for dense and sparse retrieval processes and adjust top K results in sparse retriever
|
2025-10-24 17:51:30 +08:00 |
|
Soulter
|
9b004f3d2f
|
feat: update document retrieval to include limit and offset parameters
|
2025-10-24 17:38:22 +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
|
38e3f27899
|
feat: update knowledge base retrieval configuration and UI adjustments
|
2025-10-24 15:06:07 +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
|
e0ac743cdb
|
perf: remove rerank functionality from settings tab and related form data
|
2025-10-24 12:13:51 +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 |
|
Soulter
|
e3aa1315ae
|
stage
|
2025-10-23 00:31:15 +08:00 |
|
Soulter
|
65bc5efa19
|
feat: 集成知识库管理器,优化知识库上下文注入流程,移除冗余代码
|
2025-10-22 21:59:00 +08:00 |
|
lxfight
|
a05868cc45
|
feat: 更新知识库管理器以支持重排序模型提供商,调整相关组件的默认配置和提示信息
|
2025-10-20 22:38:06 +08:00 |
|
lxfight
|
2fc77aed15
|
feat: 添加知识库检索功能,支持根据知识库 ID 列出相关会话;更新相关界面和国际化文本
|
2025-10-20 22:23:35 +08:00 |
|
lxfight
|
beccae933f
|
fix:修复KBSessionConfig的导入问题
|
2025-10-19 21:36:01 +08:00 |
|
lxfight
|
a0254ed817
|
refactor: 优化知识库管理器和数据库操作的代码格式
|
2025-10-19 19:36:26 +08:00 |
|
lxfight
|
ad96d676e6
|
feat: 实现知识库核心后端模块
- 实现完整的知识库数据模型(知识库、文档、文档块、会话配置)
- 实现基于 SQLite 的向量数据库存储和检索
- 实现文档解析器(PDF、TXT)和固定大小分块器
- 实现混合检索系统(密集向量检索 + BM25 稀疏检索 + RRF 融合)
- 实现知识库生命周期管理和消息注入器
- 支持会话级别的知识库配置和关联
|
2025-10-19 18:40:55 +08:00 |
|