- Apr 26, 2024
-
-
Jin Hai 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._ ### Type of change - [x] Documentation Update Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
Moonlit authored
### What problem does this PR solve? Since Kibana service is not currently being used, the associated volume 'kibanadata' has been commented out in the Docker Compose file. This change helps to prevent the allocation of unnecessary resources and simplifies the configuration. ### Type of change - [x] Refactoring unused Kibana volume storage
-
- Apr 25, 2024
-
-
writinwaters 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._ ### Type of change - [x] Documentation Update
-
Jin Hai authored
### What problem does this PR solve? Update version to v0.3.1 ### Type of change - [x] Documentation Update Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
balibabu authored
### What problem does this PR solve? feat: add file icon to table of FileManager #345 fix: modify datasetDescription ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
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>
-
writinwaters 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._ ### Type of change - [x] Documentation Updates
-
writinwaters 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._ ### Type of change - [x] Documentation Update
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Refactoring
-
writinwaters 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._ ### Type of change - [x] Documentation Update
-
Jin Hai authored
### What problem does this PR solve? Add disk requirements on the README ### Type of change - [x] Documentation Update Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
Edward-Elric233 authored
### What problem does this PR solve? This PR aims to add support for running Ragflow on Docker with the OpenCloudOS 9 distribution. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by:
edwardewang <edwardewang@tencent.com>
-
balibabu authored
### What problem does this PR solve? feat: upload file in FileManager #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
- Apr 24, 2024
-
-
writinwaters authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-
Liu Xiaohui authored
### What problem does this PR solve? Ignore temporal files to help Mac developers. ### Type of change - [x] Other (please describe): Co-authored-by:
PLIX870I <plix870i@V-SPDT-XIAOHUI-MB.local>
-
writinwaters authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-
Zhenting Gao authored
### What problem does this PR solve? _Add an entry in Debugging section._ ### Type of change - [x] Documentation Update --------- Co-authored-by:
Yingfeng <yingfeng.zhang@gmail.com>
-
Selfuppen authored
Fixed a spelling error: save -> safe ### What problem does this PR solve? Fixed a spelling error: save -> safe ### Type of change - [x] Documentation Update
-
Dong Liu authored
### What problem does this PR solve? Add Chinese explanation for deepdoc ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [*] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
-
balibabu authored
### What problem does this PR solve? feat: create folder feat: ensure that all files in the current folder can be correctly requested after renaming the folder #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
- Apr 23, 2024
-
-
KevinHuSh authored
### What problem does this PR solve? #509 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
balibabu authored
### What problem does this PR solve? fix: cannot save the system model setting #468 feat: rename file in FileManager feat: add FileManager feat: override useSelector type ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? #502 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
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>
-
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
-
- Apr 22, 2024
-
-
Yingfeng authored
### Type of change - [x] Documentation Update
-
加帆 authored
…e alert ### What problem does this PR solve? .doc file is not support yet, fix the regular expression ,then right message can by alert ### Type of change - [ ] Bug Fix : issule: 474
-
KevinHuSh authored
### What problem does this PR solve? #474 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? #477 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
Shaun authored
parse markdown files as txt ### What problem does this PR solve? support markdown files ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
- Apr 21, 2024
-
-
Vimpas authored
### What problem does this PR solve? Fix duplicate ports in docker-compose  ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 19, 2024
-
-
Jin Hai authored
### What problem does this PR solve? Update README format ### Type of change - [x] Documentation Update Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-
balibabu authored
feat: #345 even if the backend data returns empty, the skeleton of the chart will be displayed. (#461) … chart will be displayed. ### What problem does this PR solve? feat: #345 even if the backend data returns empty, the skeleton of the chart will be displayed. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
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] Documentation Update
-
KevinHuSh authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-