- May 07, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? #651 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- May 06, 2024
-
-
Moonlit authored
### What problem does this PR solve? This commit changes the status 'not started' from being hard-coded to being maintained by the TaskStatus enum. This enhancement ensures consistency across the codebase and improves maintainability. ### Type of change - [x] Refactoring
-
- Apr 30, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Refactoring
-
KevinHuSh authored
### What problem does this PR solve? #613 ### Type of change - [x] Other (please describe):
-
KevinHuSh authored
### What problem does this PR solve? #614 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 29, 2024
- Apr 28, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Refactoring
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Refactoring
-
KevinHuSh authored
### What problem does this PR solve? #566 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 26, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? fix rename file bugs ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 25, 2024
-
-
chrysanthemum-boy authored
### What problem does this PR solve? Add upload file by knowledge base name API. ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Documentation Update --------- Co-authored-by:
chrysanthemum-boy <fannc@qq.com>
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Refactoring
-
- Apr 23, 2024
-
-
chrysanthemum-boy authored
### What problem does this PR solve? Add `.doc` file parser, using tika. ``` pip install tika ``` ``` from tika import parser from io import BytesIO def extract_text_from_doc_bytes(doc_bytes): file_like_object = BytesIO(doc_bytes) parsed = parser.from_buffer(file_like_object) return parsed["content"] ``` ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by:
chrysanthemum-boy <fannc@qq.com>
-
- Apr 22, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
- Apr 19, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? #384 ### Type of change - [x] Performance Improvement
-
- Apr 18, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? #381 ### Type of change - [x] Refactoring
-
- Apr 16, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#325 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#326 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#370 ### Type of change - [x] Refactoring
-
- Apr 15, 2024
-
-
Anush authored
### Description Following up on https://github.com/infiniflow/ragflow/pull/275, this PR adds support for FastEmbed model configurations. The options are not exhaustive. You can find the full list [here](https://qdrant.github.io/fastembed/examples/Supported_Models/ ). P.S. I ran into OOM issues when building the image. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by:
KevinHuSh <kevinhu.sh@gmail.com>
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#351 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
- Apr 13, 2024
-
-
wenzhuo zhan authored
### What problem does this PR solve? Issue link:#341 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 12, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#337 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#325 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 11, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#299 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#314 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#264 ### Type of change - [x] Documentation Update - [x] Refactoring
-
Jin Hai authored
### What problem does this PR solve? Update default language to English ### Type of change - [x] Refactoring Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
- Apr 09, 2024
- Apr 08, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? Issue link: #247 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 07, 2024
-
-
KevinHuSh authored
### 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._ Issue link:#[[Link the issue here](https://github.com/infiniflow/ragflow/issues/242)] ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-