chanx
6f0fff5b77
fix(web): exclude <think> reasoning blocks from copied answer ( #18371 )
2026-08-17 17:00:35 +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
Wang Qi
57b907cd1e
Refactor: do not include compliation chunks in retrieval testing ( #18364 )
...
Retrieval Testing: do not include compilation result.
Search: include compilation result.
2026-08-17 16:19:05 +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
34e59c8ec9
fix(web): enlarge card '...' edit button hit area ( #18262 )
2026-08-14 20:07:12 +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
6a35e8d806
fix(web): clarify batch model action labels ( #18283 )
2026-08-14 18:22:35 +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
euvre
ea3a2b2676
fix(web): pass pdf.js cMap/standard font URLs so CID-font PDFs render in preview ( #18249 )
2026-08-14 17:08:46 +08:00
euvre
24033bf199
fix(web): add tooltip to web search toggle in chat input box ( #18276 )
2026-08-14 16:58:50 +08:00
euvre
14c5a61350
fix(web): render file-type icons for mp3/svg and fall back to a default file icon ( #18230 )
2026-08-14 15:59:17 +08:00
balibabu
e4df8ebc5c
Fix: Delete unused wiki template pages. ( #18275 )
2026-08-14 15:55:12 +08:00
YanZhang
1097cc9c84
docs: add compilation docs & fix some issues ( #18268 )
...
add chat channel images
add compilation docs
fixed incorrect section organization of agent docs
fixed duplicate text issues.
2026-08-14 15:46:30 +08:00
euvre
5d408d0aa6
fix(web): widen max_tokens number input in LLM settings popover ( #18265 )
2026-08-14 14:52:26 +08:00
euvre
91bfcdf3f4
fix: update Tongyi Qianwen API key URL to bailian console ( #18266 )
2026-08-14 14:51:52 +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
Zhichang Yu
0784bef5b0
Port dataset-level structure merge for timeline/graph/mindmap ( #18201 )
...
Ports Python dataset-level structure aggregation (timeline, graph, mindmap) to Go. Mindmap emits entity/relation rows and merges like graph. Adds dataset_merge guard, engine gate, resolveDatasetStructureKind, kind-required structure graph GET/DELETE API, per-index task-id fields.
2026-08-13 18:37:47 +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
Wang Qi
d2ee236354
Refactor: drop model IDs from tenant info in favor of default model dictionary ( #966 ) ( #18209 )
...
Co-authored-by: chanx <1243304602@qq.com >
2026-08-13 14:59:12 +08:00
chanx
303e8cf36f
chore(web): drop unused somark purchaseUrl locale strings ( #18204 )
2026-08-13 14:17:22 +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
Jin Hai
d535b6c9e9
TS: fix label text ( #18199 )
...
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-08-13 13:38:49 +08:00
euvre
b1de7e8136
Fix: allow datasets sharing a base embedding model to be searched together ( #18166 )
2026-08-13 09:51:44 +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