Stephen Zhou
cbfd1f69ee
refactor(knowledge-fs): split translations into dedicated namespace
2026-09-03 17:37:59 +08:00
Jyong
c8aa2d4f59
feat(knowledge-fs): report specific, actionable background task failures
...
Every document-processing failure surfaced as "the document could not be
processed", and every data-source failure as "the source could not be read",
because the root cause was erased at three points: the compilation classifier
collapsed any coded-but-non-retryable error into DOCUMENT_COMPILATION_FAILED,
datasource runtime errors were reduced to per-operation constants, and the
console mapped dozens of codes onto a handful of generic sentences without the
stage or a support reference.
- knowledge-fs: keep the specific public code for any coded error in the
compilation classifier (retry follows the error or the catalog policy), tag
previously uncoded failures (semantic chunking output, embedding dimension,
PDF rendering, lease loss, generation model, unsupported file type) with
public codes, give embedding provider errors their own codes instead of the
parser's, alias datasource runtime codes, and register 17 catalog entries
(model response invalid, parser unsupported type, PDF render, crawl page
not found, provider timeout/unavailable/rejected, content too large, ...).
- api: extend the public error-code enum (including the missing
DOCUMENT_PARSER_TIMEOUT) and regenerate the contracts.
- web: per-code copy that says what happened and what to do, in all 24
locales, plus a "failed while <stage> · reference <id>" line under each
failed task in the background-task drawer and the document task list.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015zw5G5SX3HmVfnZof6YWAc
2026-09-03 03:09:29 -04:00
Stephen Zhou
947b654d14
fix(knowledge-fs): allow dismissing finished tasks
2026-09-03 14:37:23 +08:00
Stephen Zhou
45bee40955
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/controllers/console/datasets/datasets.py
# api/tests/unit_tests/controllers/console/datasets/test_datasets.py
2026-09-02 21:56:53 +08:00
YungLe
3cd1fc098c
feat: allow knowledge base API keys to be scoped to a single dataset ( #37569 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-09-02 10:30:42 +00:00
Jyong
222d09f474
feat(knowledge-fs): add profile-driven multimodal retrieval
2026-09-02 01:01:57 -04:00
Stephen Zhou
e9180d38e5
refactor(knowledge-fs): remove new rag edit guards
2026-09-01 18:02:18 +08:00
Stephen Zhou
b6361fc3f0
fix(knowledge-fs): sync evaluation copy translations
2026-08-31 17:50:53 +08:00
Stephen Zhou
3983f979b7
fix(knowledge-fs): align quality evaluation layout
2026-08-31 17:10:12 +08:00
Stephen Zhou
f51552508d
fix(knowledge-fs): use workspace upload size limit in new rag
2026-08-28 16:16:24 +08:00
Stephen Zhou
83e827e0b4
fix(knowledge-fs): remove provider sync policy from frontend
2026-08-28 15:55:49 +08:00
Stephen Zhou
979f09b30d
fix(web): simplify document upload format guidance
2026-08-25 20:00:30 +08:00
Stephen Zhou
d5fd45bb41
feat(knowledge_fs): expand supported document upload formats
2026-08-25 19:58:15 +08:00
Stephen Zhou
da650b63e5
fix(web): correct new RAG frontend behavior
2026-08-21 15:31:59 +08:00
Jyong
0391141936
feat(quality): show replay evidence details
2026-08-19 09:45:41 -04:00
Jyong
9553e7710c
fix(knowledge-fs): allow optional notes and ignore bad cases
2026-08-19 04:16:42 -04:00
Jyong
02151d0afa
fix(knowledge-fs): correct quality retest workflow
2026-08-19 03:03:31 -04:00
Stephen Zhou
c31ed67608
feat(web): add legacy knowledge upgrade experience
2026-08-18 14:00:04 +08:00
Stephen Zhou
b767fdac38
fix(web): remove quality tab counts (WTA-2067)
2026-08-17 16:10:44 +08:00
Stephen Zhou
e903772ee0
fix(knowledge-fs): hide idle model validation status
2026-08-13 16:23:29 +08:00
Stephen Zhou
9c5a38abbc
fix(knowledge-fs): unify incomplete model guidance (WTA-1987)
2026-08-13 12:59:27 +08:00
Stephen Zhou
c7507e3dbb
fix(knowledge-fs): show initial source provisioning (WTA-1983)
2026-08-13 00:30:30 +08:00
Jyong
0d67bd281b
fix(knowledge-fs): correct overview attention signals
2026-08-12 10:56:33 -04:00
Jyong
b3a7c7a3e0
feat(knowledge-fs): unify public error handling
2026-08-12 07:00:59 -04:00
Stephen Zhou
9926a4a1fc
fix(knowledge-fs): unify sync policy editing (WTA-1978)
2026-08-12 18:21:19 +08:00
Stephen Zhou
53bbe94d3b
fix(knowledge-fs): align knowledge creation form
2026-08-12 17:22:28 +08:00
Stephen Zhou
a201e133de
feat(knowledge-fs): support datasource-driven source previews
2026-08-12 08:33:52 +08:00
Jyong
c8780dcb7c
fix(workflow): stabilize KnowledgeFS retrieval access
...
Keep the workflow editor mounted after history updates, expose an independent Workflow Access control, and map KnowledgeFS admission failures to actionable localized errors. Add frontend and backend regression coverage for KF-BUG-020 and KF-BUG-021.
2026-08-11 11:51:17 -04:00
Jyong
14e5afa54d
Update application components and supporting logic
2026-08-11 05:52:22 -04:00
Stephen Zhou
1db2f68b3d
fix(web): align create knowledge flow with design
2026-08-10 17:00:17 +08:00
Stephen Zhou
3b9be7d03f
fix(knowledge-fs): improve source sync and crawl preview
2026-08-07 16:44:08 +08:00
Stephen Zhou
743b534212
fix(web): align document upload with design
2026-08-06 17:40:56 +08:00
Stephen Zhou
25fee85f0f
fix(web): align empty documents state with design
2026-08-06 17:02:50 +08:00
Stephen Zhou
43f7fcae36
fix: show retrieval metrics in trace history
2026-08-06 16:30:07 +08:00
Stephen Zhou
f2255e0d27
fix(web): align retrieval failure state with design
2026-08-06 14:51:54 +08:00
Stephen Zhou
18ae46f7a3
fix(web): align retrieval result annotations
2026-08-06 13:59:50 +08:00
Stephen Zhou
654884817a
fix(web): align new rag retrieval test with design
2026-08-06 12:53:57 +08:00
Stephen Zhou
a4756e953d
feat(dataset): filter New RAG spaces by creator
2026-08-05 13:46:06 +08:00
Stephen Zhou
c758131fb9
feat(dataset): support New RAG document metadata
2026-08-04 19:33:19 +08:00
Stephen Zhou
a65845e5fa
fix(dataset): synchronize New RAG translations
2026-08-03 23:22:30 +08:00
Stephen Zhou
d040afebfb
fix(knowledge-fs): align new rag edge states
2026-08-03 11:06:21 +08:00
Jyong
4d5f845b8c
Merge codex/golden-question-bulk-import into deploy/konwledge
...
# Conflicts:
# api/knowledge-fs-contract.lock.json
# api/services/knowledge_fs/data_facade.py
# api/tests/unit_tests/services/test_knowledge_fs_data_facade.py
# knowledge-fs/scripts/export-capability-v2-operations.test.mjs
# packages/contracts/generated/api/console/knowledge-fs/orpc.gen.ts
2026-08-02 11:35:09 -04:00
Jyong
c9cdc34abc
feat(dataset): add golden question bulk import
2026-08-02 11:29:11 -04:00
Stephen Zhou
c91e48127a
fix(dataset): align New RAG overview indexing state
2026-07-31 17:20:07 +08:00
Stephen Zhou
465e7011e5
fix(dataset): align New RAG overview design
2026-07-31 12:05:53 +08:00
Stephen Zhou
480deebf02
fix(knowledge-fs): harden research progress and scoring
2026-07-31 11:39:36 +08:00
Stephen Zhou
cb02cdd545
fix(dataset): stabilize New RAG re-index task handling
2026-07-30 23:51:33 +08:00
Stephen Zhou
178c301c5f
fix(dataset): align New RAG settings edge states
2026-07-30 17:59:00 +08:00
Stephen Zhou
dc959e0c0f
fix(dataset): align New RAG settings with design
2026-07-30 17:04:54 +08:00
Stephen Zhou
4ffe1870d1
fix(dataset): synchronize New RAG translations
2026-07-29 22:52:23 +08:00