chrysanthemum-boy
							
						 
						
							
								72384b191d
								
									
										
											 
										
									
								
							 
						 
						
							
									Add `.doc` file parser. (#497) 
							 
							
							 
							
							
							
							
### 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> 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								b8e58fe27a
								
									
										
											 
										
									
								
							 
						 
						
							
									add redis to accelerate access of minio (#482) 
							 
							
							 
							
							
							
							
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality) 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								fd7fcb5baf
								
									
										
											 
										
									
								
							 
						 
						
							
									apply pep8 formalize (#155) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								d1c600d5d3
								
									
										
											 
										
									
								
							 
						 
						
							
									add ocr and recognizer demo, update README (#74) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								7fd1eca582
								
									
										
											 
										
									
								
							 
						 
						
							
									init README of deepdoc, add picture processer. (#71) 
							 
							
							 
							
							
							
							
* init README of deepdoc, add picture processer.
* add resume parsing 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								a8294f2168
								
							 
						 
						
							
									Refine resume parts and fix bugs in retrival using sql (#66) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								c5ea37cd30
								
							 
						 
						
							
									Add resume parser and fix bugs (#59) 
							 
							
							 
							
							
							
							
* Update .gitignore
* Update .gitignore
* Add resume parser and fix bugs 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								e6acaf6738
								
							 
						 
						
							
									Add Q&A and Book, fix task running bugs (#50) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								072f9dd5bc
								
							 
						 
						
							
									Add app to rag module: presentaion & laws (#43) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								e32ef75e99
								
							 
						 
						
							
									Test chat API and refine ppt chunker (#42) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								34b2ab3b2f
								
							 
						 
						
							
									Test APIs and fix bugs (#41) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								484e5abc1f
								
							 
						 
						
							
									llm configuation refine and trievalTest API refine (#40) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								9bf75d4511
								
							 
						 
						
							
									add dialog api (#33) 
							 
							
							
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								6be3dd56fa
								
							 
						 
						
							
									rename web_server to api (#29) 
							 
							
							 
							
							
							
							
* add front end code
* change licence
* rename web_server to API
* change name to web_server 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								3198faf2d2
								
							 
						 
						
							
									add alot of api (#23) 
							 
							
							 
							
							
							
							
* clean rust version project
* clean rust version project
* build python version rag-flow
* add alot of api 
							
						 
						hace 1 año  
					 
				
					
						
							
								   KevinHuSh
							
						 
						
							
								30791976d5
								
							 
						 
						
							
									build python version rag-flow (#21) 
							 
							
							 
							
							
							
							
* clean rust version project
* clean rust version project
* build python version rag-flow 
							
						 
						hace 1 año