| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: refactor label system (#3809) * fix(tag-mgmt): register legacy exception handlers + fix filter endpoint sync + add value usage index - backend/apps/app_factory.py: register handlers for legacy domain exceptions (UnauthorizedError->401, ForbiddenError->403, LimitExceededError->429, ValidationError->400, NotFoundException->404, DuplicateError->409, TagManagementConflictError->409, SignatureValidationError->401) so they no longer fall through to the generic 500 handler. Verified live: unauthenticated tag endpoints now return 401 instead of 500. - backend/apps/tag_management_app.py: convert filter_resource_tag_assignments from async/await to sync/_run to match the synchronous TagManagementDB.filter_authorized_resource_ids (which returns a dict, not a coroutine). Fixes TypeError -> HTTP 500 on the filter endpoint. - deploy/sql: add partial index idx_resource_tag_assignment_value (tenant_id, value_id, delete_flag) WHERE delete_flag='N' via new migration v2.5.4_0820_tag_value_usage_index.sql and init.sql. Benchmark at capacity limits (100 defs / 100k values / 50k assignments) showed value-usage-count was a 102ms Seq Scan; with the index it becomes a 1.28ms Index Only Scan. Idempotent (IF NOT EXISTS). * feat(tag-mgmt): unified tag management for KB/agent/MCP/skill resources - Add tenant-scoped tag libraries, definitions, values and assignments - Wire tag chips and filters into knowledge base, agent and MCP pages - Add document tag projection ledger with provider sync - Clean up assignments when KB/agent/MCP/skill resources are deleted - Add preflight and migration scripts v2.5.0-v2.5.3 - Cache assignment reads on list pages to avoid per-row HTTP requests * fix(tag-mgmt): migrate tag assignment entries and enable tag search for mine agents * feat(tag-mgmt): complete unified tag assignment flows * feat(tag-management): unify repository tag filters * feat(tag-management): localize and search agent tags * feat(tag-management): unify repository tag filtering * fix(tag-management): migrate legacy agent categories * fix(tag-management): restore rebased tag UI * feat(tag-management): support no-value tags * fix(tag-management): unblock CI checks * chore(sonar): exclude mirrored tag SQL from CPD * test(tag-management): raise patch coverage * fix(tag-management): address review feedback * fix: migrate tag services after management split | 2 天前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
✨[Improvement] Add automatic dimension validation when configuring the embedding model. | 1 年前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
🔨 unify logo and add doc favicon | 11 个月前 | |
✨[Improvement] Add automatic dimension validation when configuring the embedding model. | 1 年前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
🚚Code transfer | 1 年前 | |
🚚Code transfer | 1 年前 | |
🐛 Bugfix: save system config auto refresh (#3540) * 🐛 Bugfix: save system config auto refresh * 🐛 Bugfix: route redirect fix --------- Co-authored-by: hzw <hzw@qq.com> | 1 个月前 | |
✨[Improvement] Add automatic dimension validation when configuring the embedding model. | 1 年前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
✨ Model config now shows provider icon based on the base url of the models 🐛 Bugfix: optimize the model batch add logic to eliminate the name inconsistency (won't work for existing models) 🐛 Bugfix: knowledge base selection tag size abnormal | 11 个月前 | |
implement DashScope and TokenPony model providers | 5 个月前 | |
import ali and volc stt model (#2934) * improve codecov * implement asr * import ali qwen realtime tts model * import volc realtime tts model * improve code readability * improve code readability * add test files * improve code readability and maintainability by adding comments and improving variable names. * improve test files * improve test files * improve test files * add test code for ali voice model to improve coverage * add test code for ali voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * add test code for voice model to improve coverage * save stt only * add test files * add user guide for voice model and Modify the prompt in the base_utl input box of the voice model | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 天前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 5 个月前 | ||
| 3 个月前 |