Yongteng Lei
ee6a0bd9db
Refa: enhancement: enhance the prompt of related_question API (#6463)
### What problem does this PR solve?
Enhance the prompt of `related_question` API.
### Type of change
- [x] Enhancement
- [x] Documentation Update
hace 7 meses
kuro5989
2c3c4274be
Fix: Correct parameter retrieval in thumbup api (#6114)
### What problem does this PR solve?
https://github.com/infiniflow/ragflow/issues/5546
up_down was using req.get("set") to retrieve the parameter, but
according to the frontend code, it should be req.get("thumbup").

1842ca0334/web/src/interfaces/request/chat.ts (L3)
1842ca0334/api/apps/conversation_app.py (L327)
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Co-authored-by: zhaozhicheng <zhicheng.zhao@fastonetech.com>
hace 7 meses
Zhichang Yu
c813c1ff4c
Made task_executor async to speedup parsing (#5530)
### What problem does this PR solve?
Made task_executor async to speedup parsing
### Type of change
- [x] Performance Improvement
hace 8 meses
Kevin Hu
4f40f685d9
Code refactor (#5371)
### What problem does this PR solve?
#5173
### Type of change
- [x] Refactoring
hace 8 meses
Kevin Hu
dd0ebbea35
Light GraphRAG (#4585)
### What problem does this PR solve?
#4543
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 9 meses
Kevin Hu
7d909d4d1b
Add doc meta data. (#4442)
### What problem does this PR solve?
#3690
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 9 meses
Kevin Hu
c5da3cdd97
Tagging (#4426)
### What problem does this PR solve?
#4367
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 9 meses
Kevin Hu
4ba4f622a5
Refactor (#4303)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
hace 10 meses
Jin Hai
722545e5e0
Fix bugs (#4241)
### What problem does this PR solve?
1. Refactor error message
2. Fix knowledges are created on ES and can't be found in Infinity. The
document chunk fetch error.
### Type of change
- [x] Fix bug
- [x] Refactoring
---------
Signed-off-by: jinhai <haijin.chn@gmail.com>
hace 10 meses
so95
251592eeeb
show avatar dialog instead of default (#4033)
show avatar dialog instead of default
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
hace 10 meses
Roccat
e8d74108a5
Fix: Completion AttributeError: 'list' object has no attribute 'get' (#3999)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Co-authored-by: lizheng@ssc-hn.com <lizheng@ssc-hn.com>
hace 10 meses
Kevin Hu
6d19294ddc
Support debug components. (#3994)
### What problem does this PR solve?
#3993
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 10 meses
Kevin Hu
e9b8c30a38
Support iframe chatbot. (#3961)
### What problem does this PR solve?
#3909
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 10 meses
Kevin Hu
3d735dca87
Add support to iframe chatbot (#3929)
### What problem does this PR solve?
#3909
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 10 meses
Zhichang Yu
1254ecf445
Added static check at PR CI (#3921)
### What problem does this PR solve?
Added static check at PR CI
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Refactoring
hace 11 meses
Zhichang Yu
0d68a6cd1b
Fix errors detected by Ruff (#3918)
### What problem does this PR solve?
Fix errors detected by Ruff
### Type of change
- [x] Refactoring
hace 11 meses
Jin Hai
1e90a1bf36
Move settings initialization after module init phase (#3438)
### What problem does this PR solve?
1. Module init won't connect database any more.
2. Config in settings need to be used with settings.CONFIG_NAME
### Type of change
- [x] Refactoring
Signed-off-by: jinhai <haijin.chn@gmail.com>
hace 11 meses
Zhichang Yu
185c6a0c71
Unified API response json schema (#3170)
### What problem does this PR solve?
Unified API response json schema
### Type of change
- [x] Refactoring
hace 1 año
Yangong
3fa570f49b
fix: remove useless test code (#3122)
### What problem does this PR solve?
remove useless test code
### Type of change
- [X] Refactoring
hace 1 año
Kevin Hu
b2524eec49
fix sequence2txt error and usage total token issue (#2961)
### What problem does this PR solve?
#1363
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
Kevin Hu
b9fa00f341
add API for tenant function (#2866)
### What problem does this PR solve?
feat: API access key management
https://github.com/infiniflow/ragflow/issues/2846
feat: Render markdown file with remark-loader
https://github.com/infiniflow/ragflow/issues/2846
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
balibabu
ca2de896c7
fix: Fixed an issue where the first message would be displayed when sending the second message #2625 (#2626)
### What problem does this PR solve?
fix: Fixed an issue where the first message would be displayed when
sending the second message #2625
### Type of change
- [x] 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):
hace 1 año
Kevin Hu
b5d1d2fec4
refine TTS (#2500)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
Kevin Hu
4730145696
debug backend API for TAB 'search' (#2389)
### What problem does this PR solve?
#2247
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
Kevin Hu
333608a1d4
add search TAB backend api (#2375)
### What problem does this PR solve?
#2247
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
LiuHua
0164856343
Add Authorization checks (#2221)
### What problem does this PR solve?
Add Authorization checks
#2203
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: Feiue <10215101452@stu.ecun.edu.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
hace 1 año
Kevin Hu
abc32803cc
add stream chat with TTS (#2228)
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
黄腾
ad09d4bb24
fix tts interface error (#2197)
### What problem does this PR solve?
fix tts interface error
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
---------
Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
hace 1 año
Kevin Hu
742d0f0ea9
re-generate for conversation (#2165)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
Kevin Hu
fc1ac3a962
fix delete message error (#2153)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
Kevin Hu
6c1f1a9f53
remove alter log (#2140)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
hace 1 año
黄腾
b88c3897b9
add tts api (#2107)
### What problem does this PR solve?
add tts api
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
hace 1 año
Kevin Hu
6d3e3e4e3c
add prompt to message (#2099)
### What problem does this PR solve?
#2098
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
Kevin Hu
e953f01951
add thumb up api (#2092)
### What problem does this PR solve?
#2088
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
Kevin Hu
eb20b60b13
add inferface for message thumbup (#2091)
### What problem does this PR solve?
#2088
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
Kevin Hu
d48731ac8c
add message id to conversions (#2090)
### What problem does this PR solve?
#2088
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
Jin Hai
6b3a40be5c
Format file format from Windows/dos to Unix (#1949)
### What problem does this PR solve?
Related source file is in Windows/DOS format, they are format to Unix
format.
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
hace 1 año
Kevin Hu
e3cf14a3c9
add function: upload and parse (#1889)
### What problem does this PR solve?
#1880
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
4454ba7a1e
add self-rag (#1070)
### What problem does this PR solve?
#1069
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
673a28e492
fix bug of chat without stream (#830)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
KevinHuSh
f6a599461f
fix zhipuAI stream issue (#825)
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
KevinHuSh
95f809187e
add stream chat (#811)
### What problem does this PR solve?
#709
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
c39b751600
conversation API backend update (#360)
### What problem does this PR solve?
Issue link:#345
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
4608cccd05
add new model gpt-3-turbo (#352)
### What problem does this PR solve?
Issue link:#351
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
bc6828c45f
add quota config in dialog conf (#339)
### What problem does this PR solve?
Issue link:#337
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
91068edf16
Support Xinference (#320)
### What problem does this PR solve?
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
4fa768e733
fix bug #314 (#317)
### What problem does this PR solve?
Issue link:#314
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
KevinHuSh
653c759d8d
resolve issure to call ZH?IPUAI (#277)
### What problem does this PR solve?
Issue link:#265
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
hace 1 año
KevinHuSh
b6887a20f8
Support new feature about Ollama (#262)
### What problem does this PR solve?
Issue link:#221
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año
KevinHuSh
3708b97db9
Support Ollama (#261)
### What problem does this PR solve?
Issue link:#221
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
hace 1 año