Yingfeng
b9ed0773ec
Fix naive chunking for windows ( #16767 )
...
`\r` is ignored for splitting boundaries
2026-07-09 12:02:19 +08:00
qinling0210
ae96e636e9
Handle searching dataset without embedding model ( #16742 )
...
### Summary
Handle searching dataset without embedding model
In this PR, Searching datasets with different embedding models or
searching dataset with/without embedding models are not allowed. We will
improve the behavior later.
2026-07-09 11:38:55 +08:00
Lynn
1430d0e431
Fix: provider name ( #16733 )
dev-20260709
2026-07-09 10:19:10 +08:00
balibabu
575984877f
Fix: Rapid clicking results in multiple message requests being sent. ( #16739 )
2026-07-09 09:57:54 +08:00
euvre
3ec9187cd2
fix(web): prevent 'last saved at' label from vertical stacking in agent home card ( #16756 )
2026-07-09 09:46:03 +08:00
chanx
080dd84fed
Feat: apply prose typography styling to markdown preview ( #16752 )
2026-07-09 09:45:52 +08:00
chanx
36f053a248
fix: Fixed the empty state styling on the home page. ( #16755 )
2026-07-09 09:45:43 +08:00
euvre
70019810a1
fix(web): show memory owner name in shared memory card ( #16751 )
nightly
2026-07-08 20:13:07 +08:00
euvre
74d3508a37
Fix: prevent auto-incrementing memory name suffix when only permissions change ( #16750 )
2026-07-08 20:12:45 +08:00
euvre
a41fef49d0
fix(web): hide folder tab in agent JSON import uploader ( #16754 )
2026-07-08 20:11:55 +08:00
Kevin Hu
2c59d07bdb
Feat: add wiki folder ( #16749 )
...
### Summary
Add wiki folders.
2026-07-08 20:08:14 +08:00
qinling0210
8e3bbad4da
Port agent PRs to GO - 5 ( #16667 )
...
### Summary
Port
https://github.com/infiniflow/ragflow/pull/15376
https://github.com/infiniflow/ragflow/pull/16401
https://github.com/infiniflow/ragflow/pull/15484
https://github.com/infiniflow/ragflow/pull/16685
2026-07-08 19:54:29 +08:00
Virus
0f08dc070d
fix: update nginx version. fix CVE-2026-9256 ( #16732 )
...
### Summary
Updates the NGINX package used in the RAGFlow Docker image from
`1.31.0-1~noble` to `1.31.2-1~noble`.
NGINX 1.31.0 is affected by CVE-2026-9256. NGINX 1.31.2 includes
the corresponding security fix and is available from the official
NGINX mainline repository for Ubuntu Noble.
### References
- nginx security advisories:
https://nginx.org/en/security_advisories.html
- Vendor advisory: https://my.f5.com/manage/s/article/K000161377
### Fix
Single-line change in `Dockerfile:62`:
```diff
-ARG NGINX_VERSION=1.31.0-1~noble
+ARG NGINX_VERSION=1.31.2-1~noble
Co-authored-by: duanyuan <duanyaun@uyuyue.com >
2026-07-08 19:19:06 +08:00
Jack
0dd0ac06f8
Feature: task executor migration to go ( #16549 )
...
### Summary
Feature: Integrate parser
2026-07-08 19:08:11 +08:00
Wang Qi
c8d1b21ae3
Fix Build-in metadata not working ( #788 ) ( #16748 )
2026-07-08 19:06:54 +08:00
Hz_
e548108fff
fixed(go-agent): agent-publish ( #16713 )
...
## Summary
This PR updates Go agent publish logic to persist the parent canvas
update and canvas-version save in the same transaction.
## Changes:
- Reuse SaveOrReplaceLatest semantics for published versions
- Add SaveOrReplaceLatestTx for transactional publish flow
- Keep canvas release update and version persistence atomic
- Add a focused publish test covering canvas and released version state
## Tested:
```
bash build.sh --test -run 'Test(PublishAgentUpdatesCanvasAndReleasedVersion|UpdateAgentDSLCreatesAndReplacesDraftVersion|
UpdateAgentDSLDoesNotOverwriteLatestReleasedVersion)$' ./internal/service ./internal/dao
```
<img width="1476" height="850" alt="image"
src="https://github.com/user-attachments/assets/2c576581-1143-420b-8750-a77aa3c4292d "
/>
2026-07-08 18:47:01 +08:00
Lynn
330033d7c2
Fix(go): adapt to new db columns ( #16745 )
2026-07-08 18:02:11 +08:00
Jin Hai
21266286cb
Go: add more commands and GCS supports ( #16741 )
...
### Summary
1. GCS supports
2. More commands
```
RAGFlow(admin)> ping store;
SUCCESS
RAGFlow(admin)> ping engine;
SUCCESS
RAGFlow(admin)> ping cache;
SUCCESS
```
---------
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-08 17:49:02 +08:00
Yingfeng
dc95b1d291
Fix skill search ( #16743 )
2026-07-08 17:17:50 +08:00
chanx
3d167204e7
fix: issue with memory error message display ( #16738 )
2026-07-08 16:47:14 +08:00
chanx
b9432bb43f
Feat: add filter in chat and search page ( #16707 )
2026-07-08 16:47:01 +08:00
dependabot[bot]
5baf4089bf
build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 ( #16736 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.51.0 to 0.52.0.
2026-07-08 12:51:47 +08:00
Wang Qi
18ea093344
Dev: need set the stable version ( #16730 )
...
Resolve : #16729
dev-20260708
2026-07-08 11:05:09 +08:00
Jin Hai
40cb581d16
Go: clean release.yml ( #16725 )
...
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-08 10:41:30 +08:00
euvre
699a25c19c
fix(service): allow updating memory_type when memory is empty ( #16668 )
2026-07-08 10:03:58 +08:00
Lynn
0ae5961e1c
Feat: v0.27.0 model provider ( #16604 )
2026-07-08 09:47:29 +08:00
Jin Hai
cb93883f3f
Go: fix cgo build ( #16724 )
...
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
v0.26.4
2026-07-07 21:15:14 +08:00
Jin Hai
2b95fa2ba4
Go: remove cgo when build cli ( #16723 )
...
### Summary
Fix
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-07 21:05:07 +08:00
Jin Hai
fe835fd19c
Go: fix release ( #16722 )
...
### Summary
Remove ragflow-cli building dependency
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-07 20:57:48 +08:00
Jin Hai
9e87fc6036
Go: fix ragflow-cli building ( #16721 )
2026-07-07 20:44:10 +08:00
writinwaters
49d9f6f98e
Docs: Added v0.26.4 release notes. ( #16720 )
dev-20260707-2
2026-07-07 20:14:16 +08:00
Jin Hai
568bac673b
Go: add migrate database flag ( #16719 )
...
### Summary
--migrate will trigger database migration
```
./ragflow_main --api --migrate
```
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-07 20:11:40 +08:00
Liu An
4da9429451
Docs: Update version references to v0.26.4 in READMEs and docs ( #16716 )
2026-07-07 19:36:58 +08:00
euvre
41801ad2b8
fix: prevent memory name from auto-appending (1) on description update ( #16714 )
2026-07-07 19:34:51 +08:00
Öndery
28a41ed070
fix(task_executor): fix Langfuse flush/shutdown deadlock that freezes document parsing ( #16502 )
2026-07-07 19:06:30 +08:00
Yingfeng
6cd03d7a70
Fix broken logo for gitee mirrors ( #16709 )
2026-07-07 18:12:50 +08:00
Wang Qi
705754ea8b
Fix PageIndex is not working ( #16704 )
...
Follow on PR #16515
2026-07-07 18:09:05 +08:00
Yingfeng
7db3eea37b
Fix broken camo cache for french ( #16706 )
2026-07-07 17:50:06 +08:00
Yingfeng
ee7edddea3
Fix broken cache for release badge ( #16705 )
2026-07-07 17:43:29 +08:00
Yingfeng
f8f049e663
Fix docker pulls badge ( #16702 )
2026-07-07 17:26:47 +08:00
Jin Hai
7df7384b21
Go: refactor UUID functions ( #16695 )
...
As title
---------
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-07 17:22:08 +08:00
chanx
5236c8f659
fix: update similarity threshold fallback to use nullish coalescing ( #16700 )
2026-07-07 17:03:03 +08:00
Wang Qi
2de5940325
Fix cannot run raptor ( #16694 )
2026-07-07 17:02:04 +08:00
Wang Qi
b82169fba1
Fix: ValueError: Operation on closed image ( #16697 )
2026-07-07 17:00:40 +08:00
Hz_
ac5860c3e2
fix(go-pipline): list agents incorrectly filtering out ingestion pipelines ( #16698 )
2026-07-07 16:32:40 +08:00
Hz_
332d34c495
fix(agent): save draft version on agent update ( #16691 )
2026-07-07 16:32:11 +08:00
chanx
b7945f3a64
Fix: Referenced files not displaying. ( #16696 )
2026-07-07 16:29:17 +08:00
chanx
dd2f27d6a3
fix: Restrict the agent to using memory compatible with the embedding model. ( #16699 )
2026-07-07 16:28:58 +08:00
Jin Hai
9eba45249c
Go: fix development guide ( #16678 )
...
### Summary
Go development guide
---------
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-07-07 15:09:39 +08:00
chanx
f082675e6f
Fix: Prevent text overflow in confirm delete dialog ( #16689 )
2026-07-07 14:50:25 +08:00