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)
1 年之前
dashi6174
6ff63ee2ba
Support for code files parse (#789)
### 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] New Feature (non-breaking change which adds functionality)
1 年之前
KevinHuSh
cab274f560
remove PyMuPDF (#618)
### What problem does this PR solve?
#613
### Type of change
- [x] Other (please describe):
1 年之前
KevinHuSh
674b3aeafd
fix disable and enable llm setting in dialog (#616)
### What problem does this PR solve?
#614
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1 年之前
KevinHuSh
2af74cc494
refine docker layers (#606)
### What problem does this PR solve?
### Type of change
- [x] Performance Improvement
1 年之前
KevinHuSh
f69ff39fa0
add file management feature (#560)
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
1 年之前
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>
1 年之前
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)
1 年之前
KevinHuSh
f6c7204002
refine log format (#312)
### What problem does this PR solve?
Issue link:#264
### Type of change
- [x] Documentation Update
- [x] Refactoring
1 年之前
KevinHuSh
121c7a5681
refine error response, add set api-key MD (#178)
1 年之前
KevinHuSh
fd7fcb5baf
apply pep8 formalize (#155)
1 年之前
KevinHuSh
39269d2f79
add dockerfile and fix trival bugs (#78)
1 年之前
KevinHuSh
d1c600d5d3
add ocr and recognizer demo, update README (#74)
1 年之前
KevinHuSh
7fd1eca582
init README of deepdoc, add picture processer. (#71)
* init README of deepdoc, add picture processer.
* add resume parsing
1 年之前
KevinHuSh
a8294f2168
Refine resume parts and fix bugs in retrival using sql (#66)
1 年之前
KevinHuSh
c5ea37cd30
Add resume parser and fix bugs (#59)
* Update .gitignore
* Update .gitignore
* Add resume parser and fix bugs
1 年之前
KevinHuSh
e6acaf6738
Add Q&A and Book, fix task running bugs (#50)
1 年之前
KevinHuSh
072f9dd5bc
Add app to rag module: presentaion & laws (#43)
1 年之前
KevinHuSh
e32ef75e99
Test chat API and refine ppt chunker (#42)
1 年之前
KevinHuSh
34b2ab3b2f
Test APIs and fix bugs (#41)
1 年之前
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
1 年之前
KevinHuSh
9bf75d4511
add dialog api (#33)
1 年之前
KevinHuSh
6be3dd56fa
rename web_server to api (#29)
* add front end code
* change licence
* rename web_server to API
* change name to web_server
1 年之前