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
|
38e3f27899
|
feat: update knowledge base retrieval configuration and UI adjustments
|
2025-10-24 15:06:07 +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 |
|
Soulter
|
e3aa1315ae
|
stage
|
2025-10-23 00:31:15 +08:00 |
|
Soulter
|
65bc5efa19
|
feat: 集成知识库管理器,优化知识库上下文注入流程,移除冗余代码
|
2025-10-22 21:59:00 +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 |
|