Kevin Hu
							
						 
						
							
								01330fa428
								
									
										
											 
										
									
								
							 
						 
						
							
									Feat: let image citation being shown. (#7624) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
#7623 
### Type of change
- [x] New Feature (non-breaking change which adds functionality) 
							
						 
						pirms 5 mēnešiem  
					 
				
					
						
							
								   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 
							
						 
						pirms 7 mēnešiem  
					 
				
					
						
							
								   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> 
							
						 
						pirms 7 mēnešiem  
					 
				
					
						
							
								   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 
							
						 
						pirms 8 mēnešiem  
					 
				
					
						
							
								   Kevin Hu
							
						 
						
							
								4f40f685d9
								
									
										
											 
										
									
								
							 
						 
						
							
									Code refactor (#5371) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
#5173 
### Type of change
- [x] Refactoring 
							
						 
						pirms 8 mēnešiem  
					 
				
					
						
							
								   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) 
							
						 
						pirms 9 mēnešiem  
					 
				
					
						
							
								   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) 
							
						 
						pirms 9 mēnešiem  
					 
				
					
						
							
								   Kevin Hu
							
						 
						
							
								c5da3cdd97
								
									
										
											 
										
									
								
							 
						 
						
							
									Tagging (#4426) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
#4367 
### Type of change
- [x] New Feature (non-breaking change which adds functionality) 
							
						 
						pirms 9 mēnešiem  
					 
				
					
						
							
								   Kevin Hu
							
						 
						
							
								4ba4f622a5
								
									
										
											 
										
									
								
							 
						 
						
							
									Refactor (#4303) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
### Type of change
- [x] Refactoring 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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> 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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> 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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> 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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) 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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) 
							
						 
						pirms 10 mēnešiem  
					 
				
					
						
							
								   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) 
							
						 
						pirms 11 mēnešiem  
					 
				
					
						
							
								   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 
							
						 
						pirms 11 mēnešiem  
					 
				
					
						
							
								   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 
							
						 
						pirms 11 mēnešiem  
					 
				
					
						
							
								   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> 
							
						 
						pirms 11 mēnešiem  
					 
				
					
						
							
								   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 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   Yangong
							
						 
						
							
								3fa570f49b
								
									
										
											 
										
									
								
							 
						 
						
							
									fix: remove useless test code (#3122) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
remove useless test code
### Type of change
- [X] Refactoring 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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): 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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> 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   黄腾
							
						 
						
							
								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> 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   Kevin Hu
							
						 
						
							
								6c1f1a9f53
								
									
										
											 
										
									
								
							 
						 
						
							
									remove alter log (#2140) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
### Type of change
- [x] Refactoring 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   黄腾
							
						 
						
							
								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> 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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> 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada  
					 
				
					
						
							
								   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) 
							
						 
						pirms 1 gada