forked from infiniflow/ragflow
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(memory_leak) #1
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
Open
dxv2k
wants to merge
20
commits into
main
Choose a base branch
from
vudx/v0.19-slim
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
### What problem does this PR solve? 1. Add sandbox options for max memory and timeout. 2. Malicious code detection for Python only. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve? Wrong hint type. infiniflow#7729. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? change default models to buildin models infiniflow#7774 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve? Add more robust fallbacks for citations ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve? Add claude4 models. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
…nfiniflow#7813) ### What problem does this PR solve? ### Type of change - [x] Documentation Update
### What problem does this PR solve? ### Type of change - [x] Documentation Update
### What problem does this PR solve? update for v0.19.0 ### Type of change - [x] Documentation Update
### What problem does this PR solve? ### Type of change - [x] Documentation Update
### What problem does this PR solve? Update gemini2.5 ### Type of change - [x] Refactoring
… displayed after refreshing the page after saving the script text of the code operator infiniflow#4977 (infiniflow#7826) ### What problem does this PR solve? Fix: Fixed the issue that the script text of the code operator is not displayed after refreshing the page after saving the script text of the code operator infiniflow#4977 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Catch non-begin component output ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Back port PR infiniflow#7330 to 0.19 branch ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Fix task_limiter in raptor.py ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
update(v0.19): support mcp-server similar to v0.20; update nginx to support mcp
* Clean code for PR monkeyocr V1 * Updated monkeyocr module * [Update] Updated docker compose * [GAT-1277] Refactor MonkeyOCR to support the layout format * [GAT-1277] Enhance merge/deduplicate sections output with chunks * [GAT-1286] Added algorithm to auto merge chunk section and layout by chunk token number * [GAT-1277] Modified UI to use MonkeyDoc as parser * [GAT-1277] Deleted unuse document * [GAT-1291] Updated tenant db with monkeyocr in parser_ids, register MonkeyOCR in both BE and FE * [GAT-1288] Integrated MonkeyPDFParser to naive and one chunking methods, Fixed tag section in One method * [GAT-1277] Cleaned code by remove unused function * [GAT-1279] Build service for deploy MonkeyOCR-Not have device to test yet * chore(monkeyocr): update submodule pointer for .mailmap * chore(monkeyocr): update submodule pointer after squash * [GAT-1279] Corrected path of model weight in docker compose * [GAT-1277] Register monkeyocr to ragflow sdk * [GAT-1297] Enhance monkeyocr for layout detect box algorithm * [GAT-1298] Build full ragflow service with monkeyocr * [GAT-1149] integrate into ragflow * [GAT-1149] whisperx backend * [GAT-1149] Frontend implementation * [GAT-1316] Resolve production bugs * [GAT-1328] backend logger * [GAT-1316] mount whisperx backend * chore: monkeyocr api config * [GAT-1316] fix cudnn version incompatible --------- Co-authored-by: Tin-viAct <[email protected]> Co-authored-by: Philip Tran <[email protected]>
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.
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