writinwaters
c1175137e4
Docs: Added an FAQ ( #16466 )
...
### Summary
Added an FAQ.
2026-06-29 21:20:48 +08:00
writinwaters
6d6e32a1d0
Docs: Updated release date and cli installation commands ( #16435 )
...
### What problem does this PR solve?
Updated release date and cli installation commands.
### Type of change
- [x] Documentation Update
2026-06-29 11:32:09 +08:00
writinwaters
5af798607e
Docs: Added v0.26.2 release notes. ( #16373 )
2026-06-26 15:18:54 +08:00
writinwaters
cb2e061120
Docs: Updated v0.26.1 release date. ( #16154 )
...
### What problem does this PR solve?
Updated v0.26.1 release date.
### Type of change
- [x] Documentation Update
2026-06-17 18:53:06 +08:00
writinwaters
0aaba0033f
Docs: Updated Converse with chat assistant ( #16117 )
...
### What problem does this PR solve?
Miscellaneous editorial updates to the API reference.
### Type of change
- [x] Documentation Update
2026-06-17 11:50:14 +08:00
writinwaters
abca767103
Docs: Added v0.26.1 release notes ( #16087 )
...
### What problem does this PR solve?
Initial draft for v0.26.1 release notes.
### Type of change
- [x] Documentation Update
2026-06-16 17:55:29 +08:00
writinwaters
7efa481d61
Docs: Added initial draft for v0.26.0 release notes. ( #15603 )
...
### What problem does this PR solve?
Initial draft for v0.26.0 release notes.
### Type of change
- [x] Documentation Update
2026-06-11 18:24:49 +08:00
writinwaters
0071e98c11
Docs: Finalized v0.25.6 release notes. ( #15305 )
...
### What problem does this PR solve?
Finalized v0.25.6 release notes.
### Type of change
- [x] Documentation Update
2026-05-27 20:26:15 +08:00
writinwaters
129e1e3196
Docs: Updated converse with agent API reference. ( #15257 )
...
### What problem does this PR solve?
API reference updates based on #14542 .
### Type of change
- [x] Documentation Update
2026-05-27 17:45:23 +08:00
writinwaters
8f0632c8d9
Docs: v0.25.6 release notes draft ( #15255 )
...
### What problem does this PR solve?
v0.25.6 release notes draft updated.
### Type of change
- [x] Documentation Update
2026-05-26 20:56:36 +08:00
writinwaters
af48a22ff4
Docs: Initial draft for v0.25.6 release notes. ( #15250 )
...
### What problem does this PR solve?
Initial draft: v0.25.6 release notes.
### Type of change
- [x] Documentation Update
2026-05-26 19:46:40 +08:00
writinwaters
67e43e7df7
Docs: Minimum required Python version increased to 3.13. ( #15219 )
...
### What problem does this PR solve?
Minimum Python version increased to 3.13.
### Type of change
- [x] Documentation Update
2026-05-25 20:23:30 +08:00
writinwaters
57ddd79183
Docs: Fixed a deployment issue ( #15114 )
...
### What problem does this PR solve?
Fixed a docusaurus deployment issue.
### Type of change
- [x] Documentation Update
2026-05-21 22:43:49 +08:00
writinwaters
8995662ee6
Docs: Updated v0.25.5 release notes ( #15109 )
...
### What problem does this PR solve?
Updated v0.25.5 release notes.
### Type of change
- [x] Documentation Update
2026-05-21 22:04:44 +08:00
writinwaters
31bf29bc38
Docs: Initial draft of v0.25.5 release notes. ( #15058 )
...
### What problem does this PR solve?
Intial draft of v0.25.5 release notes.
### Type of change
- [x] Documentation Update
2026-05-20 19:44:40 +08:00
Jin Hai
3a5df08c76
Go: add file parse command ( #14892 )
...
### What problem does this PR solve?
```
RAGFlow(user)> ocr with 'hunyuanocr@test@gitee' file './picture.png'
+----------------------------------------------------------+
| text |
+----------------------------------------------------------+
| 生活不是等待风暴过去,而是学会在雨中翩翩起舞。
——佚名 |
+----------------------------------------------------------+
RAGFlow(user)> list 'test@gitee' tasks;
+---------+----------------------------------+
| status | task_id |
+---------+----------------------------------+
| success | C3FX4MQNKY5MGC6ZFMIXIAMJKHCEBQB5 |
+---------+----------------------------------+
RAGFlow(user)> show 'test@gitee' task 'C3FX4MQNKY5MGC6ZFMIXIAMJKHCEBQB5';
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
| content | index |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
| # PDF 1: Purpose of RAGFlow
RAGFlow is an open source Retrieval-Augmented Generation (RAG) engine designed to turn raw documents into reliable context for large language models.Its purpose is to make it practical to build an Al assistant that can ans... | 1 |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
```
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
---------
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-05-15 12:29:52 +08:00
writinwaters
5a5bbee948
Doc: Finalized v0.25.4 release notes ( #14929 )
...
### What problem does this PR solve?
v0.25.4 release notes. Final.
### Type of change
- [x] Documentation Update
2026-05-14 21:08:39 +08:00
writinwaters
851b16b913
Docs: Added v0.25.4 release notes draft. ( #14914 )
...
### What problem does this PR solve?
v0.25.4 release notes draft.
### Type of change
- [x] Documentation Update
2026-05-14 11:24:20 +08:00
writinwaters
1c0eaa504b
Docs: Finalized v0.25.3 release notes ( #14913 )
...
### What problem does this PR solve?
0.25.3 release notes, final.
### Type of change
- [x] Documentation Update
2026-05-14 10:57:43 +08:00
Yingfeng
e577901388
Fix doc format ( #14909 )
...
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2026-05-14 09:49:45 +08:00
writinwaters
cb49f47c38
Docs: Editorial updates to the v0.25.3 release notes draft. ( #14903 )
...
### What problem does this PR solve?
v0.25.3 release notes. To be continued.
### Type of change
- [x] Documentation Update
2026-05-13 21:36:34 +08:00
writinwaters
bb1a6259d3
Docs: Updated v0.25.3 release notes draft ( #14899 )
...
### What problem does this PR solve?
Draft v0.25.3 release notes
### Type of change
- [x] Documentation Update
2026-05-13 19:49:07 +08:00
writinwaters
9ed4da74b8
Docs: Draft 0.25.3 release notes ( #14898 )
...
### What problem does this PR solve?
A draft 0.25.3 release note.
### Type of change
- [x] Documentation Update
Co-authored-by: Jin Hai <haijin.chn@gmail.com >
2026-05-13 19:35:55 +08:00
writinwaters
a3de873617
Docs: Updated release date ( #14740 )
...
### What problem does this PR solve?
Updated v0.25.2 release date.
### Type of change
- [x] Documentation Update
2026-05-09 18:49:33 +08:00
writinwaters
6465753968
Docs: Added v0.25.2 release notes ( #14727 )
...
### What problem does this PR solve?
Added v0.25.2 release notes.
### Type of change
- [x] Documentation Update
2026-05-09 15:13:01 +08:00
writinwaters
f14abf858e
Doc: Minor editorial updates ( #14543 )
...
### What problem does this PR solve?
Minor editorial updates.
### Type of change
- [x] Documentation Update
2026-04-30 20:06:28 +08:00
writinwaters
8aaf0942b1
Doc: Updated v0.25.1 release notes ( #14519 )
...
### What problem does this PR solve?
Updated v0.25.1 release notes.
### Type of change
- [x] Documentation Update
2026-04-30 11:59:53 +08:00
writinwaters
d4147efc66
Docs: ( #14492 )
...
### What problem does this PR solve?
Added v0.25.1 release notes
### Type of change
- [x] Documentation Update
2026-04-29 20:29:58 +08:00
writinwaters
69d8aed792
Doc: v0.25.0 release notes. ( #14284 )
...
### What problem does this PR solve?
Added v0.25.0 release notes
### Type of change
- [x] Documentation Update
2026-04-22 11:48:28 +08:00
Jin Hai
bfac0195df
Update release note ( #14275 )
...
### What problem does this PR solve?
As title.
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-04-22 10:47:43 +08:00
writinwaters
6263857c1e
Agent templates regrouped and renamed ( #13873 )
...
### What problem does this PR solve?
Regrouped and renamed agent templates to increase user engagement.
### Type of change
- [x] Refactoring
2026-04-03 13:43:25 +08:00
writinwaters
9deb3a6249
Refact: Fine tweaks to the doc structure. ( #13379 )
...
### What problem does this PR solve?
Fine tweaks to the doc structure.
### Type of change
- [x] Documentation Update
2026-03-04 21:30:28 +08:00
writinwaters
f7c808383f
Docs: Refactored documentation ( #13340 )
...
### What problem does this PR solve?
Refactored documentation.
### Type of change
- [x] Documentation Update
2026-03-03 17:48:48 +08:00
writinwaters
bc9ed24a85
Docs: Updated v0.24.0 release notes. ( #13129 )
...
### What problem does this PR solve?
Added more details to v0.24.0 release notes.
### Type of change
- [x] Documentation Update
2026-02-12 20:14:05 +08:00
writinwaters
57dc25f150
Docs: Updated v0.24.0 release notes ( #13115 )
...
### What problem does this PR solve?
Updated v0.24.0 release notes.
### Type of change
- [x] Documentation Update
2026-02-11 18:08:56 +08:00
writinwaters
630f05b8a1
Docs: Added v0.24.0 release notes ( #13096 )
...
### What problem does this PR solve?
Added v0.24.0 release notes.
### Type of change
- [x] Documentation Update
2026-02-10 17:38:27 +08:00
Jimmy Ben Klieve
867ec94258
revert white-space changes in docs ( #12557 )
...
### What problem does this PR solve?
Trailing white-spaces in commit 6814ace1aa
got automatically trimmed by code editor may causes documentation
typesetting broken.
Mostly for double spaces for soft line breaks.
### Type of change
- [x] Documentation Update
2026-01-13 09:41:02 +08:00
Jimmy Ben Klieve
6814ace1aa
docs: update docs icons ( #12465 )
...
### What problem does this PR solve?
Update icons for docs.
Trailing spaces are auto truncated by the editor, does not affect real
content.
### Type of change
- [x] Documentation Update
2026-01-07 10:00:09 +08:00
writinwaters
6a664fea3b
Docs: Updated v0.23.0 release notes ( #12374 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-12-31 17:10:15 +08:00
writinwaters
4af4c36e60
Docs: Added v0.23.1 release notes ( #12371 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-12-31 16:43:56 +08:00
Jin Hai
7c9823a1ff
Update release notes ( #12356 )
...
### What problem does this PR solve?
As title
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2025-12-31 12:49:09 +08:00
Jin Hai
86b03f399a
Fix error in docs ( #12269 )
...
### What problem does this PR solve?
As title
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2025-12-28 11:55:52 +08:00
writinwaters
c2e9064474
Docs: v0.23.0 release notes ( #12251 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
---------
Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com >
2025-12-26 19:11:10 +08:00
writinwaters
980a883033
Docs: minor ( #11385 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-11-19 19:41:21 +08:00
writinwaters
f76b8279dd
Doc: Added v0.22.1 release notes ( #11383 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-11-19 18:40:06 +08:00
Jin Hai
add8c63458
Add release notes ( #11372 )
...
### What problem does this PR solve?
As title.
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2025-11-19 14:48:41 +08:00
cnJasonZ
3fcf2ee54c
feat: add new LLM provider Jiekou.AI ( #11300 )
...
### What problem does this PR solve?
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
Co-authored-by: Jason <ggbbddjm@gmail.com >
2025-11-17 19:47:46 +08:00
writinwaters
3a7322f5b2
Docs: Added v0.22.0 release notes. ( #11202 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-11-12 13:10:07 +08:00
writinwaters
39120d49cf
Docs: Removed descriptions of the slim edition. ( #11192 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-11-12 11:34:45 +08:00
writinwaters
de24e74b4c
Docs: How to use MinerU to parse pdf documents ( #10763 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2025-10-23 18:56:09 +08:00