天海蒼灆
b85b908bb6
Feat: data source test connection with unified connector validation ( #14992 )
2026-08-18 09:36:48 +08:00
buua436
1ef4ddddec
fix: align Go ingestion progress and pipeline selection ( #18366 )
...
Fixes Go ingestion progress reporting and pipeline selection:
- Add timestamps to document progress logs.
- Keep document duration and status updated during parsing.
- Start frontend polling immediately after parsing begins.
- Prevent documents explicitly using General from inheriting an old
dataset pipeline.
- Populate missing pipeline operation log fields.
- Remove stale component progress logs between retries.
- Prevent progress values greater than `1`.
2026-08-17 16:58:44 +08:00
balibabu
3079e4f659
Feat: Move wiki-related translation resources to a namespace. ( #18359 )
2026-08-17 16:20:23 +08:00
jay77721
452720a62d
feat(ingestion): end-to-end Auto metadata in Go (extractor merge, builtin UI, built-in fields) ( #18273 )
2026-08-17 14:17:48 +08:00
balibabu
8664d8d62a
Fix: Switching the rerank model on the chat page fails to save the configuration. ( #18357 )
2026-08-17 13:28:11 +08:00
chanx
f8764d30a5
Fix: enhance form submission error handling and update rerank form field prefix ( #18351 )
2026-08-17 13:27:58 +08:00
chanx
ddff47e7cb
feat(web): pin the current user to the top of admin user list ( #18345 )
2026-08-17 11:20:15 +08:00
euvre
00df872e03
fix(search): show honest empty state when mind map has no content ( #18294 )
2026-08-14 20:22:29 +08:00
euvre
0df1b24f76
fix(web): show queued memory extraction tasks as pending instead of failed ( #18297 )
2026-08-14 20:22:00 +08:00
balibabu
a897a25aa7
Fix:The dialog will display the referenced documentation even if the API does not return any documentation data. ( #18298 )
2026-08-14 20:18:55 +08:00
chanx
c9fda1c26c
Fix: hide top-k under the rerank model ( #18302 )
...
### Summary
Fix: hide top-k under the rerank model
2026-08-14 20:16:37 +08:00
euvre
b1fd00074e
fix(web): preserve leading whitespace in chunk card content ( #18215 )
2026-08-14 19:17:25 +08:00
balibabu
98b3785eff
Fix: Prevent the tool operator from being dragged and connected by other operators. ( #18290 )
2026-08-14 19:12:58 +08:00
buua436
1c402be21d
fix: hide wiki mode on python backend ( #18289 )
2026-08-14 19:12:45 +08:00
balibabu
3a8ea35965
Fix: If the model is removed from the supplier list, an error should occur when accessing the search and memory pages. ( #18270 )
2026-08-14 19:07:57 +08:00
euvre
3fbc6346d0
fix(agent): keep agent chat sidebar scroll container shrinkable ( #18252 )
2026-08-14 18:24:26 +08:00
euvre
94f535f364
fix(web): make the selected agent-explore session visually distinct ( #18253 )
2026-08-14 18:24:20 +08:00
chanx
ed4e1c03c0
fix(web): scope answer loading placeholder to the last message ( #18284 )
2026-08-14 18:22:20 +08:00
balibabu
6445390c24
The tool operators that allow the agent to be collapsed and hidden ( #18288 )
2026-08-14 18:22:06 +08:00
balibabu
e4df8ebc5c
Fix: Delete unused wiki template pages. ( #18275 )
2026-08-14 15:55:12 +08:00
balibabu
3fdf29b609
Fix: Editing a document slice requires showing the wiki's update button ( #18267 )
2026-08-14 14:48:59 +08:00
chanx
5e871986e2
refactor(web): drop per-model checkbox selection from batch actions ( #18233 )
2026-08-14 09:49:36 +08:00
chanx
1127ce0cb0
fix(web): enable client pagination in admin user detail tables ( #18238 )
2026-08-14 09:34:06 +08:00
buua436
a4e819504c
feat: support entity and topic wiki modes ( #18216 )
2026-08-13 19:03:24 +08:00
balibabu
8f6b5d0e99
Fix: Remove the right anchor point of the tool node ( #18224 )
2026-08-13 18:52:24 +08:00
chanx
9d1a779af9
fix(web): keep reasoning and internet options when regenerating an answer ( #18226 )
2026-08-13 18:52:04 +08:00
chanx
7427d94d50
perf(web): stop re-rendering the whole chat transcript on every stream flush ( #18221 )
2026-08-13 17:22:54 +08:00
chanx
bb4b58e314
fix(web): seed new conversation from server prologue before appending question ( #18206 )
2026-08-13 16:33:44 +08:00
chanx
a79a6aaa51
fix(web): abort the stream when its in-flight question is deleted ( #18214 )
2026-08-13 16:15:24 +08:00
balibabu
6d061b359e
Fix: Display the search page chunks in plain text format ( #18213 )
2026-08-13 16:15:10 +08:00
balibabu
75bb42c166
Fix: The operator field of the compiler operator is a required field. ( #18212 )
2026-08-13 16:14:13 +08:00
wenqian
c589a5d050
feat: add UCloud agent sandbox provider ( #18088 )
2026-08-13 15:33:03 +08:00
chanx
9ac5008139
fix(web): regenerate a single-chat answer as a new turn ( #18202 )
2026-08-13 14:17:04 +08:00
balibabu
4148193494
Fix: The filenames in the parsing result log pages are not displayed. ( #18194 )
2026-08-13 14:16:36 +08:00
chanx
ab99942c96
fix(web): keep single-chat SSE stream alive across route changes ( #18180 )
2026-08-13 09:50:43 +08:00
EthanZhang
1d8b9c7452
feat(agent): add Querit Contents tool ( #18156 )
...
### Summary
Add Querit Contents as a built-in page content tool for RAGFlow Agents
and Canvas workflows.
Querit Contents crawls one or more known URLs and returns their page
content and optional metadata. It complements the existing Querit Search
tool: Search discovers relevant pages, while Contents retrieves pages
already selected by an Agent or workflow.
This integration supports two usage modes:
- A standalone `QueritContents` node in Canvas workflows.
- An embedded content tool available to RAGFlow Agents.
2026-08-12 21:03:21 +08:00
balibabu
e2cf2fdedb
Fix: Clicking the agent's code tool node is prohibited. ( #18165 )
2026-08-12 19:39:25 +08:00
balibabu
0a825fde89
Feat: Adjust the agent list style. ( #18163 )
2026-08-12 19:14:59 +08:00
balibabu
5b701f23e5
Fix: Preserve the text format returned by the API. ( #18167 )
2026-08-12 19:08:48 +08:00
chanx
544b7c1bca
fix: keep loading indicator on streaming assistant message in agent chat ( #18172 )
2026-08-12 19:08:20 +08:00
chanx
9cece9ca01
fix: reorder user setting sidebar menu items and update default redirect path ( #18155 )
2026-08-12 15:56:12 +08:00
balibabu
6152f7e6bf
Fix: Hide the reset button on the embedded page that is in conversation ( #18153 )
2026-08-12 15:45:16 +08:00
balibabu
051b296e7f
Fix: Deleting a record from the knowledge base table should remove the corresponding selected record. ( #18142 )
2026-08-12 15:35:09 +08:00
balibabu
0a7ba32e77
Feat: The dataset-level tree view supports search. ( #18138 )
2026-08-12 15:34:11 +08:00
chanx
4a6bed802b
fix: prevent stale conversation messages during session switch ( #18140 )
2026-08-12 14:57:20 +08:00
euvre
127ec4408b
Fix(mcp): reset bulk selection after delete and mode switch ( #18073 )
2026-08-12 14:49:26 +08:00
euvre
6bf51925b3
feat(web): submit retrieval testing form on Enter, newline on Shift+Enter ( #17741 )
2026-08-12 14:47:46 +08:00
euvre
6d44cd09eb
fix(web): add missing 'general' chunk method description in locales ( #17773 )
2026-08-12 14:46:13 +08:00
chanx
e195a25972
fix: prevent stale loading state on previous agent chat reply ( #18124 )
2026-08-12 09:36:45 +08:00
Zhichang Yu
d9ed14ce9c
feat: wiki incremental Mode A/B with durable rewrite barrier ( #18122 )
...
Port the wiki_incremental dataset-level merge and make its rewrite
barrier durable and concurrency-safe. Wiki pages merge replace-only; the
barrier persists a monotonic numeric generation, and a scheduler-backed
per-dataset lock closes the cross-process TOCTOU window. Adds the
Compiler Plan toggle (frontend) with Mode A grouping.
2026-08-11 22:10:49 +08:00