forked from infiniflow/ragflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync changes from upstream v0.22.0 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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>
…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
Upstream v0.22.0 release removed the non-slim container variant.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.