Skip to content

Conversation

@sd109
Copy link
Member

@sd109 sd109 commented Nov 10, 2025

No description provided.

cike8899 and others added 30 commits October 23, 2025 11:13
…low#9869 (infiniflow#10741)

### What problem does this PR solve?

Feat: Add suffix to the parser operator's video configuration infiniflow#9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
…fter generating chunk to take effect infiniflow#9869 (infiniflow#10742)

### What problem does this PR solve?

Fix: Resolved the issue where the Generate button must be refreshed
after generating chunk to take effect

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Bump infinity to 0.6.1

infiniflow#10727 missed `docker/docker-compose-base.yml`.

### Type of change

- [x] Other (please describe):
…is set to text infiniflow#9869 (infiniflow#10745)

### What problem does this PR solve?
Feat: The default value of the parser operator's Video output format is
set to text infiniflow#9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve?

Fix: Add video preview

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…e to crash. infiniflow#10752 (infiniflow#10754)

### What problem does this PR solve?

Fix: Clicking "Stop receiving messages" in Firefox will cause the page
to crash. infiniflow#10752
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…iflow#10761)

### What problem does this PR solve?

- Update version tags in README files (including translations) from
v0.21.0 to v0.21.1
- Modify Docker image references and documentation to reflect new
version
- Update version badges and image descriptions
- Maintain consistency across all language variants of README files

### Type of change

- [x] Documentation Update
### What problem does this PR solve?



### Type of change

- [x] Documentation Update
### What problem does this PR solve?
issue:
infiniflow#3945
change:
add Docling parser

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve?

Move some test files to test/testcases

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve?

Introduced gpu profile in .env
Added Dockerfile_tei
fix datrie
Removed LIGHTEN flag

### Type of change

- [x] Documentation Update
- [x] Refactoring
…t="None" violates type hint bool | list, as <class "builtins.NoneType"> "None" not list or bool. (infiniflow#10743)

### What problem does this PR solve?

infiniflow#10733

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Fix: prio synonym match than wordnet for english

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…ctly infiniflow#9869 (infiniflow#10764)

### What problem does this PR solve?

Fix: Fixed the issue where dataset log avatars were displayed
incorrectly infiniflow#9869

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?
Supplement incomplete parameters of "Update document" interface
### Type of change
- [*] Documentation Update
### What problem does this PR solve?

as infiniflow#10712

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…w#10795)

### What problem does this PR solve?

Feat: Adjust the style of the canvas node infiniflow#10703


### Type of change


- [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve?

Could not delete Entity Types from the Knowledge Graph settings. The
list was not updated on pressing the X on a tag.

What I think happened:
- value={field} was passing ['parser_config','entity_types'] to EditTag
instead of the real tags.
- That blocked AntD Form from injecting the right value/onChange.
- Clicking X filtered the wrong “value,” so no visible change.

Fix:
- Remove value={field} and let Form.Item control EditTag.
- EditTag now gets the real tags array and emits onChange(tags), Form
captures it.


Now it works.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…#10755)

### What problem does this PR solve?
Fixed the bug that the "dataset_ids" field will not be updated if an
empty array is passed when updating the assistant

### Type of change

- [*] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

More doc on RAGFlow image

### Type of change

- [x] Documentation Update
### What problem does this PR solve?

infiniflow#10787
infiniflow#10781

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### Type of change

- [x] Documentation Update
…ageError) (infiniflow#10794)

### What problem does this PR solve?

infiniflow#10776

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
### What problem does this PR solve?

This PR adds a new TCADP (Tencent Cloud Advanced Document Processing)
parser to RAGFlow, enabling users to leverage Tencent Cloud's document
parsing capabilities for more accurate and structured document
processing. The implementation includes:
New TCADP Parser: A complete implementation of Tencent Cloud's document
parsing API without SDK dependency
Configuration Support: Added configuration options in service_conf.yaml
for Tencent Cloud API credentials
Frontend Integration: Updated UI components to support the new TCADP
parser option
Error Handling: Comprehensive error handling and retry mechanisms for
API calls
Result Processing: Support for both SSE streaming and JSON response
formats from Tencent Cloud API

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
…ow#10703 (infiniflow#10805)

### What problem does this PR solve?

Fix: Home and team page style adjustment, and some bug fixes infiniflow#10703

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Fix: Pass kwargs in python api infiniflow#10699

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

MinerU supports VLM-Transfomers backend.

Set `MINERU_BACKEND="pipeline"` to choose the backend. (Options:
pipeline | vlm-transformers, default is pipeline)

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
Magicbook1108 and others added 25 commits November 11, 2025 19:56
…infiniflow#11167)

### What problem does this PR solve?

Fix: Update env to support PPTX
Fix: update README for version changes infiniflow#11138

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Documentation Update

---------

Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>
### What problem does this PR solve?

- Update Admin UI user guide docs

### Type of change

- [x] Documentation Update
### What problem does this PR solve?


### Type of change


- [x] Documentation Update
### What problem does this PR solve?

Fixes: Fixed some bugs infiniflow#10703

- Removed S3 upload from the file upload component
- Updated the dropdown menu style on the model provider page
- Updated some model provider icons
- Fixed other style issues

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Confluence cannot retrieve updated files。

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

[Update LLM factory ranks in llm_factories.json]

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?
Add user interaction agent template

### Type of change

- [x] Other (please describe): new agent template
### Type of change

- [x] Documentation Update
### What problem does this PR solve?

As title.

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Revert PR#11151

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…low#11194)

### What problem does this PR solve?

GraphRAG and RAPTOR tasks do not affect document status.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…se variable was selected. infiniflow#10427 (infiniflow#11197)

### What problem does this PR solve?

Fix: Fixed an issue that caused the page to crash when a knowledge base
variable was selected. infiniflow#10427

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

Update title

### Type of change

- [x] Other (please describe):
### What problem does this PR solve?

Fixes: Fixed some bugs infiniflow#10703

- Removed login page animation
- Modified some styles in the user profile center

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
### What problem does this PR solve?

Bump infinity to 0.6.5

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve?

RAGFlow will no longer offer docker images that contains embedding
models.

### Type of change

- [x] Documentation Update
### What problem does this PR solve?

as title

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve?

As title

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
…nfiniflow#11207)

### What problem does this PR solve?

Fix: Bug Fixes infiniflow#10703

- Fixed the menu order in the user center
- Added a disabled RAPTOR scope
- Fixed some style issues

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
…iflow#11211)

### What problem does this PR solve?

- Update version tags in README files (including translations) from
v0.21.1 to v0.22.0
- Modify Docker image references and documentation to reflect new
version
- Update version badges and image descriptions
- Maintain consistency across all language variants of README files

### Type of change

- [x] Documentation Update
@sd109 sd109 changed the title Sync changes from upstream v0.21.1 Sync changes from upstream v0.22.0 Nov 13, 2025
Upstream v0.22.0 release removed the non-slim container variant.
@sd109 sd109 marked this pull request as ready for review November 14, 2025 09:09
@sd109 sd109 merged commit 2f83dc7 into main Nov 14, 2025
1 check passed
@sd109 sd109 deleted the upgrade-0.21.1 branch November 14, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.