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
|
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
|
e3aa1315ae
|
stage
|
2025-10-23 00:31:15 +08:00 |
|
ctrlkk
|
dcd8a1094c
|
feat: 优化 SQLite 参数配置,对话和会话管理增加输入防抖机制 (#2969)
* feat: 优化 SQLite 数据库初始化设置并增强会话搜索功能,会话管理增加输入防抖
* fix: adjust SQLite cache and mmap size
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-10-06 17:13:53 +08:00 |
|
ctrlkk
|
68ff8951de
|
feat: 添加分页和搜索功能以获取会话列表,优化前端与后端的数据交互 (#2906)
* feat: 添加分页和搜索功能以获取会话列表,优化前端与后端的数据交互
* fix: 修复会话计数显示,使用总项数替代会话数组长度
* fix: 将参数类型和名称与实现内容匹配。
* perf: convert for loop into list comprehension
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* fix: type checking error
* fix: 优化 persona_id 的获取逻辑
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-28 23:25:30 +08:00 |
|
Soulter
|
c2a34475f1
|
feat: 支持删除指定会话以及部分会话管理优化 (#2895)
* feat: add toast notification system with snackbar component
* feat: add session deletion functionality
* feat: support batch operations for updating session persona, provider, LLM, and TTS statuses
fix: #2263
* feat: 修复对话状态关闭,删除对话管理库会导致对话无法恢复
fixes: #2309
|
2025-09-27 20:36:30 +08:00 |
|
Soulter
|
6084abbcfe
|
feat: add user_id search capability in get_filtered_conversations
|
2025-09-21 22:45:55 +08:00 |
|
Soulter
|
9f939b4b6f
|
fix: 修复对话管理页面的关键词搜索功能失效的问题并优化一些 UI 样式 (#2837)
* fix: 修复对话管理页面的关键词搜索功能失效的问题并优化一些 UI 样式
fixes: #2782
* style: format code
* fix: remove debug print statements from conversation retrieval methods
|
2025-09-21 20:55:15 +08:00 |
|
Soulter
|
7740e1e131
|
ci: add ci stage of code format checking (#2750)
* style: ruff format
* ci(dashboard-ci): ensure GitHub Release action only runs on push events
* ci(code-format): ruff format and ruff check
|
2025-09-14 18:05:58 +08:00 |
|
Soulter
|
1a84ebbb1e
|
fix: remove debug print statement for reranked results in FaissVecDB
|
2025-08-19 17:57:16 +08:00 |
|
Soulter
|
c9c0352369
|
feat: 知识库支持配置重排序模型
|
2025-08-19 17:51:01 +08:00 |
|
Soulter
|
64bcbc9fc0
|
refactor: 重构 SharedPreference 类并采用数据库存储替换 json 存储 (#2482)
|
2025-08-18 19:12:26 +08:00 |
|
Soulter
|
b2e39b9701
|
fix: 修复迁移对话时的一些问题
|
2025-08-17 23:44:08 +08:00 |
|
Soulter
|
e95ad4049b
|
feat: 添加 WebUI 迁移助手以及相关迁移方法 (#2477)
|
2025-08-17 23:24:30 +08:00 |
|
Soulter
|
b1e3018b6b
|
Improve: 引入全新的人格管理模式以及重构函数工具管理器 (#2305)
* feat: add persona management
* refactor: 重构函数工具管理器,引入 ToolSet,并让 Persona 支持绑定 Tools
* feat: 更新 Persona 工具选择逻辑,支持全选和指定工具的切换
* feat: 更新 BaseDatabase 中的 persona 方法返回类型,支持返回 None
|
2025-08-04 00:56:26 +08:00 |
|
Soulter
|
842c3c8ea9
|
Refactor: using sqlmodel(sqlchemy+pydantic) as ORM framework and switch to async-based sqlite operation (#2294)
* stage
* stage
* refactor: using sqlchemy as ORM framework, switch to async-based sqlite operation
- using sqlmodel as ORM(based on sqlchemy and pydantic)
- add Persona, Preference, PlatformMessageHistory table
* fix: conversation
* fix: remove redundant explicit session.commit, and fix some type error
* fix: conversation context issue
* chore: remove comments
* chore: remove exclude_content param
|
2025-08-02 15:44:00 +08:00 |
|
Soulter
|
7098c98dde
|
fix: 修复 Windows 下部署项目时可能出现的 UnicodeDecodeError
fixes: #1548
|
2025-06-11 00:25:14 +08:00 |
|
Soulter
|
2ab5810f13
|
perf: improve transaction performance in vector db
|
2025-05-30 12:59:26 +08:00 |
|
Soulter
|
af934c5d09
|
fix: correct dimension typo and enhance API registration logic
|
2025-05-30 11:42:39 +08:00 |
|
Soulter
|
a36e11973d
|
perf: code quality
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
|
2025-05-23 16:56:09 +08:00 |
|
Soulter
|
5125568ea2
|
perf: 交换 if/else 表达式的分支以删除否定
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
|
2025-05-23 16:49:08 +08:00 |
|
Soulter
|
4107a17370
|
chore: add faiss and aiosqlite deps
|
2025-05-23 14:04:13 +08:00 |
|
Soulter
|
06b4d8f169
|
perf: vecdb similarity type
|
2025-05-23 13:45:00 +08:00 |
|
Soulter
|
1c0c820746
|
remove: loguru
|
2025-05-23 13:42:17 +08:00 |
|
Soulter
|
d061403a28
|
remove: loguru
|
2025-05-23 13:39:20 +08:00 |
|
Soulter
|
5c092321a6
|
feat: faiss vecdb implementation
remove: old knowledgedb deps
|
2025-05-23 13:16:24 +08:00 |
|
Soulter
|
bdd3f61c1f
|
remove: old knowledge db impl and useless impls
|
2025-05-23 11:43:26 +08:00 |
|
Raven95676
|
c111da4681
|
refactor: 修改框架路径获取方式,规范化路径拼接
|
2025-05-06 17:30:34 +08:00 |
|
AliveGh0st
|
5f4f913661
|
✨ feat: 增加对 Gemini 系列模型的输入安全设置参数支持
fixes: #216
Squashed:
Update astrbot/core/config/default.py
描述更正.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
🎨 style: clean up
🐛 fix: 修复安全设置参数的默认值为列表
|
2025-04-04 21:12:51 +08:00 |
|
anka
|
6b6577006d
|
perf: 格式化
|
2025-03-26 17:59:30 +08:00 |
|
Soulter
|
9c9ab50d1a
|
🎈 perf: 优化 WebUI 对话数据库中文历史检索
|
2025-03-26 13:50:11 +08:00 |
|
Soulter
|
d4bcb8174e
|
🐛 fix: 修复部分可能形成 SQL 注入的风险
|
2025-03-26 13:41:18 +08:00 |
|
Soulter
|
125fc3a622
|
✨ feat: 支持 WebUI 对话管理
|
2025-03-25 19:44:46 +08:00 |
|
Soulter
|
49bba9bf98
|
style: format codes
|
2025-03-03 13:30:55 +08:00 |
|
Soulter
|
67095f97b1
|
🐛 fix: delete conversation
✨ feat: supports active reply whitelist
|
2025-02-14 01:43:52 +08:00 |
|
Soulter
|
12f4e1146f
|
feat: 更好的对话管理
|
2025-02-05 13:26:53 +08:00 |
|
Soulter
|
480dffb51b
|
feat: 初步实现 webchat 页面
|
2025-01-10 21:48:15 +08:00 |
|
Soulter
|
c6bdac8835
|
format: code lint
(ruff, uv 是个好东西)
|
2024-12-10 22:09:53 +08:00 |
|
Soulter
|
bdfc77d349
|
refactor: im so tired :)
|
2024-12-09 22:38:42 +08:00 |
|
Soulter
|
750a93a1aa
|
remove: 移除了 nakuru-project 库
但仍然使用其对 OneBot 的数据格式封装。
|
2024-12-02 19:31:33 +08:00 |
|
Soulter
|
6ab8114eee
|
feat: v3.4.0
|
2024-11-27 15:04:30 +08:00 |
|