- 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
-
KevinHuSh authored
### What problem does this PR solve? #384 ### Type of change - [x] Performance Improvement
-
balibabu authored
### What problem does this PR solve? Embed the chat window into other websites through iframe #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-
KevinHuSh authored
### What problem does this PR solve? #445 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
加帆 authored
### What problem does this PR solve? fix a bug comes when parse some pdf file #436 ### Type of change - [
] Bug Fix (non-breaking change which fixes an issue)
-
- Apr 18, 2024
-
-
balibabu authored
### What problem does this PR solve? some chunk method pictures are not in English #437 feat: set the height of both html and body to 100% feat: add SharedChat feat: add shared hooks ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
ooo oo authored
### What problem does this PR solve? link #279 #266 ### Type of change - [x] Documentation Update --------- Co-authored-by:
writinwaters <93570324+writinwaters@users.noreply.github.com>
-
Bing Han authored
### What problem does this PR solve? The docker-compose file can't config minio related port by .env file. So I just add env `MINIO_CONSOLE_PORT=9001 MINIO_PORT=9000` to .env file. ### Type of change - [x] Refactoring
-
KevinHuSh authored
### What problem does this PR solve? #423 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
KevinHuSh authored
### What problem does this PR solve? #381 ### Type of change - [x] Refactoring
-
- Apr 17, 2024
-
-
YC authored
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
Jin Hai authored
### What problem does this PR solve? Update PR template ### Type of change - [x] Documentation Update Signed-off-by:
Jin Hai <haijin.chn@gmail.com>
-
writinwaters authored
### What problem does this PR solve? ### Type of change - [x] Documentation Update
-
KevinHuSh authored
### What problem does this PR solve? Issue link:#366 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
-
ysyx2008 authored
Add automation scripts to support displaying environment information such as RAGFlow repository version, operating system, Python version, etc. in a Linux environment for users to report issues. (#396) ### What problem does this PR solve? Add automation scripts to support displaying environment information such as RAGFlow repository version, operating system, Python version, etc. in a Linux environment for users to report issues. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
-